Skip to content

Commit 01c9b1e

Browse files
perfetto-automation[bot]perfetto-automation[bot]
andauthored
Sync generated proto files (#6231)
This PR automatically synchronizes generated proto files with their `.proto` definitions. ## Generated files updated - `.gen.cc` and `.gen.h` files - `.pcz.h` files - Binary descriptors - Python proto bindings This is an automated PR generated by the `sync-protos` workflow. Co-authored-by: perfetto-automation[bot] <perfetto-automation-github-app@google.com>
1 parent ce90fc0 commit 01c9b1e

3 files changed

Lines changed: 787 additions & 747 deletions

File tree

protos/perfetto/trace/perfetto_trace.proto

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11691,6 +11691,16 @@ message GpuPowerStateFtraceEvent {
1169111691
optional int32 old_state = 1;
1169211692
optional int32 new_state = 2;
1169311693
}
11694+
message PsciDomainIdleExitFtraceEvent {
11695+
optional uint32 cpu_id = 1;
11696+
optional uint32 state = 2;
11697+
optional uint32 s2idle = 3;
11698+
}
11699+
message PsciDomainIdleEnterFtraceEvent {
11700+
optional uint32 cpu_id = 1;
11701+
optional uint32 state = 2;
11702+
optional uint32 s2idle = 3;
11703+
}
1169411704

1169511705
// End of protos/perfetto/trace/ftrace/power.proto
1169611706

@@ -13224,6 +13234,8 @@ message FtraceEvent {
1322413234
PanelSettingsFullFtraceEvent panel_settings_full = 611;
1322513235
PanelSettingsLiteFtraceEvent panel_settings_lite = 612;
1322613236
DpuDispDpuLineUnderrunFtraceEvent dpu_disp_dpu_line_underrun = 613;
13237+
PsciDomainIdleExitFtraceEvent psci_domain_idle_exit = 614;
13238+
PsciDomainIdleEnterFtraceEvent psci_domain_idle_enter = 615;
1322713239
}
1322813240
}
1322913241

python/perfetto/protos/perfetto/trace/perfetto_trace_pb2.py

Lines changed: 749 additions & 745 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)