Searched refs:formats (Results 1 – 3 of 3) sorted by relevance
/tools/perf/tests/ |
D | pmu.c | 139 LIST_HEAD(formats); in test__pmu() 151 ret = perf_pmu__format_parse(format, &formats); in test__pmu() 155 ret = perf_pmu__config_terms(&formats, &attr, terms); in test__pmu()
|
/tools/perf/util/ |
D | pmu.c | 376 pmu_find_format(struct list_head *formats, char *name) in pmu_find_format() argument 380 list_for_each_entry(format, formats, list) in pmu_find_format() 416 static int pmu_config_term(struct list_head *formats, in pmu_config_term() argument 434 format = pmu_find_format(formats, term->config); in pmu_config_term() 461 int perf_pmu__config_terms(struct list_head *formats, in perf_pmu__config_terms() argument 468 if (pmu_config_term(formats, attr, term)) in perf_pmu__config_terms()
|
D | pmu.h | 27 int perf_pmu__config_terms(struct list_head *formats,
|