Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dpmu.c1942 char caps_path[PATH_MAX]; in perf_pmu__caps_parse() local
1952 if (!perf_pmu__pathname_scnprintf(caps_path, sizeof(caps_path), pmu->name, "caps")) in perf_pmu__caps_parse()
1955 if (stat(caps_path, &st) < 0) { in perf_pmu__caps_parse()
1960 caps_dir = opendir(caps_path); in perf_pmu__caps_parse()