diff options
Diffstat (limited to 'tools/perf/util/header.h')
-rw-r--r-- | tools/perf/util/header.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/header.h b/tools/perf/util/header.h index d08cfe499404..8f5cbaea64a5 100644 --- a/tools/perf/util/header.h +++ b/tools/perf/util/header.h | |||
@@ -151,6 +151,8 @@ int perf_event__process_build_id(struct perf_tool *tool, | |||
151 | struct perf_session *session); | 151 | struct perf_session *session); |
152 | bool is_perf_magic(u64 magic); | 152 | bool is_perf_magic(u64 magic); |
153 | 153 | ||
154 | int dsos__hit_all(struct perf_session *session); | ||
155 | |||
154 | /* | 156 | /* |
155 | * arch specific callback | 157 | * arch specific callback |
156 | */ | 158 | */ |