Searched refs:caps_path (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dpmu.c1899 char caps_path[PATH_MAX]; local
1909 if (!perf_pmu__pathname_scnprintf(caps_path, sizeof(caps_path), pmu->name, "caps"))
1912 if (stat(caps_path, &st) < 0) {
1917 caps_dir = opendir(caps_path);

Completed in 143 milliseconds