forked from intel/psm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
psm.supp
58 lines (52 loc) · 848 Bytes
/
psm.supp
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
# userinit
{
syscall_ipath_userinit
Memcheck:Param
write(buf)
fun:__write_nocancel
fun:ipath_userinit
}
# syscall poll type
{
syscall_poll_type
Memcheck:Param
write(buf)
obj:/lib64/libc*.so
fun:ipath_poll_type
}
# Tids allocation.
{
syscall_tid_free
Memcheck:Param
write(buf)
obj:/lib64/libc*.so
fun:ips_tid_release
}
# Tids de-allocation.
{
syscall_tid_alloc
Memcheck:Param
write(buf)
obj:/lib64/libc*so
fun:ips_tid_acquire
}
# really in QLogic MPI
{
mpspawn_socket
Memcheck:Param
socketcall.sendto(msg)
fun:send
fun:psc_skt_sendN
}
# gethostbyname on sles
{
gethostbyname
Memcheck:Param
socketcall.sendto(msg)
fun:send
fun:get_mapping
fun:__nscd_get_map_ref
fun:nscd_gethst_r
fun:__nscd_gethostbyname_r
fun:gethostbyname_r@@GLIBC_2.2.5
}