Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
A Dhists_output.c118 #define COMM(he) (thread__comm_str(he->thread)) macro
169 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
402 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
408 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
414 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
420 !strcmp(COMM(he), "perf") && he->stat.period == 200); in test4()
426 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
432 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4()
438 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
444 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4()
[all …]
A Dhists_cumulate.c152 #define COMM(he) (thread__comm_str(he->thread)) macro
211 !strcmp(COMM(he), expected[i].comm) && in do_test()
/linux/tools/testing/selftests/ftrace/test.d/trigger/
A Dtrigger-hist-mod.tc16 COMM=`cat /proc/$$/comm`
17 grep "common_pid: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
A Dtrigger-multihist.tc21 COMM=`cat /proc/$$/comm`
22 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
A Dtrigger-hist.tc36 COMM=`cat /proc/$$/comm`
37 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
/linux/drivers/mtd/nand/raw/
A Dfsmc_nand.c78 #define COMM 0x08 macro
279 writel_relaxed(thiz | thold | twait | tset, host->regs_va + COMM); in fsmc_nand_setup()
/linux/drivers/net/wireless/marvell/libertas/
A DREADME39 version: COMM-USB8388-318.p4
/linux/tools/lib/traceevent/
A Dparse-filter.c17 #define COMM "COMM" macro
370 if (strcmp(token, COMM) == 0) { in create_arg_item()
/linux/tools/perf/Documentation/
A Dperf-trace.txt137 Show process COMM right beside its ID, on by default, disable with --no-comm.
A Dperf-script.txt315 Display task related events (e.g. FORK, COMM, EXIT).
A Dperf-record.txt609 'task' - synthesize FORK and COMM events for each task
/linux/kernel/trace/
A Dtrace_events.c171 __generic_field(char *, COMM, FILTER_COMM); in trace_define_generic_fields()
/linux/tools/perf/
A Dbuiltin-script.c746 if (PRINT_FIELD(COMM)) { in perf_sample__fprintf_start()

Completed in 30 milliseconds