Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Devlist.h148 int evlist__add_wakeup_eventfd(struct evlist *evlist, int fd);
H A Devlist.c583 int evlist__add_wakeup_eventfd(struct evlist *evlist, int fd) in evlist__add_wakeup_eventfd() function
/linux-6.15/tools/perf/
H A Dbuiltin-record.c2440 err = evlist__add_wakeup_eventfd(rec->evlist, done_fd); in __cmd_record()