[PATCH] - Missing MADV_DONTDUMP and MADV_DODUMP
Robin Hack
hack.robin at gmail.com
Thu Mar 14 17:18:53 UTC 2013
Hi.
I found missing MADV_DONTDUMP and MADV_DODUMP in strace output.
$ strace blah -e trace=madvise
madvise(0x7f3b94ae0000, 4096, 0x10 /* MADV_??? */) = 0
madvise(0x7f3b94ae0000, 4096, 0x11 /* MADV_??? */) = 0
Patch is included as attachment.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: missing-madv_dump.patch
Type: application/octet-stream
Size: 393 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20130314/0593fdbb/attachment.obj>
More information about the Strace-devel
mailing list