Searched refs:stack_profile_callsite_table (Results 1 – 7 of 7) sorted by relevance
33 return context->storage->stack_profile_callsite_table().GetColumnCount(); in GetConstraintColumnIndex()118 context_->storage->stack_profile_callsite_table(), in ComputeTable()
87 return context->storage->stack_profile_callsite_table().GetColumnCount() + 1; in GetConstraintColumnIndex()123 const auto& cs_table = context_->storage->stack_profile_callsite_table(); in ComputeTable()
169 const auto& callsite_table = context.storage->stack_profile_callsite_table(); in TEST_F()188 const auto& callsites = storage.stack_profile_callsite_table(); in FindCallstack()
43 storage->stack_profile_callsite_table(); in GetMergedCallsites()92 storage->stack_profile_callsite_table(); in BuildNativeFlamegraph()
478 const tables::StackProfileCallsiteTable& stack_profile_callsite_table() in stack_profile_callsite_table() function
810 RegisterDbTable(storage->stack_profile_callsite_table()); in TraceProcessorImpl()
1388 const auto& callsites = storage_->stack_profile_callsite_table(); in ExportCpuProfileSamples()