• Home
  • Raw
  • Download

Lines Matching refs:list_head

50 static int get_config_terms(struct list_head *head_config,
51 struct list_head *head_terms __maybe_unused);
54 struct list_head *list);
350 static char *get_config_name(struct list_head *head_terms) in get_config_name()
365 __add_event(struct list_head *list, int *idx, in __add_event()
369 struct list_head *config_terms, bool auto_merge_stats, in __add_event()
416 static int add_event(struct list_head *list, int *idx, in add_event()
418 struct list_head *config_terms) in add_event()
424 static int add_event_tool(struct list_head *list, int *idx, in add_event_tool()
468 struct list_head *head,
472 int parse_events_add_cache(struct list_head *list, int *idx, in parse_events_add_cache()
475 struct list_head *head_config, in parse_events_add_cache()
588 static int add_tracepoint(struct list_head *list, int *idx, in add_tracepoint()
591 struct list_head *head_config) in add_tracepoint()
612 static int add_tracepoint_multi_event(struct list_head *list, int *idx, in add_tracepoint_multi_event()
615 struct list_head *head_config) in add_tracepoint_multi_event()
660 static int add_tracepoint_event(struct list_head *list, int *idx, in add_tracepoint_event()
663 struct list_head *head_config) in add_tracepoint_event()
672 static int add_tracepoint_multi_sys(struct list_head *list, int *idx, in add_tracepoint_multi_sys()
675 struct list_head *head_config) in add_tracepoint_multi_sys()
709 struct list_head *list;
710 struct list_head *head_config;
719 struct list_head *list = param->list; in add_bpf_event()
762 struct list_head *list, in parse_events_load_bpf_obj()
764 struct list_head *head_config) in parse_events_load_bpf_obj()
817 struct list_head *head_config) in parse_events_config_bpf()
875 split_bpf_config_terms(struct list_head *evt_head_config, in split_bpf_config_terms()
876 struct list_head *obj_head_config) in split_bpf_config_terms()
894 struct list_head *list, in parse_events_load_bpf()
897 struct list_head *head_config) in parse_events_load_bpf()
941 struct list_head *list __maybe_unused, in parse_events_load_bpf_obj()
943 struct list_head *head_config __maybe_unused) in parse_events_load_bpf_obj()
952 struct list_head *list __maybe_unused, in parse_events_load_bpf()
955 struct list_head *head_config __maybe_unused) in parse_events_load_bpf()
1004 int parse_events_add_breakpoint(struct list_head *list, int *idx, in parse_events_add_breakpoint()
1278 struct list_head *head, in config_attr()
1291 static int get_config_terms(struct list_head *head_config, in get_config_terms()
1292 struct list_head *head_terms __maybe_unused) in get_config_terms()
1396 static int get_config_chgs(struct perf_pmu *pmu, struct list_head *head_config, in get_config_chgs()
1397 struct list_head *head_terms) in get_config_chgs()
1426 int parse_events_add_tracepoint(struct list_head *list, int *idx, in parse_events_add_tracepoint()
1429 struct list_head *head_config) in parse_events_add_tracepoint()
1448 struct list_head *list, in parse_events_add_numeric()
1450 struct list_head *head_config) in parse_events_add_numeric()
1484 struct list_head *list, in parse_events_add_tool()
1490 static bool config_term_percore(struct list_head *config_terms) in config_term_percore()
1503 struct list_head *list, char *name, in parse_events__inside_hybrid_pmu()
1504 struct list_head *head_config) in parse_events__inside_hybrid_pmu()
1530 struct list_head *list, char *name, in parse_events_add_pmu()
1531 struct list_head *head_config, in parse_events_add_pmu()
1659 char *str, struct list_head **listp) in parse_events_multi_pmu_add()
1662 struct list_head *list; in parse_events_multi_pmu_add()
1668 list = malloc(sizeof(struct list_head)); in parse_events_multi_pmu_add()
1677 struct list_head *head; in parse_events_multi_pmu_add()
1680 head = malloc(sizeof(struct list_head)); in parse_events_multi_pmu_add()
1717 int parse_events__modifier_group(struct list_head *list, in parse_events__modifier_group()
1744 parse_events__set_leader_for_uncore_aliase(char *name, struct list_head *list, in parse_events__set_leader_for_uncore_aliase()
1834 void parse_events__set_leader(char *name, struct list_head *list, in parse_events__set_leader()
1853 void parse_events_update_lists(struct list_head *list_event, in parse_events_update_lists()
1854 struct list_head *list_all) in parse_events_update_lists()
2004 int parse_events__modifier_event(struct list_head *list, char *str, bool add) in parse_events__modifier_event()
2044 int parse_events_name(struct list_head *list, char *name) in parse_events_name()
2222 int parse_events_terms(struct list_head *terms, const char *str) in parse_events_terms()
2245 struct list_head *list) in parse_events__with_hybrid_pmu()
3188 int parse_events_copy_term_list(struct list_head *old, in parse_events_copy_term_list()
3189 struct list_head **new) in parse_events_copy_term_list()
3199 *new = malloc(sizeof(struct list_head)); in parse_events_copy_term_list()
3213 void parse_events_terms__purge(struct list_head *terms) in parse_events_terms__purge()
3223 void parse_events_terms__delete(struct list_head *terms) in parse_events_terms__delete()
3299 struct evsel *parse_events__add_event_hybrid(struct list_head *list, int *idx, in parse_events__add_event_hybrid()
3302 struct list_head *config_terms) in parse_events__add_event_hybrid()