mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 01:50:54 +07:00
perf config: Show default report configuration in example and docs
Signed-off-by: Milian Wolff <milian.wolff@kdab.com> LPU-Reference: 20160830134106.21240-2-milian.wolff@kdab.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
2a8d41b465
commit
893c5c798b
@ -110,6 +110,14 @@ Given a $HOME/.perfconfig like this:
|
||||
order = caller
|
||||
sort-key = function
|
||||
|
||||
[report]
|
||||
# Defaults
|
||||
sort-order = comm,dso,symbol
|
||||
percent-limit = 0
|
||||
queue-size = 0
|
||||
children = true
|
||||
group = true
|
||||
|
||||
Variables
|
||||
~~~~~~~~~
|
||||
|
||||
|
@ -27,3 +27,12 @@
|
||||
use_offset = true
|
||||
jump_arrows = true
|
||||
show_nr_jumps = false
|
||||
|
||||
[report]
|
||||
|
||||
# Defaults
|
||||
sort-order = comm,dso,symbol
|
||||
percent-limit = 0
|
||||
queue-size = 0
|
||||
children = true
|
||||
group = true
|
||||
|
Loading…
Reference in New Issue
Block a user