tools/perf/util/arm64-frame-pointer-unwind-support.h

Source file repositories/reference/linux-study-clean/tools/perf/util/arm64-frame-pointer-unwind-support.h

File Facts

System
Linux kernel
Corpus path
tools/perf/util/arm64-frame-pointer-unwind-support.h
Extension
.h
Size
358 bytes
Lines
13
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H
#define __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H

#include <linux/types.h>

struct perf_sample;
struct thread;

u64 get_leaf_frame_caller_aarch64(struct perf_sample *sample, struct thread *thread, int user_idx);

#endif /* __PERF_ARM_FRAME_POINTER_UNWIND_SUPPORT_H */

Annotation

Implementation Notes