Home
last modified time | relevance | path

Searched refs:stack_profile_callsite_table (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/
H A Dancestor.cc121 storage_->stack_profile_callsite_table(), {}, {})); in ComputeTable()
142 CallsiteId(start_id_uint), storage_->stack_profile_callsite_table()); in ComputeTable()
H A Dflamegraph_construction_algorithms.cc65 storage->stack_profile_callsite_table(); in GetMergedCallsites()
114 storage->stack_profile_callsite_table(); in BuildFlamegraphTableTreeStructure()
H A Dexperimental_annotated_stack.cc138 const auto& cs_table = context_->storage->stack_profile_callsite_table(); in ComputeTable()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dprofile_packet_sequence_state_unittest.cc176 const auto& callsite_table = context.storage->stack_profile_callsite_table(); in TEST_F()
192 const auto& callsites = storage.stack_profile_callsite_table(); in FindCallstack()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dlegacy_v8_cpu_profile_tracker.cc74 context_->storage->stack_profile_callsite_table().FindById(*parent_id); in AddCallsite()
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dannotated_callsites.cc49 Get(*context_.storage->stack_profile_callsite_table().FindById(*id)) in GetState()
H A Dprofile_builder.cc346 const auto& cs_table = context_.storage->stack_profile_callsite_table(); in GetLocationIdsForCallsite()
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dstack_functions.cc161 !storage->stack_profile_callsite_table() in RunImpl()
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h530 const tables::StackProfileCallsiteTable& stack_profile_callsite_table() in stack_profile_callsite_table() function
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dexport_json.cc1370 const auto& callsites = storage_->stack_profile_callsite_table(); in ExportCpuProfileSamples()