kprofiling

Crates.iokprofiling
lib.rskprofiling
version0.1.1
sourcesrc
created_at2024-03-31 09:57:08.307366
updated_at2024-03-31 10:01:07.81322
descriptionForgot to rename this to redox-kprofiling, email me if you'd like this crate name.
homepage
repository
max_upload_size
id1191579
size6,898
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