Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dhists_output.c117 #define COMM(he) (thread__comm_str(he->thread)) macro
168 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
174 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1()
180 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
186 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
192 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
198 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
204 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
210 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1()
216 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
[all …]
Dhists_cumulate.c151 #define COMM(he) (thread__comm_str(he->thread)) macro
210 !strcmp(COMM(he), expected[i].comm) && in do_test()
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/trigger/
Dtrigger-hist-mod.tc40 COMM=`cat /proc/$$/comm`
41 grep "common_pid: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
Dtrigger-hist.tc60 COMM=`cat /proc/$$/comm`
61 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
Dtrigger-multihist.tc47 COMM=`cat /proc/$$/comm`
48 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
/Linux-v4.19/drivers/mtd/nand/raw/
Dfsmc_nand.c85 #define COMM 0x08 macro
283 writel_relaxed(thiz | thold | twait | tset, host->regs_va + COMM); in fsmc_nand_setup()
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
DREADME39 version: COMM-USB8388-318.p4
/Linux-v4.19/tools/perf/Documentation/
Dperf-trace.txt132 Show process COMM right beside its ID, on by default, disable with --no-comm.
Dperf-script.txt292 Display task related events (e.g. FORK, COMM, EXIT).
/Linux-v4.19/tools/lib/traceevent/
Dparse-filter.c16 #define COMM "COMM" macro
374 if (strcmp(token, COMM) == 0) { in create_arg_item()
/Linux-v4.19/kernel/trace/
Dtrace_events.c176 __generic_field(char *, COMM, FILTER_COMM); in trace_define_generic_fields()
/Linux-v4.19/tools/perf/
Dbuiltin-script.c618 if (PRINT_FIELD(COMM)) { in perf_sample__fprintf_start()