blob: 32af9ce94398ef96c6e4c5e1465d683854adcbbc [file] [log] [blame]
Alexandre Truongb9f6fbb2021-12-17 15:45:20 +00001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H
3#define __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H
4
5#include "event.h"
6#include "thread.h"
7
8u64 get_leaf_frame_caller_aarch64(struct perf_sample *sample, struct thread *thread, int user_idx);
9
10#endif /* __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H */