Home
last modified time | relevance | path

Searched refs:inlineloop (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/tests/shell/
H A Daddr2line_inlines.sh27 perf record --call-graph fp -e task-clock:u -o "${perf_data}" -- perf test -w inlineloop 1
47 perf record --call-graph dwarf -e task-clock:u -o "${perf_data}" -- perf test -w inlineloop 1
74 perf record --call-graph lbr -e cycles:u -o "${perf_data}" -- perf test -w inlineloop 1
/linux/tools/perf/tests/workloads/
H A Dinlineloop.c35 static int inlineloop(int argc, const char **argv) in inlineloop() function
52 DEFINE_WORKLOAD(inlineloop);
H A DBuild11 perf-test-y += inlineloop.o
/linux/tools/perf/tests/
H A Dtests.h243 DECLARE_WORKLOAD(inlineloop);