Home
last modified time | relevance | path

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

/linux-6.6.21/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.h47 const struct unwind_libunwind_ops *unwind_libunwind_ops; in DECLARE_RC_STRUCT() local