1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __PERF_UNWIND_LIBDW_H
3 #define __PERF_UNWIND_LIBDW_H
5 #include <elfutils/libdwfl.h>
12 bool libdw__arch_set_initial_registers(Dwfl_Thread *thread, void *arg);
16 struct perf_sample *sample;
17 struct machine *machine;
18 struct thread *thread;
23 struct unwind_entry entries[];
26 #endif /* __PERF_UNWIND_LIBDW_H */