Searched refs:unwind_entry_cb_t (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | unwind.h | 18 typedef int (*unwind_entry_cb_t)(struct unwind_entry *entry, void *arg); typedef 24 int (*get_entries)(unwind_entry_cb_t cb, void *arg, 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()
|
A D | unwind-libdw.h | 19 unwind_entry_cb_t cb;
|
A D | unwind-libunwind.c | 81 int unwind__get_entries(unwind_entry_cb_t cb, void *arg, in unwind__get_entries()
|
A D | unwind-libunwind-local.c | 620 unwind_entry_cb_t cb, void *arg) in entry() 688 static int get_entries(struct unwind_info *ui, unwind_entry_cb_t cb, in get_entries() 752 static int _unwind__get_entries(unwind_entry_cb_t cb, void *arg, in _unwind__get_entries()
|
A D | unwind-libdw.c | 224 int unwind__get_entries(unwind_entry_cb_t cb, void *arg, in unwind__get_entries()
|
Completed in 6 milliseconds