projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11c1ea6
)
perf config: Fix an error in the config template documentation
author
Changbin Du
<
[email protected]
>
Sat, 16 Mar 2019 08:05:44 +0000
(16:05 +0800)
committer
Arnaldo Carvalho de Melo
<
[email protected]
>
Tue, 19 Mar 2019 19:52:04 +0000
(16:52 -0300)
The option 'sort-order' should be 'sort_order'.
Signed-off-by: Changbin Du <
[email protected]
>
Reviewed-by: Jiri Olsa <
[email protected]
>
Cc: Alexei Starovoitov <
[email protected]
>
Cc: Daniel Borkmann <
[email protected]
>
Cc: Milian Wolff <
[email protected]
>
Cc: Namhyung Kim <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Steven Rostedt (VMware) <
[email protected]
>
Fixes: 893c5c798be9 ("perf config: Show default report configuration in example and docs")
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <
[email protected]
>
tools/perf/Documentation/perf-config.txt
patch
|
blob
|
history
diff --git
a/tools/perf/Documentation/perf-config.txt
b/tools/perf/Documentation/perf-config.txt
index 95054a8176a2f38e4732c66ecea63d2e1da22d5a..462b3cde067546dae83fdf7930621e6e67450974 100644
(file)
--- 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