Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/arch/arm64/util/
Dpmu.c38 perf_pmu__pathname_scnprintf(path, sizeof(path), in perf_pmu__cpu_slots_per_cycle()
/Linux-v6.6/tools/perf/util/
Dpmu.c166 if (!perf_pmu__pathname_scnprintf(path, sizeof(path), pmu->name, "format")) in perf_pmu_format__load()
732 perf_pmu__pathname_scnprintf(path, sizeof(path), name, "identifier"); in pmu_id()
753 if (!perf_pmu__pathname_scnprintf(path, sizeof(path), name, "cpus")) in is_sysfs_pmu_core()
1756 if (!perf_pmu__pathname_scnprintf(path, sizeof(path), pmu->name, name) || in perf_pmu__open_file()
1812 if (!perf_pmu__pathname_scnprintf(path, sizeof(path), pmu->name, name)) in perf_pmu__file_exists()
1872 if (!perf_pmu__pathname_scnprintf(caps_path, sizeof(caps_path), pmu->name, "caps")) in perf_pmu__caps_parse()
2018 int perf_pmu__pathname_scnprintf(char *buf, size_t size, in perf_pmu__pathname_scnprintf() function
Dpmu.h259 int perf_pmu__pathname_scnprintf(char *buf, size_t size,