Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/tests/
Dpmu.c155 ret = perf_pmu__format_parse(format, &formats); in test__pmu()
/linux-6.1.9/tools/perf/util/
Dpmu.h113 int perf_pmu__format_parse(char *dir, struct list_head *head);
Dpmu.c51 int perf_pmu__format_parse(char *dir, struct list_head *head) in perf_pmu__format_parse() function
104 if (perf_pmu__format_parse(path, format)) in pmu_format()