Searched refs:unblock_pid (Results 1 – 2 of 2) sorted by relevance
/external/perfetto/test/trace_processor/parsing/ |
D | sched_blocked_proto.py | 30 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/ |
D | synth_common.py | 420 def add_sched_blocked_reason(self, ts, pid, io_wait, unblock_pid): argument 421 ftrace = self.__add_ftrace_event(ts, unblock_pid)
|