Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Milian Wolff and committed by
Arnaldo Carvalho de Melo
893c5c79 2a8d41b4

+17
+8
tools/perf/Documentation/perf-config.txt
··· 110 110 order = caller 111 111 sort-key = function 112 112 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 + 113 121 Variables 114 122 ~~~~~~~~~ 115 123
+9
tools/perf/Documentation/perfconfig.example
··· 27 27 use_offset = true 28 28 jump_arrows = true 29 29 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