Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ performance data formats under this umbrella.
- [Import Export](#import-export)
- [tracepoints](#tracepoints)
- [Disassembler](#disassembler)
- [Rust v0 Mangling](#rust-v0-mangling)
- [Known Issues](#known-issues)
- [Broken Backtraces](#broken-backtraces)
- [debuginfod](#debuginfod)
Expand Down Expand Up @@ -326,6 +327,17 @@ In the sourcecode view you can press ctrl+f or press the search icon to open a s
If you have the sources in different directory, you can use `--sourcePaths` or the settings to
select tell the disassembler to search there for the source code.

### Rust v0 Mangling

Support for Rust's v0 mangling scheme requires the rust demangling library.
You can get this [here](https://github.com/rust-lang/rustc-demangle), or via a
system package manager, such as `librustc_demangle` on [Fedora](https://packages.fedoraproject.org/pkgs/rust-rustc-demangle-capi/librustc_demangle).

You might encounter that some information is hidden from excessive collapsing.
To expand the collapsed sections, you can disable collapsing in the `view` menu:

![hotspot view collapse](screenshots/rust-v0-mangle-collapse.png?raw=true "Hotspot view collapse")

## Known Issues

If anything breaks in the above and the output is less usable than `perf report`, please
Expand Down
Binary file added screenshots/rust-v0-mangle-collapse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.