Searched defs:unwind_info (Results 1 – 2 of 2) sorted by relevance
14 struct unwind_info { struct15 Dwfl *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 bool best_effort;[all …]
95 struct unwind_info { struct96 struct perf_sample *sample;97 struct machine *machine;98 struct thread *thread;99 bool best_effort;
Completed in 9 milliseconds