Searched refs:noploop (Results 1 – 8 of 8) sorted by relevance
/linux/tools/perf/tests/shell/ |
H A D | sched.sh | 33 perf test -w noploop 10 & 36 perf test -w noploop 10 & 72 if ! perf sched latency -i "${perfdata}" | grep -q perf-noploop 82 if ! perf sched script -i "${perfdata}" | grep -q perf-noploop 92 if ! perf sched map -i "${perfdata}" | grep -q perf-noploop 102 if ! perf sched timehist -i "${perfdata}" | grep -q perf-noploop
|
H A D | header.sh | 54 perf record -o "${perfdata}" -- perf test -w noploop 64 perf record -o - -- perf test -w noploop | perf report --header-only -I -i - > "${script_output}"
|
H A D | test_perf_data_converter_json.sh | 33 perf record -o "$perfdata" -F 99 -g -- perf test -w noploop > /dev/null 2>&1
|
/linux/tools/perf/tests/workloads/ |
H A D | noploop.c | 16 static int noploop(int argc, const char **argv) in noploop() function 34 DEFINE_WORKLOAD(noploop);
|
H A D | Build | 3 perf-test-y += noploop.o
|
/linux/tools/perf/Documentation/ |
H A D | perf-test.txt | 59 noploop, thloop, leafloop, sqrtloop, brstack, datasym and landlock. 65 seconds: leafloop, noploop, sqrtloop, thloop
|
H A D | perf-config.txt | 548 99.84% 99.76% noploop noploop [.] main 549 0.07% 0.00% noploop ld-2.15.so [.] strcmp 550 0.03% 0.00% noploop [kernel.kallsyms] [k] timerqueue_del
|
H A D | perf-script.txt | 476 For example, to select the symbol noploop or the address 0x4007a0: 477 perf script --symbols=noploop,0x4007a0
|