Home
last modified time | relevance | path

Searched defs:mapping_id (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dprofile_builder.cc384 uint64_t mapping_id = WriteMappingIfNeeded(mapping); in WriteLocationIfNeeded() local
440 uint64_t mapping_id) { in GetLines()
459 uint64_t mapping_id) { in GetLinesForSymbolSetId()
503 uint64_t mapping_id) { in WriteFunctionIfNeeded()
555 uint64_t mapping_id) { in WriteFunctionIfNeeded()
614 void GProfileBuilder::WriteMapping(uint64_t mapping_id) { in WriteMapping()
638 uint64_t mapping_id = i + 1; in WriteMappings() local
H A Dprofile_builder.h167 uint64_t mapping_id; member
331 Mapping& GetMapping(uint64_t mapping_id) { in GetMapping()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dargs_translation_table.cc94 std::optional<uint64_t> mapping_id; in TranslateArgs() local
269 ArgsTranslationTable::TranslateNativeSymbol(MappingId mapping_id, in TranslateNativeSymbol()
285 std::optional<uint64_t> mapping_id, in EmitMojoMethodLocation()
H A Dstack_profile_tracker.cc58 const MappingId mapping_id = frame.mapping(); in OnFrameCreated() local
H A Dstack_profile_tracker.h71 MappingId mapping_id; member
H A Djit_cache.h92 tables::StackProfileMappingTable::Id mapping_id; member
H A Dvirtual_memory_mapping.cc44 MappingId mapping_id = in CreateMapping() local
H A Dvirtual_memory_mapping.h50 MappingId mapping_id() const { return mapping_id_; } in mapping_id() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dperf_tables_py.h844 static constexpr uint32_t mapping_id = 4; member
851 using mapping_id = TypedColumn<StackProfileMappingTable::Id>; member
866 StackProfileMappingTable::Id mapping_id; member
911 ColumnType::mapping_id::type mapping_id() const { in mapping_id() function
967 ColumnType::mapping_id::type mapping_id() const { in mapping_id() function
1164 const TypedColumn<StackProfileMappingTable::Id>& mapping_id() const { in mapping_id() function
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dpprof_proto_generator.py140 def show_mapping_id(self, mapping_id, space=''): argument
211 def __init__(self, mapping_id, address, vaddr_in_dso): argument
526 def get_mapping(self, mapping_id): argument
/aosp_15_r20/external/perfetto/protos/perfetto/trace/track_event/
H A Dsource_location.proto31 optional uint64 mapping_id = 2; field
/aosp_15_r20/external/cronet/base/trace_event/
H A Dinterned_args_helper.h58 uint64_t mapping_id = 0; member
H A Dinterned_args_helper.cc140 const auto mapping_id = InternedMapping::Get(ctx, module); in Get() local
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/callstacks/
H A Dstack_profile.sql74 f.mapping AS mapping_id, field
/aosp_15_r20/external/perfetto/protos/perfetto/trace/profiling/
H A Dprofile_common.proto144 optional uint64 mapping_id = 3; field
/aosp_15_r20/external/perfetto/src/trace_processor/importers/etm/
H A Dvirtual_address_space_unittest.cc46 auto mapping_id = in AddMapping() local
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_cpp_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
Dsource_location.gen.h112 uint64_t mapping_id() const { return mapping_id_; } in mapping_id() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_track_event_cpp_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
H A Dsource_location.gen.h112 uint64_t mapping_id() const { return mapping_id_; } in mapping_id() function
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/
H A Dprofile.proto55 uint64 mapping_id = 2; field
/aosp_15_r20/external/perfetto/protos/third_party/pprof/
H A Dprofile.proto185 uint64 mapping_id = 2; field
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dprofile_packet_sequence_state.h54 SourceMappingId mapping_id = 0; member
H A Dprofile_packet_sequence_state_unittest.cc43 uint32_t mapping_id; member
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
Dsource_location.pbzero.h140 uint64_t mapping_id() const { return at<2>().as_uint64(); } in mapping_id() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_track_event_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
H A Dsource_location.pbzero.h140 uint64_t mapping_id() const { return at<2>().as_uint64(); } in mapping_id() function
/aosp_15_r20/external/perfetto/src/traceconv/
H A Dpprof_builder.cc90 int64_t mapping_id = 0; // sqlite row id member
335 int64_t mapping_id = c_it.Get(2).AsLong(); in PreprocessLocations() local

12