Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dpmu.h97 int perf_pmu__format_parse(char *dir, struct list_head *head);
H A Dpmu.c47 int perf_pmu__format_parse(char *dir, struct list_head *head) in perf_pmu__format_parse() function
100 if (perf_pmu__format_parse(path, format)) in pmu_format()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dpmu.c155 ret = perf_pmu__format_parse(format, &formats); in test__pmu()