mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +00:00
11 lines
336 B
C
11 lines
336 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H
|
||
|
#define __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H
|
||
|
|
||
|
#include "event.h"
|
||
|
#include "thread.h"
|
||
|
|
||
|
u64 get_leaf_frame_caller_aarch64(struct perf_sample *sample, struct thread *thread, int user_idx);
|
||
|
|
||
|
#endif /* __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H */
|