Home
last modified time | relevance | path

Searched refs:TASK_INVALID (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dcpu_filter.h55 … uint64_t RemberInternalTidInStateTable(uint64_t uid, uint64_t row, uint64_t state = TASK_INVALID);
Dcpu_filter.cpp181 return TASK_INVALID; in StateOfInternalTidInStateTable()
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dts_common.h92 TASK_INVALID = 9999 enumerator
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_cache_base.h61 …{TASK_KILLED, "I"}, {TASK_WAKEKILL, "R"}, {TASK_INVALID, "U"}, {TASK_CLONE, "I"},
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dcpu_filter_test.cpp104 EXPECT_TRUE(streamFilters_.cpuFilter_->StateOfInternalTidInStateTable(itidPre) == TASK_INVALID);
130 … EXPECT_TRUE(streamFilters_.cpuFilter_->StateOfInternalTidInStateTable(itidNext) == TASK_INVALID);