Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtp_pmu.c41 io_dir__init(&evt_dir, open(evt_path, O_CLOEXEC | O_DIRECTORY | O_RDONLY)); in tp_pmu__for_each_tp_event()
74 io_dir__init(&events_dir, open(events_dir_path, O_CLOEXEC | O_DIRECTORY | O_RDONLY)); in tp_pmu__for_each_tp_sys()
H A Dhwmon_pmu.c248 io_dir__init(&dir, open(pmu->hwmon_dir, O_CLOEXEC | O_DIRECTORY | O_RDONLY)); in hwmon_pmu__read_events()
716 io_dir__init(&class_hwmon_dir, open(buf, O_CLOEXEC | O_DIRECTORY | O_RDONLY)); in perf_pmus__read_hwmon_pmus()
H A Dpmu.c196 io_dir__init(&format_dir, dirfd); in perf_pmu__format_parse()
707 io_dir__init(&event_dir, events_dir_fd); in __pmu_aliases_parse()
2531 io_dir__init(&caps_dir, caps_fd); in perf_pmu__caps_parse()
H A Dpmus.c252 io_dir__init(&dir, fd); in pmu_read_sysfs()
H A Dheader.c1345 io_dir__init(&dir, open(path, O_CLOEXEC | O_DIRECTORY | O_RDONLY)); in memory_node__read()
1404 io_dir__init(&dir, open(path, O_CLOEXEC | O_DIRECTORY | O_RDONLY)); in build_mem_topology()
H A Dsynthetic-events.c817 io_dir__init(&iod, open(filename, O_CLOEXEC | O_DIRECTORY | O_RDONLY)); in __event__synthesize_thread()
H A Dmachine.c1387 io_dir__init(&iod, open(path, O_CLOEXEC | O_DIRECTORY | O_RDONLY)); in maps__set_modules_path_dir()
/linux/tools/lib/api/
H A Dio_dir.h59 static inline void io_dir__init(struct io_dir *iod, int dirfd) in io_dir__init() function
/linux/tools/perf/arch/x86/util/
H A Dpmu.c92 io_dir__init(&dir, fd); in num_chas()