Searched refs:unwind__prepare_access (Results 1 – 4 of 4) sorted by relevance
/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 | 15 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() 357 args->err = unwind__prepare_access(args->maps, map, &initialized); in thread__prepare_access_maps_cb()
|
H A D | maps.c | 979 err = unwind__prepare_access(dest, new, NULL); in maps__copy_from() 1010 err = unwind__prepare_access(dest, new, NULL); in maps__copy_from()
|