Searched defs:unwind_info (Results 1 – 3 of 3) sorted by relevance
14 struct unwind_info { struct15 void *dwfl;16 struct perf_sample *sample;17 struct machine *machine;18 struct thread *thread;19 unwind_entry_cb_t cb;20 void *arg;21 int max_stack;22 int idx;23 uint32_t e_flags;[all …]
1679 struct unwind_task_info unwind_info; member