diff options
Diffstat (limited to 'tools/perf/util/session.h')
-rw-r--r-- | tools/perf/util/session.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/session.h b/tools/perf/util/session.h index 61ca92e58ad4..f2b2c6a3a49d 100644 --- a/tools/perf/util/session.h +++ b/tools/perf/util/session.h | |||
@@ -34,6 +34,7 @@ struct perf_session { | |||
34 | u64 sample_type; | 34 | u64 sample_type; |
35 | int fd; | 35 | int fd; |
36 | bool fd_pipe; | 36 | bool fd_pipe; |
37 | bool repipe; | ||
37 | int cwdlen; | 38 | int cwdlen; |
38 | char *cwd; | 39 | char *cwd; |
39 | struct ordered_samples ordered_samples; | 40 | struct ordered_samples ordered_samples; |
@@ -59,7 +60,7 @@ struct perf_event_ops { | |||
59 | bool ordered_samples; | 60 | bool ordered_samples; |
60 | }; | 61 | }; |
61 | 62 | ||
62 | struct perf_session *perf_session__new(const char *filename, int mode, bool force); | 63 | struct perf_session *perf_session__new(const char *filename, int mode, bool force, bool repipe); |
63 | void perf_session__delete(struct perf_session *self); | 64 | void perf_session__delete(struct perf_session *self); |
64 | 65 | ||
65 | void perf_event_header__bswap(struct perf_event_header *self); | 66 | void perf_event_header__bswap(struct perf_event_header *self); |