8da007b86e9839f0b41be8052c1dec9dea5457b0
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / valgrind / Config.in
1 config BR2_PACKAGE_VALGRIND
2         bool "valgrind"
3         depends on BR2_ARM_CPU_ARMV7A || BR2_i386 || \
4                    BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
5                    BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
6                    BR2_x86_64
7         help
8           Tool for debugging and profiling Linux programs.
9
10           http://valgrind.org/
11
12 if BR2_PACKAGE_VALGRIND
13
14 config BR2_PACKAGE_VALGRIND_MEMCHECK
15         bool "Memcheck: a memory error detector"
16         default y
17         help
18           This option allows to install the Memcheck tool
19
20 config BR2_PACKAGE_VALGRIND_CACHEGRIND
21         bool "Cachegrind: a cache and branch-prediction profiler"
22         default y
23         help
24           This option allows to install the Cachegrind tool
25
26 config BR2_PACKAGE_VALGRIND_CALLGRIND
27         bool "Callgrind: a call-graph generating cache and branch prediction profiler"
28         default y
29         help
30           This option allows to install the Callgrind tool
31
32 config BR2_PACKAGE_VALGRIND_HELGRIND
33         bool "Helgrind: a thread error detector"
34         default y
35         help
36           This option allows to install the Helgrind tool
37
38 config BR2_PACKAGE_VALGRIND_DRD
39         bool "DRD: a thread error detector"
40         default y
41         help
42           This option allows to install the DRD tool
43
44 config BR2_PACKAGE_VALGRIND_MASSIF
45         bool "Massif: a heap profiler"
46         default y
47         help
48           This option allows to install the Massif tool
49
50 config BR2_PACKAGE_VALGRIND_DHAT
51         bool "DHAT: a dynamic heap analysis tool"
52         default y
53         help
54           This option allows to install the DHAT tool
55
56 config BR2_PACKAGE_VALGRIND_SGCHECK
57         bool "SGCheck: an experimental stack and global array overrun detector"
58         help
59           This option allows to install the SGCheck tool
60
61 config BR2_PACKAGE_VALGRIND_BBV
62         bool "BBV: an experimental basic block vector generation tool"
63         help
64           This option allows to install the BBV tool
65
66 config BR2_PACKAGE_VALGRIND_LACKEY
67         bool "Lackey: an example tool"
68         help
69           This option allows to install the Lackey tool
70
71 config BR2_PACKAGE_VALGRIND_NULGRIND
72         bool "Nulgrind: the minimal Valgrind tool"
73         help
74           This option allows to install the Nulgrind tool
75
76 endif