Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dparse-events.c123 #define __PERF_EVENT_FIELD(config, name) \ macro
126 #define PERF_EVENT_RAW(config) __PERF_EVENT_FIELD(config, RAW)
127 #define PERF_EVENT_CONFIG(config) __PERF_EVENT_FIELD(config, CONFIG)
128 #define PERF_EVENT_TYPE(config) __PERF_EVENT_FIELD(config, TYPE)
129 #define PERF_EVENT_ID(config) __PERF_EVENT_FIELD(config, EVENT)