tools/perf/util/unwind-libdw.h

Source file repositories/reference/linux-study-clean/tools/perf/util/unwind-libdw.h

File Facts

System
Linux kernel
Corpus path
tools/perf/util/unwind-libdw.h
Extension
.h
Size
628 bytes
Lines
33
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

struct unwind_info {
	void			*dwfl;
	struct perf_sample      *sample;
	struct machine          *machine;
	struct thread           *thread;
	unwind_entry_cb_t	cb;
	void			*arg;
	int			max_stack;
	int			idx;
	uint32_t		e_flags;
	uint16_t		e_machine;
	bool			best_effort;
	struct unwind_entry	entries[];
};

void libdw__invalidate_dwfl(struct maps *maps, void *dwfl);
#endif

#endif /* __PERF_UNWIND_LIBDW_H */

Annotation

Implementation Notes