How to use SQL query vendor trace information ? #948
-
We usually capture systrace file with soc vendor trace , such as kgsl_xxx:
I want to know which SQL table these trace information will resident ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you are parsing systrace files directly into Perfetto, only events explicitly supported in https://cs.android.com/android/platform/superproject/main/+/main:external/perfetto/src/trace_processor/importers/systrace/systrace_line_parser.cc;l=90 are parsed. Any other events are not parsed and are simply dropped. Please switch to collecting Perfetto traces if you want this functionality. |
Beta Was this translation helpful? Give feedback.
If you are parsing systrace files directly into Perfetto, only events explicitly supported in https://cs.android.com/android/platform/superproject/main/+/main:external/perfetto/src/trace_processor/importers/systrace/systrace_line_parser.cc;l=90 are parsed. Any other events are not parsed and are simply dropped.
Please switch to collecting Perfetto traces if you want this functionality.