OSDN Git Service

perf config: Show default report configuration in example and docs
authorMilian Wolff <milian.wolff@kdab.com>
Tue, 30 Aug 2016 13:41:06 +0000 (15:41 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 1 Sep 2016 12:44:13 +0000 (09:44 -0300)
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>
tools/perf/Documentation/perf-config.txt
tools/perf/Documentation/perfconfig.example

index 68c8919..cb081ac 100644 (file)
@@ -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
 ~~~~~~~~~
 
index 1d8d5bc..2b477c1 100644 (file)
        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