Searched refs:get_entries (Results 1 – 3 of 3) sorted by relevance
/tools/perf/util/ |
D | unwind.h | 24 int (*get_entries)(unwind_entry_cb_t cb, void *arg, member
|
D | unwind-libunwind.c | 86 return thread->maps->unwind_libunwind_ops->get_entries(cb, arg, thread, data, max_stack); in unwind__get_entries()
|
D | unwind-libunwind-local.c | 641 static int get_entries(struct unwind_info *ui, unwind_entry_cb_t cb, in get_entries() function 721 return get_entries(&ui, cb, arg, max_stack); in _unwind__get_entries() 729 .get_entries = _unwind__get_entries,
|