Home
last modified time | relevance | path

Searched refs:PID (Results 1 – 8 of 8) sorted by relevance

/tools/perf/tests/
Dhists_output.c123 #define PID(he) (he->thread->tid) macro
270 CPU(he) == 1 && PID(he) == 100 && he->stat.period == 300); in test2()
275 CPU(he) == 0 && PID(he) == 100 && he->stat.period == 100); in test2()
506 CPU(he) == 0 && PID(he) == 100 && in test5()
513 CPU(he) == 2 && PID(he) == 200 && in test5()
520 CPU(he) == 1 && PID(he) == 300 && in test5()
527 CPU(he) == 0 && PID(he) == 300 && in test5()
534 CPU(he) == 3 && PID(he) == 300 && in test5()
541 CPU(he) == 1 && PID(he) == 100 && in test5()
548 CPU(he) == 2 && PID(he) == 100 && in test5()
[all …]
Dhists_cumulate.c157 #define PID(he) (he->thread->tid) macro
/tools/testing/selftests/ftrace/samples/
Dunresolved.tc4 kill -INT $PID
/tools/testing/selftests/ftrace/
Dftracetest226 (cd $TRACING_DIR; read PID _ < /proc/self/stat ; set -e; set -x; . $1)
/tools/thermal/tmon/
DREADME29 pid.c : a proportional-integral-derivative (PID) controller
/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh219 echo "!!! PID $qemu_pid hung at $kruntime vs. $seconds seconds" >> $resdir/Warnings 2>&1
/tools/perf/Documentation/
Dperf-timechart.txt52 Select the processes to display, by name or PID
/tools/perf/
Dbuiltin-script.c248 if ((PRINT_FIELD(PID) || PRINT_FIELD(TID)) && in perf_evsel__check_attr()
406 if (PRINT_FIELD(PID) && PRINT_FIELD(TID)) in print_sample_start()
408 else if (PRINT_FIELD(PID)) in print_sample_start()