Searched refs:perf_pmu__pathname_scnprintf (Results 1 – 3 of 3) sorted by relevance
/tools/perf/arch/arm64/util/ |
A D | pmu.c | 15 perf_pmu__pathname_scnprintf(path, sizeof(path), in tool_pmu__cpu_slots_per_cycle()
|
/tools/perf/util/ |
A D | pmu.h | 295 int perf_pmu__pathname_scnprintf(char *buf, size_t size,
|
A D | pmu.c | 186 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
|
Completed in 14 milliseconds