summaryrefslogtreecommitdiff
authorChangbin Du <changbin.du@gmail.com>2019-03-16 08:05:44 (GMT)
committer Greg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-20 07:07:48 (GMT)
commit4f68dbc1b58be21994e287480509ab307e3308a0 (patch)
tree8abe15ba660a39aef0e4979fc9815e985b850d3a
parentb019294576e650271c3eff44d0fe53c58bcafcd8 (diff)
downloadcommon-4f68dbc1b58be21994e287480509ab307e3308a0.zip
common-4f68dbc1b58be21994e287480509ab307e3308a0.tar.gz
common-4f68dbc1b58be21994e287480509ab307e3308a0.tar.bz2
perf config: Fix an error in the config template documentation
[ Upstream commit 9b40dff7ba3caaf0d1919f98e136fa3400bd34aa ] 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: 893c5c798be9 ("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat
-rw-r--r--tools/perf/Documentation/perf-config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt
index cb081ac5..bd359a0 100644
--- a/tools/perf/Documentation/perf-config.txt
+++ b/tools/perf/Documentation/perf-config.txt
@@ -112,7 +112,7 @@ Given a $HOME/.perfconfig like this:
[report]
# Defaults
- sort-order = comm,dso,symbol
+ sort_order = comm,dso,symbol
percent-limit = 0
queue-size = 0
children = true