Home
last modified time | relevance | path

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

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