Searched refs:unwind__prepare_access (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/perf/util/ |
D | unwind.h | 48 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
|
D | unwind-libunwind.c | 20 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() function
|
D | thread.c | 336 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()
|
D | map.c | 850 err = unwind__prepare_access(maps, new, NULL); in maps__clone()
|