Searched refs:add_gpu_mem_total_ftrace_event (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/test/trace_processor/graphics/ |
D | gpu_metric.py | 29 trace.add_gpu_mem_total_ftrace_event(pid=0, ts=2, size=1) 30 trace.add_gpu_mem_total_ftrace_event(pid=0, ts=4, size=2) 31 trace.add_gpu_mem_total_ftrace_event(pid=0, ts=9, size=4) 34 trace.add_gpu_mem_total_ftrace_event(pid=1, ts=4, size=2) 35 trace.add_gpu_mem_total_ftrace_event(pid=1, ts=9, size=8) 38 trace.add_gpu_mem_total_ftrace_event(pid=2, ts=2, size=6) 39 trace.add_gpu_mem_total_ftrace_event(pid=2, ts=4, size=8) 42 trace.add_gpu_mem_total_ftrace_event(pid=3, ts=6, size=7) 43 trace.add_gpu_mem_total_ftrace_event(pid=3, ts=7, size=10)
|
D | gpu_mem_total.py | 28 trace.add_gpu_mem_total_ftrace_event(pid=0, ts=5, size=256) 29 trace.add_gpu_mem_total_ftrace_event(pid=0, ts=10, size=123) 36 trace.add_gpu_mem_total_ftrace_event(pid=1, ts=5, size=233) 37 trace.add_gpu_mem_total_ftrace_event(pid=1, ts=10, size=0)
|
/external/perfetto/test/ |
D | synth_common.py | 407 def add_gpu_mem_total_ftrace_event(self, pid, ts, size): member in Trace
|