Searched refs:mutable_cpu_profile_stack_sample_table (Results 1 – 7 of 7) sorted by relevance
37 auto* ss = context_->storage->mutable_cpu_profile_stack_sample_table(); in ParsePerfTextEvent()
57 auto* ss = context_->storage->mutable_cpu_profile_stack_sample_table(); in ParseGeckoEvent()
114 auto* samples = context_->storage->mutable_cpu_profile_stack_sample_table(); in AddSample()
190 storage->mutable_cpu_profile_stack_sample_table()->Insert(sample_row); in ParseStreamingProfilePacket()
1590 storage->mutable_cpu_profile_stack_sample_table()->Insert( in TEST_F()1593 storage->mutable_cpu_profile_stack_sample_table()->Insert( in TEST_F()1596 storage->mutable_cpu_profile_stack_sample_table()->Insert( in TEST_F()
983 RegisterStaticTable(storage->mutable_cpu_profile_stack_sample_table()); in InitPerfettoSqlEngine()
580 tables::CpuProfileStackSampleTable* mutable_cpu_profile_stack_sample_table() { in mutable_cpu_profile_stack_sample_table() function