Basic version: It would be very useful to have demangled kernel names in the Perfetto trace.
Advanced version: Since our application templates everything and also has nested lambdas, it would be incredibly useful to be able to provide a custom user-defined function for readable kernel names, and use the output of that function in the trace. This could be a Python or Ruby function that takes the demangled kernel name and returns the user-friendly name, or it could be a regular expression used for find-and-replace.
Basic version: It would be very useful to have demangled kernel names in the Perfetto trace.
Advanced version: Since our application templates everything and also has nested lambdas, it would be incredibly useful to be able to provide a custom user-defined function for readable kernel names, and use the output of that function in the trace. This could be a Python or Ruby function that takes the demangled kernel name and returns the user-friendly name, or it could be a regular expression used for find-and-replace.