Searched refs:noploop (Results 1 – 11 of 11) sorted by relevance
33 perf test -w noploop 10 &36 perf test -w noploop 10 &72 if ! perf sched latency -i "${perfdata}" | grep -q perf-noploop82 if ! perf sched script -i "${perfdata}" | grep -q perf-noploop92 if ! perf sched map -i "${perfdata}" | grep -q perf-noploop102 if ! perf sched timehist -i "${perfdata}" | grep -q perf-noploop
54 perf record -o "${perfdata}" -- perf test -w noploop64 perf record -o - -- perf test -w noploop | perf report --header-only -I -i - > "${script_output}"
34 perf record -o "$perfdata" -F 99 -g -- perf test -w noploop47 perf record -o - -F 99 -g -- perf test -w noploop > "$perfdata"
40 if ! perf record -o "$perfdata" -F 99 -g -- perf test -w noploop76 if ! perf record -o - -F 99 -g -- perf test -w noploop > "$perfdata"
29 perf record -F 999 --call-graph dwarf -o "${TESTDATA}" -- perf test -w noploop
42 -- perf test -w noploop 2> /dev/null
16 static int noploop(int argc, const char **argv) in noploop() function34 DEFINE_WORKLOAD(noploop);
3 perf-test-y += noploop.o
238 DECLARE_WORKLOAD(noploop);
557 99.84% 99.76% noploop noploop [.] main558 0.07% 0.00% noploop ld-2.15.so [.] strcmp559 0.03% 0.00% noploop [kernel.kallsyms] [k] timerqueue_del
481 For example, to select the symbol noploop or the address 0x4007a0:482 perf script --symbols=noploop,0x4007a0