Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dparse-events.c145 #define __PERF_EVENT_FIELD(config, name) \ macro
148 #define PERF_EVENT_RAW(config) __PERF_EVENT_FIELD(config, RAW)
149 #define PERF_EVENT_CONFIG(config) __PERF_EVENT_FIELD(config, CONFIG)
150 #define PERF_EVENT_TYPE(config) __PERF_EVENT_FIELD(config, TYPE)
151 #define PERF_EVENT_ID(config) __PERF_EVENT_FIELD(config, EVENT)