Lines Matching defs:config
17 u64 config; member
54 #define __PERF_EVENT_FIELD(config, name) \ argument
57 #define PERF_EVENT_RAW(config) __PERF_EVENT_FIELD(config, RAW) argument
58 #define PERF_EVENT_CONFIG(config) __PERF_EVENT_FIELD(config, CONFIG) argument
59 #define PERF_EVENT_TYPE(config) __PERF_EVENT_FIELD(config, TYPE) argument
60 #define PERF_EVENT_ID(config) __PERF_EVENT_FIELD(config, EVENT) argument
163 struct tracepoint_path *tracepoint_id_to_path(u64 config) in tracepoint_id_to_path()
232 static const char *tracepoint_id_to_name(u64 config) in tracepoint_id_to_name()
297 u64 config = evsel->attr.config; in event_name() local
306 const char *__event_name(int type, u64 config) in __event_name()
693 u64 config; in parse_raw_event() local
718 u64 config; in parse_numeric_event() local