Is CoreSight ETM a supported format? #4608
-
|
I don't see mention of it in the documentation (https://perfetto.dev/docs/getting-started/other-formats), but I do see some related code - https://github.com/google/perfetto/blob/d1f5cc01bf01b1964a2107adf1de74c3835d81c4/src/trace_processor/importers/etm/etm_v4_stream.cc |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
ETM is supported in a very experimental capacity inside perf.data files. It's undocumented as it was contributed by the Chrome team for their needs and as such is only really tested to work for their needs. If you were interested in shoring up support and testing it more widely, we'd be happy to have any PRs sent our way (though please do open issues for discussing any non-trivial PRs to make sure we're directionally aligned). |
Beta Was this translation helpful? Give feedback.
ETM is supported in a very experimental capacity inside perf.data files. It's undocumented as it was contributed by the Chrome team for their needs and as such is only really tested to work for their needs.
If you were interested in shoring up support and testing it more widely, we'd be happy to have any PRs sent our way (though please do open issues for discussing any non-trivial PRs to make sure we're directionally aligned).