Lines Matching full:resolved
180 * vm_pgoff, file, build_id are set only when the build ID was resolved.
193 * resolved and the last VMA with no usable build ID. Adjacent stack frames tend
197 * last resolved build ID.
200 struct stack_map_cached_vma resolved; member
205 * Fill @id from a cached range covering @ip. On a hit this writes @id (resolved
215 vm_start = cache->resolved.vm_start; in stack_map_build_id_set_from_cache()
216 vm_end = cache->resolved.vm_end; in stack_map_build_id_set_from_cache()
218 vm_pgoff = cache->resolved.vm_pgoff; in stack_map_build_id_set_from_cache()
220 stack_map_build_id_set_valid(id, offset, cache->resolved.build_id); in stack_map_build_id_set_from_cache()
235 * Record @vma's build ID as the last resolved one. @file is the pinned backing
245 if (cache->resolved.file) in stack_map_build_id_cache_set_resolved()
246 fput(cache->resolved.file); in stack_map_build_id_cache_set_resolved()
247 cache->resolved = (struct stack_map_cached_vma){ in stack_map_build_id_cache_set_resolved()
338 struct stack_map_cached_vma *res = &cache.resolved; in stack_map_get_build_id_offset_sleepable()
372 * Same backing file as the last resolved VMA (another mapping in stack_map_get_build_id_offset_sleepable()