-
Notifications
You must be signed in to change notification settings - Fork 0
/
valgrind.suppress
64 lines (64 loc) · 1.59 KB
/
valgrind.suppress
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:_Znwm
fun:_ZN11BPatch_typeC1EPN7Dyninst9SymtabAPI4TypeE
fun:_ZN6BPatchC1Ev
fun:__cxx_global_var_init.12
fun:_GLOBAL__sub_I_dynprof.cc
fun:__libc_csu_init
fun:(below main)
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:_Znwm
fun:_ZN11BPatch_typeC1EPKci16BPatch_dataClass
fun:_ZN11BPatch_type10createFakeEPKc
fun:_ZN6BPatchC1Ev
fun:__cxx_global_var_init.12
fun:_GLOBAL__sub_I_dynprof.cc
fun:__libc_csu_init
fun:(below main)
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:_Znwm
fun:_ZN11BPatch_typeC1EPKci16BPatch_dataClass
fun:_ZN11BPatch_type10createFakeEPKc
fun:_ZN6BPatchC1Ev
fun:__cxx_global_var_init.12
fun:_GLOBAL__sub_I_dynprof.cc
fun:__libc_csu_init
fun:(below main)
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:_Znwm
fun:_ZN7Dyninst9SymtabAPI14typeCollection11getAllTypesEv
fun:_ZN7Dyninst9SymtabAPI6Symtab14getAllstdTypesEv
fun:_ZN6BPatchC1Ev
fun:__cxx_global_var_init.12
fun:_GLOBAL__sub_I_dynprof.cc
fun:__libc_csu_init
fun:(below main)
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:_Znwm
fun:_ZN7Dyninst9SymtabAPI21builtInTypeCollection18getAllBuiltInTypesEv
fun:_ZN7Dyninst9SymtabAPI6Symtab18getAllbuiltInTypesEv
fun:_ZN6BPatchC1Ev
fun:__cxx_global_var_init.12
fun:_GLOBAL__sub_I_dynprof.cc
fun:__libc_csu_init
fun:(below main)
}