Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dunwind.h22 struct unwind_libunwind_ops { struct
23 int (*prepare_access)(struct map_groups *mg);
24 void (*flush_access)(struct map_groups *mg);
25 void (*finish_access)(struct map_groups *mg);
26 int (*get_entries)(unwind_entry_cb_t cb, void *arg,
Dmap_groups.h36 struct unwind_libunwind_ops *unwind_libunwind_ops; member