Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/arch/arm64/util/
Dpmu.c15 perf_pmu__pathname_scnprintf(path, sizeof(path), in tool_pmu__cpu_slots_per_cycle()
/linux-6.14.4/tools/perf/util/
Dpmu.c178 if (!perf_pmu__pathname_scnprintf(path, sizeof(path), pmu->name, "format")) in perf_pmu_format__load()
806 perf_pmu__pathname_scnprintf(path, sizeof(path), name, "identifier"); in pmu_id()
827 if (!perf_pmu__pathname_scnprintf(path, sizeof(path), name, "cpus")) in is_sysfs_pmu_core()
2120 if (!perf_pmu__pathname_scnprintf(path, sizeof(path), pmu->name, name) || in perf_pmu__open_file()
2176 if (!perf_pmu__pathname_scnprintf(path, sizeof(path), pmu->name, name)) in perf_pmu__file_exists()
2236 if (!perf_pmu__pathname_scnprintf(caps_path, sizeof(caps_path), pmu->name, "caps")) in perf_pmu__caps_parse()
2390 int perf_pmu__pathname_scnprintf(char *buf, size_t size, in perf_pmu__pathname_scnprintf() function
Dpmu.h287 int perf_pmu__pathname_scnprintf(char *buf, size_t size,