Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / perf / util / arm64-frame-pointer-unwind-support.h
blob42d3a45490f50f10c4d6931fac0fe492164d6cfd
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H
3 #define __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H
5 #include <linux/types.h>
7 struct perf_sample;
8 struct thread;
10 u64 get_leaf_frame_caller_aarch64(struct perf_sample *sample, struct thread *thread, int user_idx);
12 #endif /* __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H */