about summary refs log tree commit diff
path: root/tools/perf-flamegraph-pid/perf-flamegraph-pid.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* formatting a few files with treefmtFranck Cuny2023-12-031-3/+3
|
* ref(tools/perf-flamegraph): move to a proper shell scriptFranck Cuny2022-10-251-0/+20
I don't want to inline shell scripts inside nix configuration, as it prevents me to use `shellcheck` to validate them for example. The script is now moved into the tool directory, and is a tiny bit more flexible, so that I can run it as my own user.