]> Git Repo - linux.git/blob - tools/perf/util/arm64-frame-pointer-unwind-support.h
HID: hid-sensor-custom: Fix big on-stack allocation in hid_sensor_custom_get_known()
[linux.git] / tools / perf / util / arm64-frame-pointer-unwind-support.h
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 "event.h"
6 #include "thread.h"
7
8 u64 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 */
This page took 0.034272 seconds and 4 git commands to generate.