Home
last modified time | relevance | path

Searched refs:PERF_COUNT_SW_MAX (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/linux/
H A Dperf_event.h135 PERF_COUNT_SW_MAX, /* non-ABI */ enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h135 PERF_COUNT_SW_MAX, /* non-ABI */ enumerator
/linux/tools/perf/util/
H A Devsel.h314 extern const char *const evsel__sw_names[PERF_COUNT_SW_MAX];
H A Devsel.c749 const char *const evsel__sw_names[PERF_COUNT_SW_MAX] = {
764 if (config < PERF_COUNT_SW_MAX && evsel__sw_names[config]) in __evsel__sw_name()
/linux/include/linux/
H A Dperf_event.h1572 extern struct static_key perf_swevent_enabled[PERF_COUNT_SW_MAX];
/linux/kernel/events/
H A Dcore.c11180 struct static_key perf_swevent_enabled[PERF_COUNT_SW_MAX];
11220 if (event_id >= PERF_COUNT_SW_MAX) in perf_swevent_init()