Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dpmu.h81 int perf_pmu__format_parse(char *dir, struct list_head *head);
Dpmu.c43 int perf_pmu__format_parse(char *dir, struct list_head *head) in perf_pmu__format_parse() function
97 if (perf_pmu__format_parse(path, format)) in pmu_format()
/Linux-v4.19/tools/perf/tests/
Dpmu.c154 ret = perf_pmu__format_parse(format, &formats); in test__pmu()