Crates.io | kprofiling |
lib.rs | kprofiling |
version | 0.1.1 |
source | src |
created_at | 2024-03-31 09:57:08.307366 |
updated_at | 2024-03-31 10:01:07.81322 |
description | Forgot to rename this to redox-kprofiling, email me if you'd like this crate name. |
homepage | |
repository | |
max_upload_size | |
id | 1191579 |
size | 6,898 |
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