Home
last modified time | relevance | path

Searched refs:fd_maps (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/profiling/common/
Dunwind_support.cc101 : fd_maps(std::move(maps_fd)), in UnwindingMetadata()
103 if (!fd_maps.Parse()) in UnwindingMetadata()
109 fd_maps.Reset(); in ReparseMaps()
110 fd_maps.Parse(); in ReparseMaps()
138 unwindstack::MapInfo* map_info = fd_maps.Find(frame.pc); in GetBuildId()
Dunwind_support.h114 FDMaps fd_maps; member
/external/perfetto/src/profiling/memory/
Dunwinding_unittest.cc164 metadata.fd_maps.Reset(); in TEST()
Dunwinding.cc147 unwindstack::Unwinder unwinder(kMaxFrames, &metadata->fd_maps, regs.get(), in DoUnwind()
/external/perfetto/src/profiling/perf/
Dunwinding.cc339 unwindstack::Unwinder unwinder(kUnwindingMaxFrames, &unwind_state->fd_maps, in UnwindSample()
544 pid_and_process.second.unwind_state->fd_maps.Reset(); in ClearCachedStatePeriodic()