Home
last modified time | relevance | path

Searched refs:head_config (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/util/
H A Dparse-events.c37 static int get_config_terms(struct list_head *head_config,
445 struct list_head *head_config) in parse_events_add_cache()
449 const char *config_name = get_config_name(head_config); in parse_events_add_cache()
450 const char *metric_id = get_config_metric_id(head_config); in parse_events_add_cache()
470 if (head_config) { in parse_events_add_cache()
471 if (config_attr(&attr, head_config, parse_state->error, config_term_common)) in parse_events_add_cache()
474 if (get_config_terms(head_config, &config_terms)) in parse_events_add_cache()
523 struct list_head *head_config, void *loc_) in add_tracepoint()
533 if (head_config) { in add_tracepoint()
536 if (get_config_terms(head_config, in add_tracepoint()
443 parse_events_add_cache(struct list_head *list, int *idx, const char *name, struct parse_events_state *parse_state, struct list_head *head_config) parse_events_add_cache() argument
520 add_tracepoint(struct list_head *list, int *idx, const char *sys_name, const char *evt_name, struct parse_events_error *err, struct list_head *head_config, void *loc_) add_tracepoint() argument
545 add_tracepoint_multi_event(struct list_head *list, int *idx, const char *sys_name, const char *evt_name, struct parse_events_error *err, struct list_head *head_config, YYLTYPE *loc) add_tracepoint_multi_event() argument
593 add_tracepoint_event(struct list_head *list, int *idx, const char *sys_name, const char *evt_name, struct parse_events_error *err, struct list_head *head_config, YYLTYPE *loc) add_tracepoint_event() argument
605 add_tracepoint_multi_sys(struct list_head *list, int *idx, const char *sys_name, const char *evt_name, struct parse_events_error *err, struct list_head *head_config, YYLTYPE *loc) add_tracepoint_multi_sys() argument
1082 get_config_terms(struct list_head *head_config, struct list_head *head_terms __maybe_unused) get_config_terms() argument
1197 get_config_chgs(struct perf_pmu *pmu, struct list_head *head_config, struct list_head *head_terms) get_config_chgs() argument
1251 parse_events_add_tracepoint(struct list_head *list, int *idx, const char *sys, const char *event, struct parse_events_error *err, struct list_head *head_config, void *loc_) parse_events_add_tracepoint() argument
1284 __parse_events_add_numeric(struct parse_events_state *parse_state, struct list_head *list, struct perf_pmu *pmu, u32 type, u32 extended_type, u64 config, struct list_head *head_config) __parse_events_add_numeric() argument
1320 parse_events_add_numeric(struct parse_events_state *parse_state, struct list_head *list, u32 type, u64 config, struct list_head *head_config, bool wildcard) parse_events_add_numeric() argument
1370 parse_events_add_pmu(struct parse_events_state *parse_state, struct list_head *list, const char *name, struct list_head *head_config, bool auto_merge_stats, void *loc_) parse_events_add_pmu() argument
[all...]
H A Dparse-events.h193 struct list_head *head_config, void *loc);
197 struct list_head *head_config,
204 struct list_head *head_config);
209 struct list_head *head_config);
212 struct list_head *head_config,
221 struct list_head *head_config,
/kernel/linux/linux-5.10/tools/perf/util/
H A Dparse-events.c48 static int get_config_terms(struct list_head *head_config,
458 struct list_head *head_config) in parse_events_add_cache()
475 config_name = get_config_name(head_config); in parse_events_add_cache()
517 if (head_config) { in parse_events_add_cache()
518 if (config_attr(&attr, head_config, err, in parse_events_add_cache()
522 if (get_config_terms(head_config, &config_terms)) in parse_events_add_cache()
562 struct list_head *head_config) in add_tracepoint()
571 if (head_config) { in add_tracepoint()
574 if (get_config_terms(head_config, &config_terms)) in add_tracepoint()
586 struct list_head *head_config) in add_tracepoint_multi_event()
455 parse_events_add_cache(struct list_head *list, int *idx, char *type, char *op_result1, char *op_result2, struct parse_events_error *err, struct list_head *head_config) parse_events_add_cache() argument
559 add_tracepoint(struct list_head *list, int *idx, const char *sys_name, const char *evt_name, struct parse_events_error *err, struct list_head *head_config) add_tracepoint() argument
583 add_tracepoint_multi_event(struct list_head *list, int *idx, const char *sys_name, const char *evt_name, struct parse_events_error *err, struct list_head *head_config) add_tracepoint_multi_event() argument
631 add_tracepoint_event(struct list_head *list, int *idx, const char *sys_name, const char *evt_name, struct parse_events_error *err, struct list_head *head_config) add_tracepoint_event() argument
643 add_tracepoint_multi_sys(struct list_head *list, int *idx, const char *sys_name, const char *evt_name, struct parse_events_error *err, struct list_head *head_config) add_tracepoint_multi_sys() argument
680 struct list_head *head_config; global() member
731 parse_events_load_bpf_obj(struct parse_events_state *parse_state, struct list_head *list, struct bpf_object *obj, struct list_head *head_config) parse_events_load_bpf_obj() argument
785 parse_events_config_bpf(struct parse_events_state *parse_state, struct bpf_object *obj, struct list_head *head_config) parse_events_config_bpf() argument
863 parse_events_load_bpf(struct parse_events_state *parse_state, struct list_head *list, char *bpf_file_name, bool source, struct list_head *head_config) parse_events_load_bpf() argument
1237 get_config_terms(struct list_head *head_config, struct list_head *head_terms __maybe_unused) get_config_terms() argument
1342 get_config_chgs(struct perf_pmu *pmu, struct list_head *head_config, struct list_head *head_terms) get_config_chgs() argument
1372 parse_events_add_tracepoint(struct list_head *list, int *idx, const char *sys, const char *event, struct parse_events_error *err, struct list_head *head_config) parse_events_add_tracepoint() argument
1393 parse_events_add_numeric(struct parse_events_state *parse_state, struct list_head *list, u32 type, u64 config, struct list_head *head_config) parse_events_add_numeric() argument
1437 parse_events_add_pmu(struct parse_events_state *parse_state, struct list_head *list, char *name, struct list_head *head_config, bool auto_merge_stats, bool use_alias) parse_events_add_pmu() argument
[all...]
H A Dparse-events.h168 struct list_head *head_config);
173 struct list_head *head_config);
179 struct list_head *head_config);
183 struct list_head *head_config);
191 struct list_head *head_config);
196 struct list_head *head_config,
/kernel/linux/linux-5.10/drivers/dma/
H A Dcoh901318.c1276 u32 head_config; member
1855 coh901318_set_conf(cohc, cohd->head_config); in coh901318_queue_start()
2374 cohd->head_config = config; in coh901318_prep_slave_sg()

Completed in 10 milliseconds