Lines Matching defs:config
123 #define __PERF_EVENT_FIELD(config, name) \ argument
126 #define PERF_EVENT_RAW(config) __PERF_EVENT_FIELD(config, RAW) argument
127 #define PERF_EVENT_CONFIG(config) __PERF_EVENT_FIELD(config, CONFIG) argument
128 #define PERF_EVENT_TYPE(config) __PERF_EVENT_FIELD(config, TYPE) argument
129 #define PERF_EVENT_ID(config) __PERF_EVENT_FIELD(config, EVENT) argument
162 struct tracepoint_path *tracepoint_id_to_path(u64 config) in tracepoint_id_to_path()
597 u32 type, u64 config, in parse_events_add_numeric()
1233 static bool is_event_supported(u8 type, unsigned config) in is_event_supported()
1462 int type_term, char *config, in new_term()
1493 int type_term, char *config, u64 num) in parse_events_term__num()
1500 int type_term, char *config, char *str) in parse_events_term__str()
1507 char *config, unsigned idx) in parse_events_term__sym_hw()