Home
last modified time | relevance | path

Searched refs:COMM (Results 1 – 9 of 9) sorted by relevance

/tools/perf/tests/
Dhists_output.c114 #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 …]
Dhists_cumulate.c148 #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/
Dtrigger-hist-mod.tc38 COMM=`cat /proc/$$/comm`
39 grep "common_pid: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
Dtrigger-hist.tc58 COMM=`cat /proc/$$/comm`
59 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
Dtrigger-multihist.tc45 COMM=`cat /proc/$$/comm`
46 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
/tools/perf/Documentation/
Dperf-trace.txt96 Show process COMM right beside its ID, on by default, disable with --no-comm.
Dperf-script.txt239 Display task related events (e.g. FORK, COMM, EXIT).
/tools/lib/traceevent/
Dparse-filter.c30 #define COMM "COMM" macro
391 if (strcmp(token, COMM) == 0) { in create_arg_item()
/tools/perf/
Dbuiltin-script.c443 if (PRINT_FIELD(COMM)) { in print_sample_start()