Searched refs:unwind__get_entries (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | unwind.h | 30 int unwind__get_entries(unwind_entry_cb_t cb, void *arg, 64 unwind__get_entries(unwind_entry_cb_t cb __maybe_unused, in unwind__get_entries() function
|
H A D | unwind-libunwind.c | 81 int unwind__get_entries(unwind_entry_cb_t cb, void *arg, in unwind__get_entries() function
|
H A D | unwind-libdw.c | 222 int unwind__get_entries(unwind_entry_cb_t cb, void *arg, in unwind__get_entries() function
|
H A D | machine.c | 2886 return unwind__get_entries(unwind_entry, cursor, in thread__resolve_callchain_unwind()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | unwind.h | 35 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 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()
|
H A D | unwind-libunwind.c | 87 int unwind__get_entries(unwind_entry_cb_t cb, void *arg, in unwind__get_entries() function
|
H A D | unwind-libdw.c | 257 int unwind__get_entries(unwind_entry_cb_t cb, void *arg, in unwind__get_entries() function
|
H A D | machine.c | 3168 return unwind__get_entries(unwind_entry, cursor, in thread__resolve_callchain_unwind()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | dwarf-unwind.c | 111 err = unwind__get_entries(unwind_entry, &cnt, thread, in test_dwarf_unwind__thread()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | dwarf-unwind.c | 125 err = unwind__get_entries(unwind_entry, &cnt, thread, in test_dwarf_unwind__thread()
|
Completed in 12 milliseconds