Searched refs:COMM (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/tools/perf/tests/ |
| D | hists_output.c | 118 #define COMM(he) (thread__comm_str(he->thread)) macro 169 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() 175 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1() 181 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 187 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 193 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 199 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1() 205 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 211 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 217 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() [all …]
|
| D | hists_cumulate.c | 152 #define COMM(he) (thread__comm_str(he->thread)) macro 211 !strcmp(COMM(he), expected[i].comm) && in do_test()
|
| /Linux-v5.4/tools/testing/selftests/ftrace/test.d/trigger/ |
| D | trigger-hist-mod.tc | 30 COMM=`cat /proc/$$/comm` 31 grep "common_pid: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
|
| D | trigger-hist.tc | 50 COMM=`cat /proc/$$/comm` 51 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
|
| D | trigger-multihist.tc | 35 COMM=`cat /proc/$$/comm` 36 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
|
| /Linux-v5.4/drivers/mtd/nand/raw/ |
| D | fsmc_nand.c | 77 #define COMM 0x08 macro 270 writel_relaxed(thiz | thold | twait | tset, host->regs_va + COMM); in fsmc_nand_setup()
|
| /Linux-v5.4/drivers/net/wireless/marvell/libertas/ |
| D | README | 39 version: COMM-USB8388-318.p4
|
| /Linux-v5.4/tools/lib/traceevent/ |
| D | parse-filter.c | 17 #define COMM "COMM" macro 375 if (strcmp(token, COMM) == 0) { in create_arg_item()
|
| /Linux-v5.4/tools/perf/Documentation/ |
| D | perf-trace.txt | 132 Show process COMM right beside its ID, on by default, disable with --no-comm.
|
| D | perf-script.txt | 301 Display task related events (e.g. FORK, COMM, EXIT).
|
| /Linux-v5.4/kernel/trace/ |
| D | trace_events.c | 169 __generic_field(char *, COMM, FILTER_COMM); in trace_define_generic_fields()
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-script.c | 634 if (PRINT_FIELD(COMM)) { in perf_sample__fprintf_start()
|