diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-08-27 19:28:26 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-08-27 19:28:26 +0200 |
commit | 4b9f5c11fe4c2bebd92033cebe215dfc0d5f9397 (patch) | |
tree | 5ebdbb4658502993a9981a40573a46c42c78f5fe /src/trace_profile | |
parent | a50f54320317c1012f6d798f5d8fbaff0eeb438b (diff) | |
download | notes-4b9f5c11fe4c2bebd92033cebe215dfc0d5f9397.tar.gz notes-4b9f5c11fe4c2bebd92033cebe215dfc0d5f9397.zip |
misc: fix comments
Diffstat (limited to 'src/trace_profile')
-rw-r--r-- | src/trace_profile/perf.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace_profile/perf.md b/src/trace_profile/perf.md index 7ce2ca2..0c92768 100644 --- a/src/trace_profile/perf.md +++ b/src/trace_profile/perf.md @@ -165,7 +165,7 @@ The following gives an example for a scenario where we have the following calls - `main -> do_bar() -> do_work()` ```sh -perf report --stdio -g graph,callee +perf report --stdio -g graph,caller # Children Self Command Shared Object Symbols # ........ ........ ....... .................... ................. |