162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H 362306a36Sopenharmony_ci#define __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#include <linux/types.h> 662306a36Sopenharmony_ci 762306a36Sopenharmony_cistruct perf_sample; 862306a36Sopenharmony_cistruct thread; 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ciu64 get_leaf_frame_caller_aarch64(struct perf_sample *sample, struct thread *thread, int user_idx); 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#endif /* __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H */ 13