Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.7 12 lines 358 B view raw
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 4 5#include <linux/types.h> 6 7struct perf_sample; 8struct thread; 9 10u64 get_leaf_frame_caller_aarch64(struct perf_sample *sample, struct thread *thread, int user_idx); 11 12#endif /* __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H */