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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/session.h b/tools/perf/util/session.h
index a6951d2f700..5771ccb3fe0 100644
--- a/tools/perf/util/session.h
+++ b/tools/perf/util/session.h
@@ -40,7 +40,6 @@ struct perf_event_ops {
40 event_op process_read_event; 40 event_op process_read_event;
41 event_op process_throttle_event; 41 event_op process_throttle_event;
42 event_op process_unthrottle_event; 42 event_op process_unthrottle_event;
43 int (*sample_type_check)(struct perf_session *session);
44 unsigned long total_unknown; 43 unsigned long total_unknown;
45 bool full_paths; 44 bool full_paths;
46}; 45};
@@ -56,7 +55,7 @@ struct symbol **perf_session__resolve_callchain(struct perf_session *self,
56 struct ip_callchain *chain, 55 struct ip_callchain *chain,
57 struct symbol **parent); 56 struct symbol **parent);
58 57
59int perf_session__has_traces(struct perf_session *self); 58bool perf_session__has_traces(struct perf_session *self, const char *msg);
60 59
61int perf_header__read_build_ids(int input, u64 offset, u64 file_size); 60int perf_header__read_build_ids(int input, u64 offset, u64 file_size);
62 61