Lines Matching +defs:a +defs:config
150 #define __PERF_EVENT_FIELD(config, name) \ argument
153 #define PERF_EVENT_RAW(config) __PERF_EVENT_FIELD(config, RAW) argument
154 #define PERF_EVENT_CONFIG(config) __PERF_EVENT_FIELD(config, CONFIG) argument
155 #define PERF_EVENT_TYPE(config) __PERF_EVENT_FIELD(config, TYPE) argument
156 #define PERF_EVENT_ID(config) __PERF_EVENT_FIELD(config, EVENT) argument
220 struct tracepoint_path *tracepoint_id_to_path(u64 config) in tracepoint_id_to_path()
1395 u32 type, u64 config, in parse_events_add_numeric()
1585 char *config; in parse_events_multi_pmu_add() local
2445 static int cmp_string(const void *a, const void *b) in cmp_string()
2592 static bool is_event_supported(u8 type, unsigned config) in is_event_supported()
2957 int type_term, char *config, u64 num, in parse_events_term__num()
2977 int type_term, char *config, char *str, in parse_events_term__str()
2995 char *config, unsigned idx) in parse_events_term__sym_hw()
3100 void parse_events__clear_array(struct parse_events_array *a) in parse_events__clear_array()