14 typedef int (*unwind_entry_cb_t
)(struct unwind_entry
*entry
, void *arg
);
16 #ifdef HAVE_LIBUNWIND_SUPPORT
17 int unwind__get_entries(unwind_entry_cb_t cb
, void *arg
,
18 struct machine
*machine
,
19 struct thread
*thread
,
21 struct perf_sample
*data
, int max_stack
);
22 int unwind__arch_reg_id(int regnum
);
25 unwind__get_entries(unwind_entry_cb_t cb __maybe_unused
,
26 void *arg __maybe_unused
,
27 struct machine
*machine __maybe_unused
,
28 struct thread
*thread __maybe_unused
,
29 u64 sample_uregs __maybe_unused
,
30 struct perf_sample
*data __maybe_unused
,
31 int max_stack __maybe_unused
)
35 #endif /* HAVE_LIBUNWIND_SUPPORT */
36 #endif /* __UNWIND_H */