Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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
~~~~~~~~~

+9 −0
Original line number Diff line number Diff line
@@ -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