diff options
Diffstat (limited to 'src/trace_profile/perf.md')
-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 # ........ ........ ....... .................... ................. |