magic-trace gives [unknown] symbol for symbols containing spaces
Closed this issue · 1 comments
StephanDollberg commented
magic-trace gives [unknown] symbol in the perfetto profile for symbols containing whitespace.
This is a very common scenario for C++ template types.
Perf handles those fine by itself.
The regex at https://github.com/janestreet/magic-trace/blob/master/src/perf_tool_backend.ml#L104 is failing. It should probably use proper parsing instead.