Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dpmu.c1863 char caps_path[PATH_MAX]; in perf_pmu__caps_parse() local
1876 snprintf(caps_path, PATH_MAX, in perf_pmu__caps_parse()
1879 if (stat(caps_path, &st) < 0) { in perf_pmu__caps_parse()
1884 caps_dir = opendir(caps_path); in perf_pmu__caps_parse()
1897 snprintf(path, sizeof(path), "%s/%s", caps_path, name); in perf_pmu__caps_parse()