Home
last modified time | relevance | path

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

/tools/perf/util/
A Dpmu.c2378 int caps_fd; in perf_pmu__caps_parse() local
2388 caps_fd = open(caps_path, O_CLOEXEC | O_DIRECTORY | O_RDONLY); in perf_pmu__caps_parse()
2389 if (caps_fd == -1) { in perf_pmu__caps_parse()
2394 io_dir__init(&caps_dir, caps_fd); in perf_pmu__caps_parse()
2405 fd = openat(caps_fd, name, O_RDONLY); in perf_pmu__caps_parse()
2424 close(caps_fd); in perf_pmu__caps_parse()

Completed in 9 milliseconds