Home
last modified time | relevance | path

Searched refs:perf_pmu__format_parse (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/
Dpmu.h68 int perf_pmu__format_parse(char *dir, struct list_head *head);
Dpmu.c34 int perf_pmu__format_parse(char *dir, struct list_head *head) in perf_pmu__format_parse() function
88 if (perf_pmu__format_parse(path, format)) in pmu_format()
/tools/perf/tests/
Dpmu.c151 ret = perf_pmu__format_parse(format, &formats); in test__pmu()