diff options
Diffstat (limited to 'tools/perf/util/evsel.h')
-rw-r--r-- | tools/perf/util/evsel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/perf/util/evsel.h b/tools/perf/util/evsel.h index 0962b500cb6d..1594696bd127 100644 --- a/tools/perf/util/evsel.h +++ b/tools/perf/util/evsel.h | |||
@@ -46,11 +46,11 @@ void perf_evsel__free_fd(struct perf_evsel *evsel); | |||
46 | void perf_evsel__close_fd(struct perf_evsel *evsel, int ncpus, int nthreads); | 46 | void perf_evsel__close_fd(struct perf_evsel *evsel, int ncpus, int nthreads); |
47 | 47 | ||
48 | int perf_evsel__open_per_cpu(struct perf_evsel *evsel, | 48 | int perf_evsel__open_per_cpu(struct perf_evsel *evsel, |
49 | struct cpu_map *cpus, bool group); | 49 | struct cpu_map *cpus, bool group, bool inherit); |
50 | int perf_evsel__open_per_thread(struct perf_evsel *evsel, | 50 | int perf_evsel__open_per_thread(struct perf_evsel *evsel, |
51 | struct thread_map *threads, bool group); | 51 | struct thread_map *threads, bool group, bool inherit); |
52 | int perf_evsel__open(struct perf_evsel *evsel, struct cpu_map *cpus, | 52 | int perf_evsel__open(struct perf_evsel *evsel, struct cpu_map *cpus, |
53 | struct thread_map *threads, bool group); | 53 | struct thread_map *threads, bool group, bool inherit); |
54 | 54 | ||
55 | #define perf_evsel__match(evsel, t, c) \ | 55 | #define perf_evsel__match(evsel, t, c) \ |
56 | (evsel->attr.type == PERF_TYPE_##t && \ | 56 | (evsel->attr.type == PERF_TYPE_##t && \ |