Searched refs:unwind__prepare_access (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | unwind.h | 49 int unwind__prepare_access(struct thread *thread, struct map *map, 54 static inline int unwind__prepare_access(struct thread *thread __maybe_unused, in unwind__prepare_access() function 75 static inline int unwind__prepare_access(struct thread *thread __maybe_unused, in unwind__prepare_access() function
|
D | unwind-libunwind.c | 18 int unwind__prepare_access(struct thread *thread, struct map *map, in unwind__prepare_access() function
|
D | thread.c | 292 ret = unwind__prepare_access(thread, map, NULL); in thread__insert_map() 312 err = unwind__prepare_access(thread, map, &initialized); in __thread__prepare_access()
|
D | map.c | 795 err = unwind__prepare_access(thread, new, NULL); in map_groups__clone()
|