Home
last modified time | relevance | path

Searched refs:unwind__get_entries (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dunwind.h35 int unwind__get_entries(unwind_entry_cb_t cb, void *arg,
62 unwind__get_entries(unwind_entry_cb_t cb __maybe_unused, in unwind__get_entries() function
H A Darm64-frame-pointer-unwind-support.c56 ret = unwind__get_entries(add_entry, &entries, thread, sample, 2, true); in get_leaf_frame_caller_aarch64()
H A Dunwind-libunwind.c87 int unwind__get_entries(unwind_entry_cb_t cb, void *arg, in unwind__get_entries() function
H A Dunwind-libdw.c257 int unwind__get_entries(unwind_entry_cb_t cb, void *arg, in unwind__get_entries() function
H A Dmachine.c3172 return unwind__get_entries(unwind_entry, cursor, in thread__resolve_callchain_unwind()
/openbmc/linux/tools/perf/tests/
H A Ddwarf-unwind.c125 err = unwind__get_entries(unwind_entry, &cnt, thread, in test_dwarf_unwind__thread()