Searched refs:add_atrace_begin (Results 1 – 9 of 9) sorted by relevance
32 trace.add_atrace_begin(ts=100, tid=10335, pid=10335, buf="onMessageRefresh")33 trace.add_atrace_begin(ts=200, tid=10335, pid=10335, buf="HwcPresentOrValidateDisplay")35 trace.add_atrace_begin(ts=400, tid=10335, pid=10335, buf="HwcPresentDisplay")40 trace.add_atrace_begin(ts=1_100, tid=10335, pid=10335, buf="onMessageRefresh")41 trace.add_atrace_begin(ts=1_200, tid=10335, pid=10335, buf="HwcPresentOrValidateDisplay")46 trace.add_atrace_begin(ts=2_100, tid=10335, pid=10335, buf="onMessageRefresh")47 trace.add_atrace_begin(ts=2_200, tid=10335, pid=10335, buf="otherFunction")48 trace.add_atrace_begin(ts=2_300, tid=10335, pid=10335, buf="HwcValidateDisplay")51 trace.add_atrace_begin(ts=2_600, tid=10335, pid=10335, buf="HwcPresentDisplay")56 trace.add_atrace_begin(ts=3_100, tid=10335, pid=10335, buf="AnotherFunction")[all …]
22 trace.add_atrace_begin(ts=ts, tid=PID, pid=PID, buf=buf)27 trace.add_atrace_begin(ts=ts, tid=RTID, pid=PID, buf=buf)54 trace.add_atrace_begin(56 trace.add_atrace_begin(ts=1_000_100, tid=1000, pid=1000, buf='traversal')57 trace.add_atrace_begin(ts=1_000_500, tid=1000, pid=1000, buf='measure')59 trace.add_atrace_begin(ts=4_000_500, tid=1000, pid=1000, buf='layout')60 trace.add_atrace_begin(ts=4_001_000, tid=1000, pid=1000, buf='setupListItem')61 trace.add_atrace_begin(ts=4_500_000, tid=1000, pid=1000, buf='inflate')63 trace.add_atrace_begin(ts=6_500_000, tid=1000, pid=1000, buf='inflate')66 trace.add_atrace_begin(ts=8_000_000, tid=1000, pid=1000, buf='obtainView')[all …]
27 trace.add_atrace_begin(ts=ts, tid=PID, pid=PID, buf=buf)32 trace.add_atrace_begin(ts=ts, tid=RTID, pid=PID, buf=buf)37 trace.add_atrace_begin(ts=ts, tid=1666, pid=PID, buf=buf)42 trace.add_atrace_begin(ts=ts, tid=JITID, pid=PID, buf=buf)
53 trace.add_atrace_begin(69 trace.add_atrace_begin(73 trace.add_atrace_begin(78 trace.add_atrace_begin(89 trace.add_atrace_begin(ts=250, pid=APP_PID, tid=APP_TID, buf='VerifyClass vr')92 trace.add_atrace_begin(ts=270, pid=APP_PID, tid=APP_TID, buf='VerifyClass dl')96 trace.add_atrace_begin(ts=55, pid=APP_PID, tid=APP_TID, buf='VerifyClass xf')100 trace.add_atrace_begin(105 trace.add_atrace_begin(112 trace.add_atrace_begin([all …]
34 trace.add_atrace_begin(44 trace.add_atrace_begin(49 trace.add_atrace_begin(ts=to_s(125), tid=1, pid=1, buf='bindApplication')52 trace.add_atrace_begin(ts=to_s(185), tid=3, pid=3, buf='bindApplication')53 trace.add_atrace_begin(58 trace.add_atrace_begin(ts=to_s(188), tid=3, pid=3, buf='inflate')60 trace.add_atrace_begin(63 trace.add_atrace_begin(ts=to_s(190), tid=3, pid=3, buf='inflate')66 trace.add_atrace_begin(74 trace.add_atrace_begin([all …]
32 trace.add_atrace_begin(37 trace.add_atrace_begin(64 trace.add_atrace_begin(72 trace.add_atrace_begin(80 trace.add_atrace_begin(
23 trace.add_atrace_begin(39 trace.add_atrace_begin(
35 trace.add_atrace_begin(ts=10, tid=11, pid=11, buf='test')48 trace.add_atrace_begin(ts=18, tid=10, pid=10, buf='test')
178 def add_atrace_begin(self, ts, tid, pid, buf): member in Trace