]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/4.19.36/perf-config-fix-an-error-in-the-config-template-docu.patch
Linux 4.19.36
[thirdparty/kernel/stable-queue.git] / releases / 4.19.36 / perf-config-fix-an-error-in-the-config-template-docu.patch
CommitLineData
e4a1bd70
SLM
1From 516a1caa44ed89f2baa3bb804fcd4302e9112cbc Mon Sep 17 00:00:00 2001
2From: Changbin Du <changbin.du@gmail.com>
3Date: Sat, 16 Mar 2019 16:05:44 +0800
4Subject: perf config: Fix an error in the config template documentation
5
6[ Upstream commit 9b40dff7ba3caaf0d1919f98e136fa3400bd34aa ]
7
8The option 'sort-order' should be 'sort_order'.
9
10Signed-off-by: Changbin Du <changbin.du@gmail.com>
11Reviewed-by: Jiri Olsa <jolsa@kernel.org>
12Cc: Alexei Starovoitov <ast@kernel.org>
13Cc: Daniel Borkmann <daniel@iogearbox.net>
14Cc: Milian Wolff <milian.wolff@kdab.com>
15Cc: Namhyung Kim <namhyung@kernel.org>
16Cc: Peter Zijlstra <peterz@infradead.org>
17Cc: Steven Rostedt (VMware) <rostedt@goodmis.org>
18Fixes: 893c5c798be9 ("perf config: Show default report configuration in example and docs")
19Link: http://lkml.kernel.org/r/20190316080556.3075-5-changbin.du@gmail.com
20Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
21Signed-off-by: Sasha Levin <sashal@kernel.org>
22---
23 tools/perf/Documentation/perf-config.txt | 2 +-
24 1 file changed, 1 insertion(+), 1 deletion(-)
25
26diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt
27index 32f4a898e3f2..05c10eb56a0c 100644
28--- a/tools/perf/Documentation/perf-config.txt
29+++ b/tools/perf/Documentation/perf-config.txt
30@@ -114,7 +114,7 @@ Given a $HOME/.perfconfig like this:
31
32 [report]
33 # Defaults
34- sort-order = comm,dso,symbol
35+ sort_order = comm,dso,symbol
36 percent-limit = 0
37 queue-size = 0
38 children = true
39--
402.19.1
41