Skip to content

Commit 9b40dff

Browse files
changbinduacmel
authored andcommitted
perf config: Fix an error in the config template documentation
The option 'sort-order' should be 'sort_order'. Signed-off-by: Changbin Du <changbin.du@gmail.com> Reviewed-by: Jiri Olsa <jolsa@kernel.org> Cc: Alexei Starovoitov <ast@kernel.org> Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Milian Wolff <milian.wolff@kdab.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Steven Rostedt (VMware) <rostedt@goodmis.org> Fixes: 893c5c7 ("perf config: Show default report configuration in example and docs") Link: http://lkml.kernel.org/r/20190316080556.3075-5-changbin.du@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 11c1ea6 commit 9b40dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/Documentation/perf-config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Given a $HOME/.perfconfig like this:
114114

115115
[report]
116116
# Defaults
117-
sort-order = comm,dso,symbol
117+
sort_order = comm,dso,symbol
118118
percent-limit = 0
119119
queue-size = 0
120120
children = true

0 commit comments

Comments
 (0)