Closed al42and closed 2 years ago
Thanks, Alexey! I believe demangling is something really helpful for PTI tools, the only thought is that demangled names are not always better, e.g. for unnamed lambdas mangled name is much shorter. So let me accept your patch and move this functionality under a new "--demangle" option.
When tracing SYCL programs that use templating, the mangled kernel names are hard to work with. This patch adds a demangling step to make the output more readable:
Before:
After: