Linux Perf
|
Go to the source code of this file.
Functions | |
static void | unwind__register_ops (struct thread *thread, struct unwind_libunwind_ops *ops) |
int | unwind__prepare_access (struct thread *thread, struct map *map, bool *initialized) |
void | unwind__flush_access (struct thread *thread) |
void | unwind__finish_access (struct thread *thread) |
int | unwind__get_entries (unwind_entry_cb_t cb, void *arg, struct thread *thread, struct perf_sample *data, int max_stack) |
Variables | |
struct unwind_libunwind_ops __weak * | local_unwind_libunwind_ops |
struct unwind_libunwind_ops __weak * | x86_32_unwind_libunwind_ops |
struct unwind_libunwind_ops __weak * | arm64_unwind_libunwind_ops |
void unwind__finish_access | ( | struct thread * | thread | ) |
Definition at line 71 of file unwind-libunwind.c.
void unwind__flush_access | ( | struct thread * | thread | ) |
Definition at line 65 of file unwind-libunwind.c.
int unwind__get_entries | ( | unwind_entry_cb_t cb | , |
void * | arg, | ||
struct thread * | thread, | ||
struct perf_sample * | data, | ||
int | max_stack | ||
) |
Definition at line 77 of file unwind-libunwind.c.
|
static |
Definition at line 12 of file unwind-libunwind.c.
struct unwind_libunwind_ops __weak* arm64_unwind_libunwind_ops |
Definition at line 10 of file unwind-libunwind.c.
struct unwind_libunwind_ops __weak* local_unwind_libunwind_ops |
Definition at line 8 of file unwind-libunwind.c.
struct unwind_libunwind_ops __weak* x86_32_unwind_libunwind_ops |
Definition at line 9 of file unwind-libunwind.c.