Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dparse-events.c118 #define __PERF_EVENT_FIELD(config, name) \ macro
121 #define PERF_EVENT_RAW(config) __PERF_EVENT_FIELD(config, RAW)
122 #define PERF_EVENT_CONFIG(config) __PERF_EVENT_FIELD(config, CONFIG)
123 #define PERF_EVENT_TYPE(config) __PERF_EVENT_FIELD(config, TYPE)
124 #define PERF_EVENT_ID(config) __PERF_EVENT_FIELD(config, EVENT)