Searched refs:caps_path (Results 1 – 1 of 1) sorted by relevance
2375 char caps_path[PATH_MAX]; in perf_pmu__caps_parse() local 2385 if (!perf_pmu__pathname_scnprintf(caps_path, sizeof(caps_path), pmu->name, "caps")) in perf_pmu__caps_parse() 2388 caps_fd = open(caps_path, O_CLOEXEC | O_DIRECTORY | O_RDONLY); in perf_pmu__caps_parse()