summaryrefslogtreecommitdiffstats
path: root/scripts/valgrind.sup
blob: b6bcc883549eab0633a6a2f1478bdc962b2d91d3 (plain)
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
{
   DL issue
   Memcheck:Cond
   fun:index
   fun:expand_dynamic_string_token
   fun:fillin_rpath
   fun:_dl_init_paths
   fun:dl_main
   fun:_dl_sysdep_start
   fun:_dl_start_final
   fun:_dl_start
   obj:/lib/x86_64-linux-gnu/ld-2.19.so
   obj:*
   obj:*
   obj:*
   obj:*
}

{
   DPDK threads
   Memcheck:Leak
   match-leak-kinds: possible
   fun:calloc
   fun:allocate_dtv
   fun:_dl_allocate_tls
   fun:allocate_stack
   fun:pthread_create@@GLIBC_2.2.5
   fun:rte_eal_init
   fun:_Z9main_testiPPc
   fun:(below main)
}

{
   DPDK interrupt thread
   Memcheck:Leak
   match-leak-kinds: possible
   fun:calloc
   fun:allocate_dtv
   fun:_dl_allocate_tls
   fun:allocate_stack
   fun:pthread_create@@GLIBC_2.2.5
   fun:rte_eal_intr_init
   fun:rte_eal_init
   fun:_Z9main_testiPPc
   fun:(below main)
}

{
   DPDK epoll ctl
   Memcheck:Param
   epoll_ctl(event)
   fun:epoll_ctl
   fun:eal_intr_thread_main
   fun:start_thread
   fun:clone
}