diff --git a/tools/perf/util/evlist.h b/tools/perf/util/evlist.h index bd312b01e8766e97dd50f8661f3e4213f8513fde..649b0c597283427572ffb2e43cf0521cb4a971fb 100644 --- a/tools/perf/util/evlist.h +++ b/tools/perf/util/evlist.h @@ -117,6 +117,8 @@ int perf_evlist__prepare_workload(struct perf_evlist *evlist, void *ucontext)); int perf_evlist__start_workload(struct perf_evlist *evlist); +struct option; + int perf_evlist__parse_mmap_pages(const struct option *opt, const char *str, int unset);