Home
last modified time | relevance | path

Searched refs:get_entries (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/
Dunwind.h24 int (*get_entries)(unwind_entry_cb_t cb, void *arg, member
Dunwind-libunwind.c86 return thread->maps->unwind_libunwind_ops->get_entries(cb, arg, thread, data, max_stack); in unwind__get_entries()
Dunwind-libunwind-local.c641 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,