__PERF_EVENT_FIELD  151 tools/perf/util/parse-events.c #define PERF_EVENT_RAW(config)		__PERF_EVENT_FIELD(config, RAW)
__PERF_EVENT_FIELD  152 tools/perf/util/parse-events.c #define PERF_EVENT_CONFIG(config)	__PERF_EVENT_FIELD(config, CONFIG)
__PERF_EVENT_FIELD  153 tools/perf/util/parse-events.c #define PERF_EVENT_TYPE(config)		__PERF_EVENT_FIELD(config, TYPE)
__PERF_EVENT_FIELD  154 tools/perf/util/parse-events.c #define PERF_EVENT_ID(config)		__PERF_EVENT_FIELD(config, EVENT)