Skip to content

Commit 893c5c7

Browse files
milianwacmel
authored andcommitted
perf config: Show default report configuration in example and docs
Signed-off-by: Milian Wolff <[email protected]> LPU-Reference: [email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 2a8d41b commit 893c5c7

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

tools/perf/Documentation/perf-config.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@ Given a $HOME/.perfconfig like this:
110110
order = caller
111111
sort-key = function
112112

113+
[report]
114+
# Defaults
115+
sort-order = comm,dso,symbol
116+
percent-limit = 0
117+
queue-size = 0
118+
children = true
119+
group = true
120+
113121
Variables
114122
~~~~~~~~~
115123

tools/perf/Documentation/perfconfig.example

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,12 @@
2727
use_offset = true
2828
jump_arrows = true
2929
show_nr_jumps = false
30+
31+
[report]
32+
33+
# Defaults
34+
sort-order = comm,dso,symbol
35+
percent-limit = 0
36+
queue-size = 0
37+
children = true
38+
group = true

0 commit comments

Comments
 (0)