summaryrefslogtreecommitdiffstats
path: root/tools/perf/lib/include/perf/evlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/lib/include/perf/evlist.h')
-rw-r--r--tools/perf/lib/include/perf/evlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/lib/include/perf/evlist.h b/tools/perf/lib/include/perf/evlist.h
index 38365f8f3fba..8a2ce0757ab2 100644
--- a/tools/perf/lib/include/perf/evlist.h
+++ b/tools/perf/lib/include/perf/evlist.h
@@ -31,5 +31,6 @@ LIBPERF_API void perf_evlist__disable(struct perf_evlist *evlist);
LIBPERF_API void perf_evlist__set_maps(struct perf_evlist *evlist,
struct perf_cpu_map *cpus,
struct perf_thread_map *threads);
+LIBPERF_API int perf_evlist__poll(struct perf_evlist *evlist, int timeout);
#endif /* __LIBPERF_EVLIST_H */