Lines Matching refs:list_head
24 struct list_head format; /* HEAD struct perf_pmu_format -> list */
25 struct list_head aliases; /* HEAD struct perf_pmu_alias -> list */
26 struct list_head list; /* ELEM */
40 struct list_head terms; /* HEAD struct parse_events_term -> list */
41 struct list_head list; /* ELEM */
50 struct list_head *head_terms);
51 int perf_pmu__config_terms(struct list_head *formats,
53 struct list_head *head_terms,
55 int perf_pmu__check_alias(struct perf_pmu *pmu, struct list_head *head_terms,
57 struct list_head *perf_pmu__alias(struct perf_pmu *pmu,
58 struct list_head *head_terms);
60 void perf_pmu_error(struct list_head *list, char *name, char const *msg);
62 int perf_pmu__new_format(struct list_head *list, char *name,
65 int perf_pmu__format_parse(char *dir, struct list_head *head);