Home
last modified time | relevance | path

Searched refs:perf_pmu__pathname_scnprintf (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dpmu.c186 if (!perf_pmu__pathname_scnprintf(path, sizeof(path), pmu->name, "format")) in perf_pmu_format__load()
854 perf_pmu__pathname_scnprintf(path, sizeof(path), name, "identifier"); in pmu_id()
875 if (!perf_pmu__pathname_scnprintf(path, sizeof(path), name, "cpus")) in is_sysfs_pmu_core()
2259 if (!perf_pmu__pathname_scnprintf(path, sizeof(path), pmu->name, name) || in perf_pmu__open_file()
2315 if (!perf_pmu__pathname_scnprintf(path, sizeof(path), pmu->name, name)) in perf_pmu__file_exists()
2385 if (!perf_pmu__pathname_scnprintf(caps_path, sizeof(caps_path), pmu->name, "caps")) in perf_pmu__caps_parse()
2536 int perf_pmu__pathname_scnprintf(char *buf, size_t size, in perf_pmu__pathname_scnprintf() function
H A Dpmu.h295 int perf_pmu__pathname_scnprintf(char *buf, size_t size,