Home
last modified time | relevance | path

Searched refs:mutable_raw_table (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dproto_trace_parser_impl.cc168 RawId id = storage->mutable_raw_table() in ParseChromeEvents()
216 RawId id = storage->mutable_raw_table() in ParseChromeEvents()
238 RawId id = storage->mutable_raw_table() in ParseChromeEvents()
H A Dtrack_event_parser.cc1058 storage_->mutable_raw_table() in ParseLegacyEventAsRawEvent()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dargs_tracker.h108 return AddArgsTo(context_->storage->mutable_raw_table(), id); in AddArgsTo()
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dexport_json_unittest.cc415 RawId id = storage->mutable_raw_table() in TEST_F()
1429 auto id_and_row = storage->mutable_raw_table()->Insert( in TEST_F()
1500 auto* raw = storage->mutable_raw_table(); in TEST_F()
1726 auto* raw = storage->mutable_raw_table(); in TEST_F()
H A Dtrace_processor_impl.cc953 RegisterStaticTable(storage->mutable_raw_table()); in InitPerfettoSqlEngine()
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h498 tables::RawTable* mutable_raw_table() { return &raw_table_; } in mutable_raw_table() function