Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/perf_text/
H A Dperf_text_trace_parser_impl.cc37 auto* ss = context_->storage->mutable_cpu_profile_stack_sample_table(); in ParsePerfTextEvent()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/gecko/
H A Dgecko_trace_parser_impl.cc57 auto* ss = context_->storage->mutable_cpu_profile_stack_sample_table(); in ParseGeckoEvent()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dlegacy_v8_cpu_profile_tracker.cc114 auto* samples = context_->storage->mutable_cpu_profile_stack_sample_table(); in AddSample()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dprofile_module.cc190 storage->mutable_cpu_profile_stack_sample_table()->Insert(sample_row); in ParseStreamingProfilePacket()
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dexport_json_unittest.cc1590 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()
H A Dtrace_processor_impl.cc983 RegisterStaticTable(storage->mutable_cpu_profile_stack_sample_table()); in InitPerfettoSqlEngine()
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h580 tables::CpuProfileStackSampleTable* mutable_cpu_profile_stack_sample_table() { in mutable_cpu_profile_stack_sample_table() function