Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H
0003 #define __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H
0004 
0005 #include "event.h"
0006 #include "thread.h"
0007 
0008 u64 get_leaf_frame_caller_aarch64(struct perf_sample *sample, struct thread *thread, int user_idx);
0009 
0010 #endif /* __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H */