Commit 893c5c79 authored by Milian Wolff's avatar Milian Wolff Committed by Arnaldo Carvalho de Melo

perf config: Show default report configuration in example and docs

Signed-off-by: default avatarMilian Wolff <milian.wolff@kdab.com>
LPU-Reference: 20160830134106.21240-2-milian.wolff@kdab.com
Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 2a8d41b4
...@@ -110,6 +110,14 @@ Given a $HOME/.perfconfig like this: ...@@ -110,6 +110,14 @@ Given a $HOME/.perfconfig like this:
order = caller order = caller
sort-key = function sort-key = function
[report]
# Defaults
sort-order = comm,dso,symbol
percent-limit = 0
queue-size = 0
children = true
group = true
Variables Variables
~~~~~~~~~ ~~~~~~~~~
......
...@@ -27,3 +27,12 @@ ...@@ -27,3 +27,12 @@
use_offset = true use_offset = true
jump_arrows = true jump_arrows = true
show_nr_jumps = false show_nr_jumps = false
[report]
# Defaults
sort-order = comm,dso,symbol
percent-limit = 0
queue-size = 0
children = true
group = true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment