You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Universal traces can currently be captured on Windows and Linux by one-collect. In order to provide first class support for analyzing these traces, PerfView/TraceEvent should suport ELF symbol download and resolution.
Tasks:
Implement C++ symbol de-mangling.
Implement Rust symbol de-mangling.
Implement ELF symbol file parsing.
Implement storage for ELF symbol metadata in TraceLog.
Universal traces can currently be captured on Windows and Linux by one-collect. In order to provide first class support for analyzing these traces, PerfView/TraceEvent should suport ELF symbol download and resolution.
Tasks:
TraceLog.SymbolReaderdownload support.