Searched refs:mutable_raw_table (Results 1 – 7 of 7) sorted by relevance
203 RawId id = context_->storage->mutable_raw_table() in AddRawEventAndStartSlice()294 RawId id = context_->storage->mutable_raw_table() in PushSchedWakingCompact()
577 RawId id = context_->storage->mutable_raw_table() in ParseGenericFtrace()619 context_->storage->mutable_raw_table() in ParseTypedFtraceToRaw()
97 return AddArgsTo(context_->storage->mutable_raw_table(), id); in AddArgsTo()
451 RawId id = storage->mutable_raw_table() in ParseChromeEvents()499 storage->mutable_raw_table() in ParseChromeEvents()520 storage->mutable_raw_table() in ParseChromeEvents()
1007 RawId id = storage_->mutable_raw_table() in ParseLegacyEventAsRawEvent()
392 storage->mutable_raw_table() in TEST_F()1386 auto id_and_row = storage->mutable_raw_table()->Insert( in TEST_F()1457 auto* raw = storage->mutable_raw_table(); in TEST_F()1680 auto* raw = storage->mutable_raw_table(); in TEST_F()
456 tables::RawTable* mutable_raw_table() { return &raw_table_; } in mutable_raw_table() function