Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Djit_tracker_unittest.cc110 *context_.storage->stack_profile_frame_table().FindById(frame_id); in TEST_F()
158 *context_.storage->stack_profile_frame_table().FindById(frame_id); in TEST_F()
174 *context_.storage->stack_profile_frame_table().FindById(frame_id); in TEST_F()
H A Dprofile_packet_sequence_state_unittest.cc162 const auto& frames = context.storage->stack_profile_frame_table(); in TEST_F()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dstack_profile_tracker.cc57 *context_->storage->stack_profile_frame_table().FindById(frame_id); in OnFrameCreated()
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dannotated_callsites.cc76 auto frame = *context_.storage->stack_profile_frame_table().FindById( in Get()
H A Dprofile_builder.cc379 auto& frames = context_.storage->stack_profile_frame_table(); in WriteLocationIfNeeded()
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/
H A Dexperimental_annotated_stack.cc139 const auto& f_table = context_->storage->stack_profile_frame_table(); in ComputeTable()
H A Dflamegraph_construction_algorithms.cc67 storage->stack_profile_frame_table(); in GetMergedCallsites()
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dstack_functions.cc230 !storage->stack_profile_frame_table() in RunImpl()
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h523 const tables::StackProfileFrameTable& stack_profile_frame_table() const { in stack_profile_frame_table() function
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dexport_json.cc1371 const auto& frames = storage_->stack_profile_frame_table(); in ExportCpuProfileSamples()