Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dunwind.h48 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized);
52 static inline int unwind__prepare_access(struct maps *maps __maybe_unused, in unwind__prepare_access() function
73 static inline int unwind__prepare_access(struct maps *maps __maybe_unused, in unwind__prepare_access() function
Dunwind-libunwind.c20 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() function
Dthread.c336 ret = unwind__prepare_access(thread->maps, map, NULL); in thread__insert_map()
356 err = unwind__prepare_access(thread->maps, map, &initialized); in __thread__prepare_access()
Dmap.c850 err = unwind__prepare_access(maps, new, NULL); in maps__clone()