Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Devlist.h427 bool evlist__ctlfd_initialized(struct evlist *evlist);
H A Devlist.c1968 bool evlist__ctlfd_initialized(struct evlist *evlist) in evlist__ctlfd_initialized() function
1977 if (!evlist__ctlfd_initialized(evlist)) in evlist__finalize_ctlfd()
2165 if (!evlist__ctlfd_initialized(evlist) || !entries[ctlfd_pos].revents) in evlist__ctlfd_process()
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c887 if (interval || timeout || evlist__ctlfd_initialized(evsel_list)) in __run_perf_stat()