Home
last modified time | relevance | path

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

/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.h41 struct unwind_libunwind_ops *unwind_libunwind_ops; member