Lines Matching defs:config
133 #define __PERF_EVENT_FIELD(config, name) \ argument
136 #define PERF_EVENT_RAW(config) __PERF_EVENT_FIELD(config, RAW) argument
137 #define PERF_EVENT_CONFIG(config) __PERF_EVENT_FIELD(config, CONFIG) argument
138 #define PERF_EVENT_TYPE(config) __PERF_EVENT_FIELD(config, TYPE) argument
139 #define PERF_EVENT_ID(config) __PERF_EVENT_FIELD(config, EVENT) argument
172 struct tracepoint_path *tracepoint_id_to_path(u64 config) in tracepoint_id_to_path()
945 u32 type, u64 config, in parse_events_add_numeric()
1756 static bool is_event_supported(u8 type, unsigned config) in is_event_supported()
1986 int type_term, char *config, in new_term()
2019 int type_term, char *config, u64 num, in parse_events_term__num()
2032 int type_term, char *config, char *str, in parse_events_term__str()
2045 char *config, unsigned idx) in parse_events_term__sym_hw()