Home
last modified time | relevance | path

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

/tools/perf/tests/
A Dhists_output.c131 #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 Dhists_cumulate.c166 #define COMM(he) (thread__comm_str(he->thread)) macro
224 !strcmp(COMM(he), expected[i].comm) && in do_test()
/tools/testing/selftests/cgroup/
A Dtest_cpuset_prs.sh535 eval $COMM $REDIRECT
539 COMM="echo $CPUS > $XFILE"
540 eval $COMM $REDIRECT
545 eval $COMM $REDIRECT
548 COMM="echo $CPUS > $CFILE"
549 eval $COMM $REDIRECT
564 COMM="echo $VAL > $PFILE"
565 eval $COMM $REDIRECT
570 T*) COMM="echo 0 > $TFILE"
571 eval $COMM $REDIRECT
[all …]
/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 || \
/tools/perf/Documentation/
A Dperf-trace.txt137 Show process COMM right beside its ID, on by default, disable with --no-comm.
A Dperf-script.txt346 Display task related events (e.g. FORK, COMM, EXIT).
A Dperf-record.txt688 - 'task' - synthesize FORK and COMM events for each task
/tools/perf/
A Dbuiltin-script.c846 if (PRINT_FIELD(COMM)) { in perf_sample__fprintf_start()

Completed in 25 milliseconds