Searched refs:unwind__prepare_access (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | unwind.h | 46 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 D | unwind-libunwind.c | 20 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() function
|
H A D | thread.c | 340 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 D | maps.c | 402 err = unwind__prepare_access(maps, new, NULL); in maps__clone()
|