Searched refs:evt_fd (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dprint-events.c97 int evt_fd; local
105 evt_fd = openat(dir_fd, evt_path, O_RDONLY);
106 if (evt_fd < 0)
108 close(evt_fd);
H A Devsel.c2080 int evt_fd = fd; local
2083 err = ioctl(evt_fd,

Completed in 124 milliseconds