Home
last modified time | relevance | path

Searched refs:PERF_COUNT_SW_CPU_CLOCK (Results 1 – 18 of 18) sorted by relevance

/tools/perf/util/
Dcloexec.c34 .config = PERF_COUNT_SW_CPU_CLOCK, in perf_flag_probe()
Dperf_api_probe.c135 .config = PERF_COUNT_SW_CPU_CLOCK, in perf_can_record_cpu_wide()
Dparse-events.l338 cpu-clock { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_CPU_CLOCK); }
Dparse-events.c109 [PERF_COUNT_SW_CPU_CLOCK] = {
Devsel.c2682 evsel->core.attr.config = PERF_COUNT_SW_CPU_CLOCK; in evsel__fallback()
/tools/testing/selftests/bpf/prog_tests/
Dpe_preserve_elems.c17 .config = PERF_COUNT_SW_CPU_CLOCK, in test_one_map()
Dperf_link.c39 attr.config = PERF_COUNT_SW_CPU_CLOCK; in test_perf_link()
Dperf_branches.c152 attr.config = PERF_COUNT_SW_CPU_CLOCK; in test_perf_branches_no_hw()
Dsend_signal.c154 .config = PERF_COUNT_SW_CPU_CLOCK, in test_send_signal_perf()
Dbpf_cookie.c194 attr.config = PERF_COUNT_SW_CPU_CLOCK; in pe_subtest()
/tools/lib/perf/tests/
Dtest-evlist.c37 .config = PERF_COUNT_SW_CPU_CLOCK, in test_stat_cpu()
96 .config = PERF_COUNT_SW_CPU_CLOCK, in test_stat_thread()
151 .config = PERF_COUNT_SW_CPU_CLOCK, in test_stat_thread_enable()
Dtest-evsel.c23 .config = PERF_COUNT_SW_CPU_CLOCK, in test_stat_cpu()
/tools/lib/perf/Documentation/examples/
Dcounting.c28 .config = PERF_COUNT_SW_CPU_CLOCK, in main()
/tools/perf/tests/
Dsw-clock.c140 ret = __test__sw_clock_freq(PERF_COUNT_SW_CPU_CLOCK); in test__sw_clock_freq()
/tools/lib/perf/Documentation/
Dlibperf-counting.txt26 It requires root access, because of the `PERF_COUNT_SW_CPU_CLOCK` event,
81 22 .config = PERF_COUNT_SW_CPU_CLOCK,
/tools/include/uapi/linux/
Dperf_event.h119 PERF_COUNT_SW_CPU_CLOCK = 0, enumerator
/tools/perf/
Dbuiltin-stat.c1885 default_sw_attrs[0].config = PERF_COUNT_SW_CPU_CLOCK; in add_default_attributes()
1904 default_attrs0[0].config = PERF_COUNT_SW_CPU_CLOCK; in add_default_attributes()
Ddesign.txt133 PERF_COUNT_SW_CPU_CLOCK = 0,