Home
last modified time | relevance | path

Searched defs:unwind_libunwind_ops (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
Dunwind.h20 struct unwind_libunwind_ops { struct
21 int (*prepare_access)(struct maps *maps);
22 void (*flush_access)(struct maps *maps);
23 void (*finish_access)(struct maps *maps);
24 int (*get_entries)(unwind_entry_cb_t cb, void *arg,
Dmaps.h39 struct unwind_libunwind_ops *unwind_libunwind_ops; member
/kernel/linux/linux-4.19/tools/perf/util/
Dunwind.h21 struct unwind_libunwind_ops { struct
22 int (*prepare_access)(struct thread *thread);
23 void (*flush_access)(struct thread *thread);
24 void (*finish_access)(struct thread *thread);
25 int (*get_entries)(unwind_entry_cb_t cb, void *arg,
Dthread.h43 struct unwind_libunwind_ops *unwind_libunwind_ops; member