diff options
Diffstat (limited to 'tools/perf/util/header.h')
-rw-r--r-- | tools/perf/util/header.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/header.h b/tools/perf/util/header.h index 879d215cdac9..5f1cd6884f37 100644 --- a/tools/perf/util/header.h +++ b/tools/perf/util/header.h | |||
@@ -154,6 +154,7 @@ int perf_event__synthesize_build_id(struct perf_tool *tool, | |||
154 | int perf_event__process_build_id(struct perf_tool *tool, | 154 | int perf_event__process_build_id(struct perf_tool *tool, |
155 | union perf_event *event, | 155 | union perf_event *event, |
156 | struct perf_session *session); | 156 | struct perf_session *session); |
157 | bool is_perf_magic(u64 magic); | ||
157 | 158 | ||
158 | /* | 159 | /* |
159 | * arch specific callback | 160 | * arch specific callback |