head_terms 47 tools/perf/util/parse-events.c struct list_head *head_terms __maybe_unused); head_terms 305 tools/perf/util/parse-events.c static char *get_config_name(struct list_head *head_terms) head_terms 309 tools/perf/util/parse-events.c if (!head_terms) head_terms 312 tools/perf/util/parse-events.c list_for_each_entry(term, head_terms, list) head_terms 1170 tools/perf/util/parse-events.c struct list_head *head_terms __maybe_unused) head_terms 1184 tools/perf/util/parse-events.c list_add_tail(&__t->list, head_terms); \ head_terms 969 tools/perf/util/pmu.c struct list_head *head_terms, head_terms 974 tools/perf/util/pmu.c list_for_each_entry(t, head_terms, list) { head_terms 1019 tools/perf/util/pmu.c struct list_head *head_terms, head_terms 1097 tools/perf/util/pmu.c if (pmu_resolve_param_term(term, head_terms, &val)) head_terms 1124 tools/perf/util/pmu.c struct list_head *head_terms, head_terms 1129 tools/perf/util/pmu.c list_for_each_entry(term, head_terms, list) { head_terms 1130 tools/perf/util/pmu.c if (pmu_config_term(formats, attr, term, head_terms, head_terms 1144 tools/perf/util/pmu.c struct list_head *head_terms, head_terms 1150 tools/perf/util/pmu.c return perf_pmu__config_terms(&pmu->format, attr, head_terms, head_terms 1214 tools/perf/util/pmu.c int perf_pmu__check_alias(struct perf_pmu *pmu, struct list_head *head_terms, head_terms 1233 tools/perf/util/pmu.c list_for_each_entry_safe(term, h, head_terms, list) { head_terms 66 tools/perf/util/pmu.h struct list_head *head_terms, head_terms 70 tools/perf/util/pmu.h struct list_head *head_terms, head_terms 73 tools/perf/util/pmu.h int perf_pmu__check_alias(struct perf_pmu *pmu, struct list_head *head_terms, head_terms 76 tools/perf/util/pmu.h struct list_head *head_terms);