Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dcloexec.c33 .config = PERF_COUNT_SW_CPU_CLOCK, in perf_flag_probe()
Drecord.c115 .config = PERF_COUNT_SW_CPU_CLOCK, in perf_can_record_cpu_wide()
Dparse-events.l314 cpu-clock { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_CPU_CLOCK); }
Dparse-events.c99 [PERF_COUNT_SW_CPU_CLOCK] = {
Devsel.c2782 evsel->attr.config = PERF_COUNT_SW_CPU_CLOCK; in perf_evsel__fallback()
/Linux-v4.19/tools/perf/tests/
Dsw-clock.c139 ret = __test__sw_clock_freq(PERF_COUNT_SW_CPU_CLOCK); in test__sw_clock_freq()
/Linux-v4.19/samples/bpf/
Dsampleip_user.c49 .config = PERF_COUNT_SW_CPU_CLOCK, in sampling_start()
Dtracex6_user.c117 .config = PERF_COUNT_SW_CPU_CLOCK, in test_bpf_perf_event()
Dtrace_event_user.c213 .config = PERF_COUNT_SW_CPU_CLOCK, in test_bpf_perf_event()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h104 PERF_COUNT_SW_CPU_CLOCK = 0, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h104 PERF_COUNT_SW_CPU_CLOCK = 0, enumerator
/Linux-v4.19/tools/perf/
Ddesign.txt133 PERF_COUNT_SW_CPU_CLOCK = 0,
Dbuiltin-stat.c2513 default_attrs0[0].config = PERF_COUNT_SW_CPU_CLOCK; in add_default_attributes()
/Linux-v4.19/kernel/events/
Dcore.c8190 case PERF_COUNT_SW_CPU_CLOCK: in perf_swevent_init()
9244 if (event->attr.config != PERF_COUNT_SW_CPU_CLOCK) in cpu_clock_event_init()