Searched refs:unwind__prepare_access (Results 1 – 4 of 4) sorted by relevance
/tools/perf/util/ |
D | unwind.h | 45 int unwind__prepare_access(struct thread *thread, struct map *map, 50 static inline int unwind__prepare_access(struct thread *thread __maybe_unused, in unwind__prepare_access() function 71 static inline int unwind__prepare_access(struct thread *thread __maybe_unused, in unwind__prepare_access() function
|
D | unwind-libunwind.c | 17 int unwind__prepare_access(struct thread *thread, struct map *map, in unwind__prepare_access() function
|
D | thread.c | 203 ret = unwind__prepare_access(thread, map, NULL); in thread__insert_map() 225 err = unwind__prepare_access(thread, map, &initialized); in __thread__prepare_access()
|
D | map.c | 761 err = unwind__prepare_access(thread, new, NULL); in map_groups__clone()
|