Searched refs:COMM (Results 1 – 6 of 6) sorted by relevance
/tools/perf/tests/ |
D | hists_output.c | 115 #define COMM(he) (thread__comm_str(he->thread)) macro 166 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() 172 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1() 178 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 184 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 190 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 196 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 202 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 208 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 214 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() [all …]
|
D | hists_cumulate.c | 149 #define COMM(he) (thread__comm_str(he->thread)) macro 208 !strcmp(COMM(he), expected[i].comm) && in do_test()
|
/tools/perf/Documentation/ |
D | perf-trace.txt | 94 Show process COMM right beside its ID, on by default, disable with --no-comm.
|
D | perf-script.txt | 207 Display task related events (e.g. FORK, COMM, EXIT).
|
/tools/lib/traceevent/ |
D | parse-filter.c | 30 #define COMM "COMM" macro 385 if (strcmp(token, COMM) != 0) { in create_arg_item()
|
/tools/perf/ |
D | builtin-script.c | 348 if (PRINT_FIELD(COMM)) { in print_sample_start()
|