1 #ifndef __PERF_UNWIND_LIBDW_H
2 #define __PERF_UNWIND_LIBDW_H
4 #include <elfutils/libdwfl.h>
9 bool libdw__arch_set_initial_registers(Dwfl_Thread
*thread
, void *arg
);
13 struct perf_sample
*sample
;
14 struct machine
*machine
;
15 struct thread
*thread
;
21 #endif /* __PERF_UNWIND_LIBDW_H */