Searched refs:COMM (Results 1 – 9 of 9) sorted by relevance
/tools/perf/tests/ |
D | hists_output.c | 114 #define COMM(he) (thread__comm_str(he->thread)) macro 165 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() 171 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1() 177 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 183 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 189 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 195 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 201 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 207 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 213 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() [all …]
|
D | hists_cumulate.c | 148 #define COMM(he) (thread__comm_str(he->thread)) macro 207 !strcmp(COMM(he), expected[i].comm) && in do_test()
|
/tools/testing/selftests/ftrace/test.d/trigger/ |
D | trigger-hist-mod.tc | 38 COMM=`cat /proc/$$/comm` 39 grep "common_pid: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
|
D | trigger-hist.tc | 58 COMM=`cat /proc/$$/comm` 59 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
|
D | trigger-multihist.tc | 45 COMM=`cat /proc/$$/comm` 46 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
|
/tools/perf/Documentation/ |
D | perf-trace.txt | 96 Show process COMM right beside its ID, on by default, disable with --no-comm.
|
D | perf-script.txt | 239 Display task related events (e.g. FORK, COMM, EXIT).
|
/tools/lib/traceevent/ |
D | parse-filter.c | 30 #define COMM "COMM" macro 391 if (strcmp(token, COMM) == 0) { in create_arg_item()
|
/tools/perf/ |
D | builtin-script.c | 443 if (PRINT_FIELD(COMM)) { in print_sample_start()
|