Searched refs:sched_row (Results 1 – 1 of 1) sorted by relevance
177 tables::ThreadStateTable::Row sched_row; in AddSchedEvent() local178 sched_row.ts = ts; in AddSchedEvent()179 sched_row.dur = dur; in AddSchedEvent()180 sched_row.cpu = sched.GetTypedColumnByName<uint32_t>("cpu")[sched_idx]; in AddSchedEvent()181 sched_row.state = running_string_id_; in AddSchedEvent()182 sched_row.utid = utid; in AddSchedEvent()184 auto id_and_row = table->Insert(sched_row); in AddSchedEvent()188 if (sched_row.dur == -1) { in AddSchedEvent()