Searched refs:get_entries (Results 1 – 3 of 3) sorted by relevance
| /tools/perf/util/ |
| A D | unwind.h | 24 int (*get_entries)(unwind_entry_cb_t cb, void *arg, member
|
| A D | unwind-libunwind.c | 90 return ops->get_entries(cb, arg, thread, data, max_stack, best_effort); in unwind__get_entries()
|
| A D | unwind-libunwind-local.c | 734 static int get_entries(struct unwind_info *ui, unwind_entry_cb_t cb, in get_entries() function 817 return get_entries(&ui, cb, arg, max_stack); in _unwind__get_entries() 825 .get_entries = _unwind__get_entries,
|
Completed in 6 milliseconds