summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangbin Du2019-03-16 09:05:44 +0100
committerArnaldo Carvalho de Melo2019-03-19 20:52:04 +0100
commit9b40dff7ba3caaf0d1919f98e136fa3400bd34aa (patch)
tree8ff96e60e8e6e7da20537161224a986b222d5e3d
parentperf tools: Fix errors under optimization level '-Og' (diff)
downloadkernel-qcow2-linux-9b40dff7ba3caaf0d1919f98e136fa3400bd34aa.tar.gz
kernel-qcow2-linux-9b40dff7ba3caaf0d1919f98e136fa3400bd34aa.tar.xz
kernel-qcow2-linux-9b40dff7ba3caaf0d1919f98e136fa3400bd34aa.zip
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: 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>
-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 95054a8176a2..462b3cde0675 100644
--- a/tools/perf/Documentation/perf-config.txt
+++ b/tools/perf/Documentation/perf-config.txt
@@ -114,7 +114,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