Searched refs:unwind__get_entries (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | unwind.h | 35 int unwind__get_entries(unwind_entry_cb_t cb, void *arg, 70 unwind__get_entries(unwind_entry_cb_t cb __maybe_unused, in unwind__get_entries() function
|
A D | arm64-frame-pointer-unwind-support.c | 56 ret = unwind__get_entries(add_entry, &entries, thread, sample, 2, true); in get_leaf_frame_caller_aarch64()
|
A D | unwind-libunwind.c | 81 int unwind__get_entries(unwind_entry_cb_t cb, void *arg, in unwind__get_entries() function
|
A D | unwind-libdw.c | 224 int unwind__get_entries(unwind_entry_cb_t cb, void *arg, in unwind__get_entries() function
|
A D | machine.c | 3090 return unwind__get_entries(unwind_entry, cursor, in thread__resolve_callchain_unwind()
|
/linux-6.3-rc2/tools/perf/tests/ |
A D | dwarf-unwind.c | 125 err = unwind__get_entries(unwind_entry, &cnt, thread, in test_dwarf_unwind__thread()
|
Completed in 14 milliseconds