Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dcpu_filter.cpp68 …auto temp = traceDataCache_->GetThreadStateData()->AppendThreadState(ts, INVALID_TIME, INVALID_CPU, in InsertSwitchEvent()
153 …uto index = traceDataCache_->GetThreadStateData()->AppendThreadState(ts, INVALID_TIME, INVALID_CPU, in InsertWakeupEvent()
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dts_common.h37 const auto INVALID_CPU = INVALID_UINT32; variable
/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dthread_state_table.cpp254 if (threadStateObj_.CpusData()[CurrentRow()] != INVALID_CPU) { in Column()