From 4b9f5c11fe4c2bebd92033cebe215dfc0d5f9397 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Tue, 27 Aug 2024 19:28:26 +0200 Subject: misc: fix comments --- src/trace_profile/perf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trace_profile/perf.md') 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 # ........ ........ ....... .................... ................. -- cgit v1.2.3