Searched refs:exact_offset (Results 1 – 11 of 11) sorted by relevance
/external/perfetto/src/profiling/common/ |
D | callstack_trie.h | 37 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);
|
D | callstack_trie.cc | 103 map.exact_offset = loc.map_exact_offset; in InternCodeLocation()
|
D | interning_output.cc | 71 mapping->set_exact_offset(map->exact_offset); in WriteMap()
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | heap_profile_tracker_unittest.cc | 79 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()
|
D | profile_packet_utils.h | 38 src_mapping.exact_offset = entry.exact_offset(); in MakeSourceMapping()
|
D | stack_profile_tracker.cc | 90 static_cast<int64_t>(mapping.exact_offset), in AddMapping() 111 mappings->exact_offset()[preexisting_row], in AddMapping()
|
D | stack_profile_tracker.h | 169 uint64_t exact_offset = 0;
|
/external/perfetto/protos/perfetto/trace/profiling/ |
D | profile_common.proto | 119 // 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/ |
D | profiler_tables.h | 102 C(int64_t, exact_offset) \
|
/external/perfetto/src/trace_processor/storage/ |
D | trace_storage.h | 919 std::hash<int64_t>{}(r.exact_offset) ^
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 6074 // exact_offset is the offset into the library file of this mapping. 6079 optional uint64 exact_offset = 8; field
|