Home
last modified time | relevance | path

Searched refs:exact_offset (Results 1 – 11 of 11) sorted by relevance

/external/perfetto/src/profiling/common/
Dcallstack_trie.h37 uint64_t exact_offset = 0; member
45 return std::tie(build_id, exact_offset, start_offset, start, end, load_bias,
47 std::tie(other.build_id, other.exact_offset, other.start_offset,
52 return std::tie(build_id, exact_offset, start_offset, start, end, load_bias,
54 std::tie(other.build_id, other.exact_offset, other.start_offset,
200 h ^= std::hash<uint64_t>{}(mapping.exact_offset);
Dcallstack_trie.cc103 map.exact_offset = loc.map_exact_offset; in InternCodeLocation()
Dinterning_output.cc71 mapping->set_exact_offset(map->exact_offset); in WriteMap()
/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker_unittest.cc79 first_frame.exact_offset = kMappingExactOffset; in InsertMapping()
129 EXPECT_THAT(context.storage->stack_profile_mapping_table().exact_offset()[0], in TEST_F()
218 mapping.exact_offset = 1; in TEST()
258 mappings[0].exact_offset = 1; in TEST()
266 mappings[1].exact_offset = 1; in TEST()
274 mappings[2].exact_offset = 1; in TEST()
Dprofile_packet_utils.h38 src_mapping.exact_offset = entry.exact_offset(); in MakeSourceMapping()
Dstack_profile_tracker.cc90 static_cast<int64_t>(mapping.exact_offset), in AddMapping()
111 mappings->exact_offset()[preexisting_row], in AddMapping()
Dstack_profile_tracker.h169 uint64_t exact_offset = 0;
/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_common.proto119 // exact_offset is the offset into the library file of this mapping.
124 optional uint64 exact_offset = 8; field
/external/perfetto/src/trace_processor/tables/
Dprofiler_tables.h102 C(int64_t, exact_offset) \
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h919 std::hash<int64_t>{}(r.exact_offset) ^
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto6074 // exact_offset is the offset into the library file of this mapping.
6079 optional uint64 exact_offset = 8; field