Searched refs:mutable_cpu_table (Results 1 – 5 of 5) sorted by relevance
41 context_->storage->mutable_cpu_table()->Insert(cpu_row); in CpuTracker()51 auto cpu_row = context_->storage->mutable_cpu_table()->FindById(cpu_id); in SetCpuInfo()
56 auto& cpu_table = *context_->storage->mutable_cpu_table(); in GetOrCreateCpu()67 auto& cpu_table = *context_->storage->mutable_cpu_table(); in MarkCpuValid()
215 return AddArgsTo(context_->storage->mutable_cpu_table(), id); in AddArgsTo()
511 tables::CpuTable* mutable_cpu_table() { return &cpu_table_; } in mutable_cpu_table() function
1048 RegisterStaticTable(storage->mutable_cpu_table()); in InitPerfettoSqlEngine()