Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dhists_output.c131 #define COMM(he) (thread__comm_str(he->thread)) macro
182 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
188 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1()
194 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
200 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
206 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
212 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
218 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
224 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
230 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
[all …]
H A Dhists_cumulate.c166 #define COMM(he) (thread__comm_str(he->thread)) macro
224 !strcmp(COMM(he), expected[i].comm) && in do_test()
/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh549 COMM="echo ${PREFIX}${CTRL} > $SFILE"
550 eval $COMM $REDIRECT
554 COMM="echo $CPUS > $XFILE"
555 eval $COMM $REDIRECT
559 COMM="echo $CPUS > $CFILE; echo $CPUS > $XFILE"
560 eval $COMM $REDIRECT
563 COMM="echo $CPUS > $CFILE"
564 eval $COMM $REDIRECT
579 COMM="echo $VAL > $PFILE"
580 eval $COMM
[all...]
/linux/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-hist-mod.tc16 COMM=`cat /proc/$$/comm`
17 grep "common_pid: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
H A Dtrigger-multihist.tc21 COMM=`cat /proc/$$/comm`
22 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
H A Dtrigger-hist.tc36 COMM=`cat /proc/$$/comm`
37 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
/linux/drivers/net/wireless/marvell/libertas/
H A DREADME39 version: COMM-USB8388-318.p4
/linux/tools/perf/Documentation/
H A Dperf-trace.txt137 Show process COMM right beside its ID, on by default, disable with --no-comm.
H A Dperf-script.txt348 Display task related events (e.g. FORK, COMM, EXIT).
H A Dperf-record.txt693 - 'task' - synthesize FORK and COMM events for each task
/linux/kernel/trace/
H A Dtrace_events.c198 __generic_field(char *, COMM, FILTER_COMM); in trace_define_generic_fields()
H A Dtrace_events_hist.c117 C(COMM, "comm"), \
/linux/tools/perf/
H A Dbuiltin-script.c847 if (PRINT_FIELD(COMM)) { in perf_sample__fprintf_start()