Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dprofile_module.cc188 storage->mutable_cpu_profile_stack_sample_table()->Insert(sample_row); in ParseStreamingProfilePacket()
/external/perfetto/src/trace_processor/
Dexport_json_unittest.cc1559 storage->mutable_cpu_profile_stack_sample_table()->Insert( in TEST_F()
1562 storage->mutable_cpu_profile_stack_sample_table()->Insert( in TEST_F()
1565 storage->mutable_cpu_profile_stack_sample_table()->Insert( in TEST_F()
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h640 tables::CpuProfileStackSampleTable* mutable_cpu_profile_stack_sample_table() { in mutable_cpu_profile_stack_sample_table() function