diff options
Diffstat (limited to 'tools/perf/util/session.h')
-rw-r--r-- | tools/perf/util/session.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/session.h b/tools/perf/util/session.h index 4578f86a6209..ac36f99f14af 100644 --- a/tools/perf/util/session.h +++ b/tools/perf/util/session.h | |||
@@ -46,6 +46,8 @@ struct perf_session { | |||
46 | int fd; | 46 | int fd; |
47 | bool fd_pipe; | 47 | bool fd_pipe; |
48 | bool repipe; | 48 | bool repipe; |
49 | bool sample_id_all; | ||
50 | u16 id_hdr_size; | ||
49 | int cwdlen; | 51 | int cwdlen; |
50 | char *cwd; | 52 | char *cwd; |
51 | struct ordered_samples ordered_samples; | 53 | struct ordered_samples ordered_samples; |
@@ -106,6 +108,7 @@ int perf_session__create_kernel_maps(struct perf_session *self); | |||
106 | 108 | ||
107 | int do_read(int fd, void *buf, size_t size); | 109 | int do_read(int fd, void *buf, size_t size); |
108 | void perf_session__update_sample_type(struct perf_session *self); | 110 | void perf_session__update_sample_type(struct perf_session *self); |
111 | void perf_session__set_sample_id_all(struct perf_session *session, bool value); | ||
109 | void perf_session__set_sample_type(struct perf_session *session, u64 type); | 112 | void perf_session__set_sample_type(struct perf_session *session, u64 type); |
110 | void perf_session__remove_thread(struct perf_session *self, struct thread *th); | 113 | void perf_session__remove_thread(struct perf_session *self, struct thread *th); |
111 | 114 | ||