Searched refs:COMM (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/perf/tests/ |
| H A D | hists_output.c | 130 #define COMM(he) (thread__comm_str(he->thread)) 181 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() 187 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1() 193 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 199 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 205 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 211 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 217 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 223 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 229 !strcmp(COMM(h in test1() 131 #define COMM( global() macro [all...] |
| H A D | hists_cumulate.c | 165 #define COMM(he) (thread__comm_str(he->thread)) 223 !strcmp(COMM(he), expected[i].comm) && in do_test() 166 #define COMM( global() macro
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_cpuset_prs.sh | 558 COMM="echo +cpuset > $CGRP/../cgroup.subtree_control" 559 eval $COMM $REDIRECT 564 COMM="echo $CPUS > $XFILE" 565 eval $COMM $REDIRECT 569 COMM="echo $CPUS > $CFILE; echo $CPUS > $XFILE" 570 eval $COMM $REDIRECT 573 COMM="echo $CPUS > $CFILE" 574 eval $COMM $REDIRECT 589 COMM="echo $VAL > $PFILE" 590 eval $COMM [all...] |
| /linux/tools/testing/selftests/ftrace/test.d/trigger/ |
| H A D | trigger-hist-mod.tc | 16 COMM=`cat /proc/$$/comm` 17 grep "common_pid: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
|
| H A D | trigger-multihist.tc | 21 COMM=`cat /proc/$$/comm` 22 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
|
| H A D | trigger-hist.tc | 36 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 D | README | 39 version: COMM-USB8388-318.p4
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-trace.txt | 137 Show process COMM right beside its ID, on by default, disable with --no-comm.
|
| H A D | perf-script.txt | 351 Display task related events (e.g. FORK, COMM, EXIT).
|
| H A D | perf-record.txt | 693 - 'task' - synthesize FORK and COMM events for each task
|
| /linux/kernel/trace/ |
| H A D | trace_events.c | 198 __generic_field(char *, COMM, FILTER_COMM); in trace_define_generic_fields()
|
| H A D | trace_events_hist.c | 118 C(COMM, "comm"), \
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 851 if (PRINT_FIELD(COMM)) { in perf_sample__fprintf_start()
|