Blame view

kernel/linux-imx6_3.14.28/tools/perf/Documentation/perfconfig.example 459 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  [colors]
  
  	# These were the old defaults
  	top = red, lightgray
  	medium = green, lightgray
  	normal = black, lightgray
  	selected = lightgray, magenta
  	code = blue, lightgray
  	addr = magenta, lightgray
  
  [tui]
  
  	# Defaults if linked with libslang
  	report = on
  	annotate = on
  	top = on
  
  [buildid]
  
  	# Default, disable using /dev/null
  	dir = /root/.debug
  
  [annotate]
  
  	# Defaults
  	hide_src_code = false
  	use_offset = true
  	jump_arrows = true
  	show_nr_jumps = false