Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/perf/tests/
H A Dtest-evlist.c35 .config = PERF_COUNT_SW_CPU_CLOCK, in test_stat_cpu()
90 .config = PERF_COUNT_SW_CPU_CLOCK, in test_stat_thread()
141 .config = PERF_COUNT_SW_CPU_CLOCK, in test_stat_thread_enable()
H A Dtest-evsel.c22 .config = PERF_COUNT_SW_CPU_CLOCK, in test_stat_cpu()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcloexec.c34 .config = PERF_COUNT_SW_CPU_CLOCK, in perf_flag_probe()
H A Dperf_api_probe.c125 .config = PERF_COUNT_SW_CPU_CLOCK, in perf_can_record_cpu_wide()
H A Dparse-events.l338 cpu-clock { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_CPU_CLOCK); }
H A Dparse-events.c104 [PERF_COUNT_SW_CPU_CLOCK] = {
H A Devsel.c2527 evsel->core.attr.config = PERF_COUNT_SW_CPU_CLOCK; in evsel__fallback()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dpe_preserve_elems.c17 .config = PERF_COUNT_SW_CPU_CLOCK, in test_one_map()
H A Dperf_branches.c152 attr.config = PERF_COUNT_SW_CPU_CLOCK; in test_perf_branches_no_hw()
H A Dsend_signal.c160 .config = PERF_COUNT_SW_CPU_CLOCK, in test_send_signal_perf()
/OK3568_Linux_fs/kernel/tools/lib/perf/Documentation/examples/
H A Dcounting.c28 .config = PERF_COUNT_SW_CPU_CLOCK, in main()
/OK3568_Linux_fs/kernel/tools/lib/perf/Documentation/
H A Dlibperf-counting.txt26 It requires root access, because of the `PERF_COUNT_SW_CPU_CLOCK` event,
81 22 .config = PERF_COUNT_SW_CPU_CLOCK,
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dsw-clock.c144 ret = __test__sw_clock_freq(PERF_COUNT_SW_CPU_CLOCK); in test__sw_clock_freq()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dsampleip_user.c45 .config = PERF_COUNT_SW_CPU_CLOCK, in sampling_start()
H A Dtracex6_user.c119 .config = PERF_COUNT_SW_CPU_CLOCK, in test_bpf_perf_event()
H A Dtrace_event_user.c228 .config = PERF_COUNT_SW_CPU_CLOCK, in test_bpf_perf_event()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h104 PERF_COUNT_SW_CPU_CLOCK = 0, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dperf_event.h104 PERF_COUNT_SW_CPU_CLOCK = 0, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dperf_event.h104 PERF_COUNT_SW_CPU_CLOCK = 0, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h104 PERF_COUNT_SW_CPU_CLOCK = 0, enumerator
/OK3568_Linux_fs/kernel/tools/perf/
H A Ddesign.txt133 PERF_COUNT_SW_CPU_CLOCK = 0,
H A Dbuiltin-stat.c1758 default_attrs0[0].config = PERF_COUNT_SW_CPU_CLOCK; in add_default_attributes()
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c9366 case PERF_COUNT_SW_CPU_CLOCK: in perf_swevent_init()
10465 if (event->attr.config != PERF_COUNT_SW_CPU_CLOCK) in cpu_clock_event_init()