Home
last modified time | relevance | path

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

/external/perfetto/test/trace_processor/parsing/
Dsched_blocked_proto.py30 trace.add_sched_blocked_reason(ts=100, pid=1, io_wait=0, unblock_pid=3)
31 trace.add_sched_blocked_reason(ts=110, pid=2, io_wait=1, unblock_pid=3)
/external/perfetto/test/
Dsynth_common.py420 def add_sched_blocked_reason(self, ts, pid, io_wait, unblock_pid): argument
421 ftrace = self.__add_ftrace_event(ts, unblock_pid)