Home
last modified time | relevance | path

Searched refs:noploop (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/perf/tests/workloads/
H A Dnoploop.c15 static int noploop(int argc, const char **argv) in noploop() function
32 DEFINE_WORKLOAD(noploop);
H A DBuild3 perf-y += noploop.o
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_perf_data_converter_json.sh40 perf record -o "$perfdata" -F 99 -g -- perf test -w noploop > /dev/null 2>&1
/openbmc/linux/tools/perf/tests/
H A Dtests.h202 DECLARE_WORKLOAD(noploop);
/openbmc/linux/tools/perf/Documentation/
H A Dperf-config.txt534 99.84% 99.76% noploop noploop [.] main
535 0.07% 0.00% noploop ld-2.15.so [.] strcmp
536 0.03% 0.00% noploop [kernel.kallsyms] [k] timerqueue_del
H A Dperf-script.txt460 For example, to select the symbol noploop or the address 0x4007a0:
461 perf script --symbols=noploop,0x4007a0