Home
last modified time | relevance | path

Searched refs:gpu_composition (Results 1 – 9 of 9) sorted by relevance

/external/perfetto/test/trace_processor/graphics/
Dframe_timeline_events.py52 …pid=666, present_type=PresentType.PRESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=…
58 …pid=666, present_type=PresentType.PRESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=…
62 …Layer1", present_type=PresentType.PRESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=…
69 …pid=666, present_type=PresentType.PRESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=…
73 …e="Layer1", present_type=PresentType.PRESENT_LATE, on_time_finish=0, gpu_composition=0, jank_type=…
80 …, pid=666, present_type=PresentType.PRESENT_EARLY, on_time_finish=1, gpu_composition=0, jank_type=…
84 …="Layer1", present_type=PresentType.PRESENT_EARLY, on_time_finish=1, gpu_composition=0, jank_type=…
90 …2, pid=666, present_type=PresentType.PRESENT_LATE, on_time_finish=0, gpu_composition=0, jank_type=…
96 …pid=666, present_type=PresentType.PRESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=…
100 …Layer1", present_type=PresentType.PRESENT_ON_TIME, on_time_finish=1, gpu_composition=0, jank_type=…
[all …]
Dactual_frame_timeline_events.sql17 present_type, on_time_finish, gpu_composition, jank_type, prediction_type, jank_tag
Dactual_frame_timeline_events.out1 …,"surface_frame_token","layer_name","present_type","on_time_finish","gpu_composition","jank_type",…
Dandroid_sysui_cuj.py77 gpu_composition=0,
98 gpu_composition=0,
/external/perfetto/src/trace_processor/importers/proto/
Dframe_timeline_event_parser.cc276 actual_row.gpu_composition = event.gpu_composition(); in ParseActualDisplayFrameStart()
305 Variadic::Integer(event.gpu_composition())); in ParseActualDisplayFrameStart()
471 actual_row.gpu_composition = event.gpu_composition(); in ParseActualSurfaceFrameStart()
516 Variadic::Integer(event.gpu_composition())); in ParseActualSurfaceFrameStart()
/external/perfetto/test/
Dsynth_common.py670 gpu_composition, jank_type, prediction_type): argument
680 event.gpu_composition = gpu_composition
700 gpu_composition, jank_type, prediction_type): argument
712 event.gpu_composition = gpu_composition
/external/perfetto/protos/perfetto/trace/android/
Dframe_timeline_event.proto117 optional bool gpu_composition = 8; field
163 optional bool gpu_composition = 6; field
/external/perfetto/src/trace_processor/tables/
Dslice_tables.h146 C(int32_t, gpu_composition) \
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto2200 optional bool gpu_composition = 8; field
2246 optional bool gpu_composition = 6; field