Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dcloexec.c25 .config = PERF_COUNT_SW_CPU_CLOCK, in perf_flag_probe()
Dparse-events.l189 cpu-clock { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_CPU_CLOCK); }
Dpython.c977 { "COUNT_SW_CPU_CLOCK", PERF_COUNT_SW_CPU_CLOCK },
Dparse-events.c81 [PERF_COUNT_SW_CPU_CLOCK] = {
Devsel.c2120 evsel->attr.config = PERF_COUNT_SW_CPU_CLOCK; in perf_evsel__fallback()
/linux-4.1.27/tools/perf/tests/
Dsw-clock.c119 ret = __test__sw_clock_freq(PERF_COUNT_SW_CPU_CLOCK); in test__sw_clock_freq()
/linux-4.1.27/include/uapi/linux/
Dperf_event.h103 PERF_COUNT_SW_CPU_CLOCK = 0, enumerator
/linux-4.1.27/tools/perf/
Ddesign.txt133 PERF_COUNT_SW_CPU_CLOCK = 0,
/linux-4.1.27/kernel/events/
Dcore.c6587 case PERF_COUNT_SW_CPU_CLOCK: in perf_swevent_init()
6994 if (event->attr.config != PERF_COUNT_SW_CPU_CLOCK) in cpu_clock_event_init()