Home
last modified time | relevance | path

Searched refs:maps__addr_space (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dunwind-libunwind.c27 if (maps__addr_space(maps)) { in unwind__prepare_access()
H A Dmaps.h50 void *maps__addr_space(const struct maps *maps);
H A Dunwind-libunwind-local.c726 unw_flush_cache(maps__addr_space(maps), 0, 0); in _unwind__flush_access()
731 unw_destroy_addr_space(maps__addr_space(maps)); in _unwind__finish_access()
757 addr_space = maps__addr_space(thread__maps(ui->thread)); in get_entries()
H A Dmaps.c186 void *maps__addr_space(const struct maps *maps) in maps__addr_space() function