Searched defs:UnwindingMetadata (Results 1 – 2 of 2) sorted by relevance
94 struct UnwindingMetadata { struct99 UnwindingMetadata& operator=(const UnwindingMetadata&) = delete; argument102 UnwindingMetadata& operator=(UnwindingMetadata&&) = default; argument113 std::string empty_string_;114 FDMaps fd_maps;116 std::shared_ptr<unwindstack::Memory> fd_mem;117 uint64_t reparses = 0;120 std::unique_ptr<unwindstack::JitDebug> jit_debug;121 std::unique_ptr<unwindstack::DexFiles> dex_files;
99 UnwindingMetadata::UnwindingMetadata(base::ScopedFile maps_fd, in UnwindingMetadata() function in perfetto::profiling::UnwindingMetadata