Skip to content

Commit

Permalink
perf script: Fix --max-blocks man page description
Browse files Browse the repository at this point in the history
The --max-blocks description was using the old name brstackasm.  Use
brstackinsn instead.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Link: http://lkml.kernel.org/r/20190711181922.18765-1-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
  • Loading branch information
Andi Kleen authored and Arnaldo Carvalho de Melo committed Jul 23, 2019
1 parent e0c5c5e commit 5f8eec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf/Documentation/perf-script.txt
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ include::itrace.txt[]
perf script --time 0%-10%,30%-40%

--max-blocks::
Set the maximum number of program blocks to print with brstackasm for
Set the maximum number of program blocks to print with brstackinsn for
each sample.

--reltime::
Expand Down

0 comments on commit 5f8eec3

Please sign in to comment.