Home
last modified time | relevance | path

Searched refs:TASK_RUNNING (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dcpu_filter_test.cpp80 … EXPECT_TRUE(streamFilters_.cpuFilter_->StateOfInternalTidInStateTable(itidNext) == TASK_RUNNING);
105 … EXPECT_TRUE(streamFilters_.cpuFilter_->StateOfInternalTidInStateTable(itidNext) == TASK_RUNNING);
154 … EXPECT_TRUE(streamFilters_.cpuFilter_->StateOfInternalTidInStateTable(itidNext) == TASK_RUNNING);
168 … EXPECT_TRUE(streamFilters_.cpuFilter_->StateOfInternalTidInStateTable(itidNext) == TASK_RUNNING);
193 … EXPECT_TRUE(streamFilters_.cpuFilter_->StateOfInternalTidInStateTable(itidNext) == TASK_RUNNING);
207 … EXPECT_TRUE(streamFilters_.cpuFilter_->StateOfInternalTidInStateTable(itidNext) == TASK_RUNNING);
232 … EXPECT_TRUE(streamFilters_.cpuFilter_->StateOfInternalTidInStateTable(itidNext) == TASK_RUNNING);
245 … EXPECT_TRUE(streamFilters_.cpuFilter_->StateOfInternalTidInStateTable(itidNext) == TASK_RUNNING);
308 EXPECT_TRUE(streamFilters_.cpuFilter_->StateOfInternalTidInStateTable(2) == TASK_RUNNING);
314 EXPECT_TRUE(streamFilters_.cpuFilter_->StateOfInternalTidInStateTable(4) == TASK_RUNNING);
[all …]
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dcpu_filter.cpp48 …eDataCache_->GetThreadStateData()->AppendThreadState(ts, INVALID_TIME, cpu, nextPid, TASK_RUNNING); in InsertSwitchEvent()
49 RemberInternalTidInStateTable(nextPid, index, TASK_RUNNING); in InsertSwitchEvent()
147 if (lastState == TASK_RUNNING) { in InsertWakeupEvent()
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dts_common.h70 TASK_RUNNING = 3, enumerator
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_cache_base.h59 …NNABLE, "R"}, {TASK_INTERRUPTIBLE, "S"}, {TASK_UNINTERRUPTIBLE, "D"}, {TASK_RUNNING, "Running"},