
Corresponding proto messages have been added in aosp/1215194, aosp/1229899, and aosp/1234331. Typed trace events will allow inclusion of the event arguments in slow reports data in the future. The trace format is protocol-buffer based under the hood already (see docs.perfetto.dev for details), this patch adds strong typing for the arguments of the respective event(s) only. Bug: 148777631 Change-Id: I77184a5ee9bbefad57aff9e4c5addd4d1321adcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049974 Reviewed-by: Jochen Eisinger <jochen@chromium.org> Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by: Eric Seckler <eseckler@chromium.org> Commit-Queue: Andrew Shulaev <ddrone@google.com> Cr-Commit-Position: refs/heads/master@{#746780}
13 lines
239 B
Python
13 lines
239 B
Python
include_rules = [
|
|
"+services/metrics/public/cpp",
|
|
"+services/tracing/public/cpp",
|
|
"+third_party/perfetto/protos/perfetto/trace/track_event",
|
|
"+ui/gfx",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"latency_info\.h": [
|
|
"+mojo/public",
|
|
]
|
|
}
|