Home
last modified time | relevance | path

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

/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.c15 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()
357 args->err = unwind__prepare_access(args->maps, map, &initialized); in thread__prepare_access_maps_cb()
H A Dmaps.c979 err = unwind__prepare_access(dest, new, NULL); in maps__copy_from()
1010 err = unwind__prepare_access(dest, new, NULL); in maps__copy_from()