Home
last modified time | relevance | path

Searched refs:taskState (Results 1 – 2 of 2) sorted by relevance

/tools/perf/scripts/python/
Dsched-migration.py105 if taskState(prev_state) == "R" and next in self.tasks \
109 if taskState(prev_state) != "R":
114 if taskState(prev_state) != "R":
116 elif taskState(prev_state) == "R":
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DCore.py94 def taskState(state): function