diff options
Diffstat (limited to 'tools/perf/util/session.h')
-rw-r--r-- | tools/perf/util/session.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/session.h b/tools/perf/util/session.h index 32eaa1bada0..a6951d2f700 100644 --- a/tools/perf/util/session.h +++ b/tools/perf/util/session.h | |||
@@ -56,6 +56,8 @@ struct symbol **perf_session__resolve_callchain(struct perf_session *self, | |||
56 | struct ip_callchain *chain, | 56 | struct ip_callchain *chain, |
57 | struct symbol **parent); | 57 | struct symbol **parent); |
58 | 58 | ||
59 | int perf_session__has_traces(struct perf_session *self); | ||
60 | |||
59 | int perf_header__read_build_ids(int input, u64 offset, u64 file_size); | 61 | int perf_header__read_build_ids(int input, u64 offset, u64 file_size); |
60 | 62 | ||
61 | #endif /* __PERF_SESSION_H */ | 63 | #endif /* __PERF_SESSION_H */ |