mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-01 22:34:13 +08:00
mdbx-test: update Valgrind's suppressions for actual function names.
This commit is contained in:
parent
3531164fed
commit
7c45f75010
@ -30,7 +30,7 @@
|
||||
pwrite(buf)
|
||||
fun:pwrite
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwrite64-page-flush
|
||||
@ -38,11 +38,11 @@
|
||||
pwrite64(buf)
|
||||
fun:pwrite
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
|
||||
# modern Valgrind don't support the `vector[...]` pattern
|
||||
# for((i=0;i<64;++i)); do echo -e "{\n pwritev-page-flush-$i\n Memcheck:Param\n pwritev(vector[$i])\n fun:pwritev\n ...\n fun:mdbx_page_flush*\n}"; done >> valgrind_suppress.txt
|
||||
# for((i=0;i<64;++i)); do echo -e "{\n pwritev-page-flush-$i\n Memcheck:Param\n pwritev(vector[$i])\n fun:pwritev\n ...\n fun:mdbx_iov_write*\n}"; done >> valgrind_suppress.txt
|
||||
|
||||
{
|
||||
pwritev-page-flush
|
||||
@ -50,7 +50,7 @@
|
||||
pwritev(vector[...])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-0
|
||||
@ -58,7 +58,7 @@
|
||||
pwritev(vector[0])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-1
|
||||
@ -66,7 +66,7 @@
|
||||
pwritev(vector[1])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-2
|
||||
@ -74,7 +74,7 @@
|
||||
pwritev(vector[2])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-3
|
||||
@ -82,7 +82,7 @@
|
||||
pwritev(vector[3])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-4
|
||||
@ -90,7 +90,7 @@
|
||||
pwritev(vector[4])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-5
|
||||
@ -98,7 +98,7 @@
|
||||
pwritev(vector[5])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-6
|
||||
@ -106,7 +106,7 @@
|
||||
pwritev(vector[6])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-7
|
||||
@ -114,7 +114,7 @@
|
||||
pwritev(vector[7])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-8
|
||||
@ -122,7 +122,7 @@
|
||||
pwritev(vector[8])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-9
|
||||
@ -130,7 +130,7 @@
|
||||
pwritev(vector[9])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-10
|
||||
@ -138,7 +138,7 @@
|
||||
pwritev(vector[10])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-11
|
||||
@ -146,7 +146,7 @@
|
||||
pwritev(vector[11])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-12
|
||||
@ -154,7 +154,7 @@
|
||||
pwritev(vector[12])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-13
|
||||
@ -162,7 +162,7 @@
|
||||
pwritev(vector[13])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-14
|
||||
@ -170,7 +170,7 @@
|
||||
pwritev(vector[14])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-15
|
||||
@ -178,7 +178,7 @@
|
||||
pwritev(vector[15])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-16
|
||||
@ -186,7 +186,7 @@
|
||||
pwritev(vector[16])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-17
|
||||
@ -194,7 +194,7 @@
|
||||
pwritev(vector[17])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-18
|
||||
@ -202,7 +202,7 @@
|
||||
pwritev(vector[18])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-19
|
||||
@ -210,7 +210,7 @@
|
||||
pwritev(vector[19])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-20
|
||||
@ -218,7 +218,7 @@
|
||||
pwritev(vector[20])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-21
|
||||
@ -226,7 +226,7 @@
|
||||
pwritev(vector[21])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-22
|
||||
@ -234,7 +234,7 @@
|
||||
pwritev(vector[22])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-23
|
||||
@ -242,7 +242,7 @@
|
||||
pwritev(vector[23])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-24
|
||||
@ -250,7 +250,7 @@
|
||||
pwritev(vector[24])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-25
|
||||
@ -258,7 +258,7 @@
|
||||
pwritev(vector[25])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-26
|
||||
@ -266,7 +266,7 @@
|
||||
pwritev(vector[26])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-27
|
||||
@ -274,7 +274,7 @@
|
||||
pwritev(vector[27])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-28
|
||||
@ -282,7 +282,7 @@
|
||||
pwritev(vector[28])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-29
|
||||
@ -290,7 +290,7 @@
|
||||
pwritev(vector[29])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-30
|
||||
@ -298,7 +298,7 @@
|
||||
pwritev(vector[30])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-31
|
||||
@ -306,7 +306,7 @@
|
||||
pwritev(vector[31])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-32
|
||||
@ -314,7 +314,7 @@
|
||||
pwritev(vector[32])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-33
|
||||
@ -322,7 +322,7 @@
|
||||
pwritev(vector[33])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-34
|
||||
@ -330,7 +330,7 @@
|
||||
pwritev(vector[34])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-35
|
||||
@ -338,7 +338,7 @@
|
||||
pwritev(vector[35])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-36
|
||||
@ -346,7 +346,7 @@
|
||||
pwritev(vector[36])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-37
|
||||
@ -354,7 +354,7 @@
|
||||
pwritev(vector[37])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-38
|
||||
@ -362,7 +362,7 @@
|
||||
pwritev(vector[38])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-39
|
||||
@ -370,7 +370,7 @@
|
||||
pwritev(vector[39])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-40
|
||||
@ -378,7 +378,7 @@
|
||||
pwritev(vector[40])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-41
|
||||
@ -386,7 +386,7 @@
|
||||
pwritev(vector[41])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-42
|
||||
@ -394,7 +394,7 @@
|
||||
pwritev(vector[42])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-43
|
||||
@ -402,7 +402,7 @@
|
||||
pwritev(vector[43])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-44
|
||||
@ -410,7 +410,7 @@
|
||||
pwritev(vector[44])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-45
|
||||
@ -418,7 +418,7 @@
|
||||
pwritev(vector[45])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-46
|
||||
@ -426,7 +426,7 @@
|
||||
pwritev(vector[46])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-47
|
||||
@ -434,7 +434,7 @@
|
||||
pwritev(vector[47])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-48
|
||||
@ -442,7 +442,7 @@
|
||||
pwritev(vector[48])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-49
|
||||
@ -450,7 +450,7 @@
|
||||
pwritev(vector[49])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-50
|
||||
@ -458,7 +458,7 @@
|
||||
pwritev(vector[50])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-51
|
||||
@ -466,7 +466,7 @@
|
||||
pwritev(vector[51])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-52
|
||||
@ -474,7 +474,7 @@
|
||||
pwritev(vector[52])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-53
|
||||
@ -482,7 +482,7 @@
|
||||
pwritev(vector[53])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-54
|
||||
@ -490,7 +490,7 @@
|
||||
pwritev(vector[54])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-55
|
||||
@ -498,7 +498,7 @@
|
||||
pwritev(vector[55])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-56
|
||||
@ -506,7 +506,7 @@
|
||||
pwritev(vector[56])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-57
|
||||
@ -514,7 +514,7 @@
|
||||
pwritev(vector[57])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-58
|
||||
@ -522,7 +522,7 @@
|
||||
pwritev(vector[58])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-59
|
||||
@ -530,7 +530,7 @@
|
||||
pwritev(vector[59])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-60
|
||||
@ -538,7 +538,7 @@
|
||||
pwritev(vector[60])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-61
|
||||
@ -546,7 +546,7 @@
|
||||
pwritev(vector[61])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-62
|
||||
@ -554,7 +554,7 @@
|
||||
pwritev(vector[62])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
{
|
||||
pwritev-page-flush-63
|
||||
@ -562,5 +562,5 @@
|
||||
pwritev(vector[63])
|
||||
fun:pwritev
|
||||
...
|
||||
fun:mdbx_page_flush*
|
||||
fun:mdbx_iov_write*
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user