Searched refs:PERF_COUNT_SW_CPU_CLOCK (Results 1 – 18 of 18) sorted by relevance
/tools/perf/util/ |
D | cloexec.c | 34 .config = PERF_COUNT_SW_CPU_CLOCK, in perf_flag_probe()
|
D | perf_api_probe.c | 135 .config = PERF_COUNT_SW_CPU_CLOCK, in perf_can_record_cpu_wide()
|
D | parse-events.l | 338 cpu-clock { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_CPU_CLOCK); }
|
D | parse-events.c | 109 [PERF_COUNT_SW_CPU_CLOCK] = {
|
D | evsel.c | 2682 evsel->core.attr.config = PERF_COUNT_SW_CPU_CLOCK; in evsel__fallback()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | pe_preserve_elems.c | 17 .config = PERF_COUNT_SW_CPU_CLOCK, in test_one_map()
|
D | perf_link.c | 39 attr.config = PERF_COUNT_SW_CPU_CLOCK; in test_perf_link()
|
D | perf_branches.c | 152 attr.config = PERF_COUNT_SW_CPU_CLOCK; in test_perf_branches_no_hw()
|
D | send_signal.c | 154 .config = PERF_COUNT_SW_CPU_CLOCK, in test_send_signal_perf()
|
D | bpf_cookie.c | 194 attr.config = PERF_COUNT_SW_CPU_CLOCK; in pe_subtest()
|
/tools/lib/perf/tests/ |
D | test-evlist.c | 37 .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()
|
D | test-evsel.c | 23 .config = PERF_COUNT_SW_CPU_CLOCK, in test_stat_cpu()
|
/tools/lib/perf/Documentation/examples/ |
D | counting.c | 28 .config = PERF_COUNT_SW_CPU_CLOCK, in main()
|
/tools/perf/tests/ |
D | sw-clock.c | 140 ret = __test__sw_clock_freq(PERF_COUNT_SW_CPU_CLOCK); in test__sw_clock_freq()
|
/tools/lib/perf/Documentation/ |
D | libperf-counting.txt | 26 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/ |
D | perf_event.h | 119 PERF_COUNT_SW_CPU_CLOCK = 0, enumerator
|
/tools/perf/ |
D | builtin-stat.c | 1885 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()
|
D | design.txt | 133 PERF_COUNT_SW_CPU_CLOCK = 0,
|