Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dparse-events.c148 #define __PERF_EVENT_FIELD(config, name) \ macro
151 #define PERF_EVENT_RAW(config) __PERF_EVENT_FIELD(config, RAW)
152 #define PERF_EVENT_CONFIG(config) __PERF_EVENT_FIELD(config, CONFIG)
153 #define PERF_EVENT_TYPE(config) __PERF_EVENT_FIELD(config, TYPE)
154 #define PERF_EVENT_ID(config) __PERF_EVENT_FIELD(config, EVENT)