aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/session.h')
-rw-r--r--tools/perf/util/session.h2
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
59int perf_session__has_traces(struct perf_session *self);
60
59int perf_header__read_build_ids(int input, u64 offset, u64 file_size); 61int perf_header__read_build_ids(int input, u64 offset, u64 file_size);
60 62
61#endif /* __PERF_SESSION_H */ 63#endif /* __PERF_SESSION_H */