Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/tests/
Dhists_output.c118 #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 …]
Dhists_cumulate.c152 #define COMM(he) (thread__comm_str(he->thread)) macro
211 !strcmp(COMM(he), expected[i].comm) && in do_test()
/linux-6.1.9/tools/testing/selftests/cgroup/
Dtest_cpuset_prs.sh348 COMM="echo ${PREFIX}${CTRL} > $SFILE"
349 eval $COMM $REDIRECT
353 COMM="echo $CPUS > $CFILE"
354 eval $COMM $REDIRECT
370 COMM="echo $VAL > $PFILE"
371 eval $COMM $REDIRECT
378 COMM="echo 0 > $TFILE"
379 eval $COMM $REDIRECT
384 echo "$COMM"
/linux-6.1.9/tools/testing/selftests/ftrace/test.d/trigger/
Dtrigger-hist-mod.tc16 COMM=`cat /proc/$$/comm`
17 grep "common_pid: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
Dtrigger-multihist.tc21 COMM=`cat /proc/$$/comm`
22 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
Dtrigger-hist.tc36 COMM=`cat /proc/$$/comm`
37 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
/linux-6.1.9/drivers/mtd/nand/raw/
Dfsmc_nand.c78 #define COMM 0x08 macro
279 writel_relaxed(thiz | thold | twait | tset, host->regs_va + COMM); in fsmc_nand_setup()
/linux-6.1.9/drivers/net/wireless/marvell/libertas/
DREADME39 version: COMM-USB8388-318.p4
/linux-6.1.9/tools/lib/traceevent/
Dparse-filter.c17 #define COMM "COMM" macro
370 if (strcmp(token, COMM) == 0) { in create_arg_item()
/linux-6.1.9/tools/perf/Documentation/
Dperf-trace.txt137 Show process COMM right beside its ID, on by default, disable with --no-comm.
Dperf-script.txt330 Display task related events (e.g. FORK, COMM, EXIT).
Dperf-record.txt628 'task' - synthesize FORK and COMM events for each task
/linux-6.1.9/kernel/trace/
Dtrace_events.c180 __generic_field(char *, COMM, FILTER_COMM); in trace_define_generic_fields()
/linux-6.1.9/tools/perf/
Dbuiltin-script.c765 if (PRINT_FIELD(COMM)) { in perf_sample__fprintf_start()