Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/dynamic/
Dancestor_generator.cc33 return context->storage->stack_profile_callsite_table().GetColumnCount(); in GetConstraintColumnIndex()
118 context_->storage->stack_profile_callsite_table(), in ComputeTable()
Dexperimental_annotated_stack_generator.cc87 return context->storage->stack_profile_callsite_table().GetColumnCount() + 1; in GetConstraintColumnIndex()
123 const auto& cs_table = context_->storage->stack_profile_callsite_table(); in ComputeTable()
/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker_unittest.cc169 const auto& callsite_table = context.storage->stack_profile_callsite_table(); in TEST_F()
188 const auto& callsites = storage.stack_profile_callsite_table(); in FindCallstack()
Dheap_profile_tracker.cc43 storage->stack_profile_callsite_table(); in GetMergedCallsites()
92 storage->stack_profile_callsite_table(); in BuildNativeFlamegraph()
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h478 const tables::StackProfileCallsiteTable& stack_profile_callsite_table() in stack_profile_callsite_table() function
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc810 RegisterDbTable(storage->stack_profile_callsite_table()); in TraceProcessorImpl()
Dexport_json.cc1388 const auto& callsites = storage_->stack_profile_callsite_table(); in ExportCpuProfileSamples()