Home
last modified time | relevance | path

Searched refs:unwind__prepare_access (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dunwind.h46 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized);
50 static inline int unwind__prepare_access(struct maps *maps __maybe_unused, in unwind__prepare_access() function
72 static inline int unwind__prepare_access(struct maps *maps __maybe_unused, in unwind__prepare_access() function
H A Dunwind-libunwind.c20 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() function
H A Dthread.c340 ret = unwind__prepare_access(thread__maps(thread), map, NULL); in thread__insert_map()
358 err = unwind__prepare_access(thread__maps(thread), rb_node->map, &initialized); in __thread__prepare_access()
H A Dmaps.c402 err = unwind__prepare_access(maps, new, NULL); in maps__clone()