Lines Matching refs:pmu
21 #include "pmu.h"
1038 struct perf_pmu *pmu = NULL;
1048 while ((pmu = perf_pmu__scan(pmu))) {
1049 if (!pmu->name)
1053 ret = do_write(fd, &pmu->type, sizeof(pmu->type));
1057 ret = do_write_string(fd, pmu->name);
1449 const char *delimiter = "# pmu mappings: ";
1456 fprintf(fp, "# pmu mappings: not available\n");
1480 fprintf(fp, "# pmu mappings: unable to read\n");
1990 pr_debug("pmu mappings not available\n");