Searched refs:COMM (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/perf/tests/ |
| A D | hists_output.c | 131 #define COMM(he) (thread__comm_str(he->thread)) macro 182 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() 415 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4() 421 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4() 427 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4() 433 !strcmp(COMM(he), "perf") && he->stat.period == 200); in test4() 439 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4() 445 !strcmp(COMM(he), "bash") && he->stat.period == 100); in test4() 451 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4() 457 !strcmp(COMM(he), "perf") && he->stat.period == 100); in test4() [all …]
|
| A D | hists_cumulate.c | 166 #define COMM(he) (thread__comm_str(he->thread)) macro 224 !strcmp(COMM(he), expected[i].comm) && in do_test()
|
| /linux/tools/testing/selftests/cgroup/ |
| A D | test_cpuset_prs.sh | 460 COMM="echo ${PREFIX}${CTRL} > $SFILE" 461 eval $COMM $REDIRECT 465 COMM="echo $CPUS > $XFILE" 466 eval $COMM $REDIRECT 470 COMM="echo $CPUS > $CFILE" 471 eval $COMM $REDIRECT 487 COMM="echo $VAL > $PFILE" 488 eval $COMM $REDIRECT 495 COMM="echo 0 > $TFILE" 496 eval $COMM $REDIRECT [all …]
|
| /linux/tools/testing/selftests/ftrace/test.d/trigger/ |
| A D | trigger-hist-mod.tc | 16 COMM=`cat /proc/$$/comm` 17 grep "common_pid: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
|
| A D | trigger-multihist.tc | 21 COMM=`cat /proc/$$/comm` 22 grep "parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
|
| 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/mtd/nand/raw/ |
| A D | fsmc_nand.c | 78 #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 D | README | 39 version: COMM-USB8388-318.p4
|
| /linux/tools/perf/Documentation/ |
| A D | perf-trace.txt | 137 Show process COMM right beside its ID, on by default, disable with --no-comm.
|
| A D | perf-script.txt | 337 Display task related events (e.g. FORK, COMM, EXIT).
|
| A D | perf-record.txt | 673 - 'task' - synthesize FORK and COMM events for each task
|
| /linux/kernel/trace/ |
| A D | trace_events.c | 195 __generic_field(char *, COMM, FILTER_COMM); in trace_define_generic_fields()
|
| /linux/tools/perf/ |
| A D | builtin-script.c | 821 if (PRINT_FIELD(COMM)) { in perf_sample__fprintf_start()
|
Completed in 668 milliseconds