Searched refs:unwind__prepare_access (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/tools/perf/util/ |
| D | unwind.h | 50 int unwind__prepare_access(struct map_groups *mg, struct map *map, 55 static inline int unwind__prepare_access(struct map_groups *mg __maybe_unused, in unwind__prepare_access() function 76 static inline int unwind__prepare_access(struct map_groups *mg __maybe_unused, in unwind__prepare_access() function
|
| D | unwind-libunwind.c | 21 int unwind__prepare_access(struct map_groups *mg, struct map *map, in unwind__prepare_access() function
|
| D | thread.c | 334 ret = unwind__prepare_access(thread->mg, map, NULL); in thread__insert_map() 354 err = unwind__prepare_access(thread->mg, map, &initialized); in __thread__prepare_access()
|
| D | map.c | 897 err = unwind__prepare_access(mg, new, NULL); in map_groups__clone()
|