Searched refs:io_dir__init (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/lib/api/ |
| H A D | io_dir.h | 59 static inline void io_dir__init(struct io_dir *iod, int dirfd) in io_dir__init() function
|
| /linux-6.15/tools/perf/util/ |
| H A D | hwmon_pmu.c | 248 io_dir__init(&dir, openat(pmu->hwmon_dir_fd, ".", O_CLOEXEC | O_DIRECTORY | O_RDONLY)); in hwmon_pmu__read_events() 705 io_dir__init(&class_hwmon_dir, open(buf, O_CLOEXEC | O_DIRECTORY | O_RDONLY)); in perf_pmus__read_hwmon_pmus()
|
| H A D | pmu.c | 203 io_dir__init(&format_dir, dirfd); in perf_pmu__format_parse() 640 io_dir__init(&event_dir, events_dir_fd); in __pmu_aliases_parse() 2240 io_dir__init(&caps_dir, caps_fd); in perf_pmu__caps_parse()
|
| H A D | pmus.c | 245 io_dir__init(&dir, fd); in pmu_read_sysfs()
|
| H A D | parse-events.c | 567 io_dir__init(&evt_dir, open(evt_path, O_CLOEXEC | O_DIRECTORY | O_RDONLY)); in add_tracepoint_multi_event() 628 io_dir__init(&events_dir, open(events_dir_path, O_CLOEXEC | O_DIRECTORY | O_RDONLY)); in add_tracepoint_multi_sys()
|
| H A D | header.c | 1328 io_dir__init(&dir, open(path, O_CLOEXEC | O_DIRECTORY | O_RDONLY)); in memory_node__read() 1387 io_dir__init(&dir, open(path, O_CLOEXEC | O_DIRECTORY | O_RDONLY)); in build_mem_topology()
|
| H A D | synthetic-events.c | 806 io_dir__init(&iod, open(filename, O_CLOEXEC | O_DIRECTORY | O_RDONLY)); in __event__synthesize_thread()
|
| H A D | machine.c | 1352 io_dir__init(&iod, open(path, O_CLOEXEC | O_DIRECTORY | O_RDONLY)); in maps__set_modules_path_dir()
|