redox-kprofiling

Crates.ioredox-kprofiling
lib.rsredox-kprofiling
version0.1.0
sourcesrc
created_at2024-03-31 09:58:16.586776
updated_at2024-03-31 09:58:16.586776
descriptionConversion tool from Redox kernel profiling data into perf script.
homepage
repositoryhttps://gitlab.redox-os.org/redox-os/kprofiling
max_upload_size
id1191583
size7,309
4lDO2 (4lDO2)

documentation

README

Usage


nm -CS /path/to/kernel >/path/to/ksym

# OPTIONS: a combination of o, x, and/or i (see source code)
# FREQ: CPU frequency in GHz (assumes constant_tsc, check lscpu on Linux)

cargo run -- /path/to/redoxfs/root/profiling.txt /path/to/ksym OPTIONS FREQ | inferno-collapse-perf | inferno-flamegraph >/path/to/flamegraph.svg

Commit count: 0

cargo fmt