Searched refs:unwind__prepare_access (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | unwind.h | 54 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized); 58 static inline int unwind__prepare_access(struct maps *maps __maybe_unused, in unwind__prepare_access() function 80 static inline int unwind__prepare_access(struct maps *maps __maybe_unused, in unwind__prepare_access() function
|
A D | unwind-libunwind.c | 20 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() function
|
A D | thread.c | 337 ret = unwind__prepare_access(thread->maps, map, NULL); in thread__insert_map() 357 err = unwind__prepare_access(thread->maps, map, &initialized); in __thread__prepare_access()
|
A D | maps.c | 337 err = unwind__prepare_access(maps, new, NULL); in maps__clone()
|
Completed in 7 milliseconds