Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dparse-events.c133 #define __PERF_EVENT_FIELD(config, name) \ macro
136 #define PERF_EVENT_RAW(config) __PERF_EVENT_FIELD(config, RAW)
137 #define PERF_EVENT_CONFIG(config) __PERF_EVENT_FIELD(config, CONFIG)
138 #define PERF_EVENT_TYPE(config) __PERF_EVENT_FIELD(config, TYPE)
139 #define PERF_EVENT_ID(config) __PERF_EVENT_FIELD(config, EVENT)