diff options
Diffstat (limited to 'tools/perf/util/session.h')
-rw-r--r-- | tools/perf/util/session.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/util/session.h b/tools/perf/util/session.h index 05dd7bcb9453..b5b148b0aaca 100644 --- a/tools/perf/util/session.h +++ b/tools/perf/util/session.h | |||
@@ -112,8 +112,6 @@ void mem_bswap_64(void *src, int byte_size); | |||
112 | int perf_session__create_kernel_maps(struct perf_session *self); | 112 | int perf_session__create_kernel_maps(struct perf_session *self); |
113 | 113 | ||
114 | void perf_session__update_sample_type(struct perf_session *self); | 114 | void perf_session__update_sample_type(struct perf_session *self); |
115 | void perf_session__set_sample_id_all(struct perf_session *session, bool value); | ||
116 | void perf_session__set_sample_type(struct perf_session *session, u64 type); | ||
117 | void perf_session__remove_thread(struct perf_session *self, struct thread *th); | 115 | void perf_session__remove_thread(struct perf_session *self, struct thread *th); |
118 | 116 | ||
119 | static inline | 117 | static inline |