* mem.c (mmap_flags): Add MAP_HUGETLB mmap flag.
Signed-off-by: Kirill A. Shutemov <[email protected]>
---
mem.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/mem.c b/mem.c
index ef273c7e62b5..2c51cc7d8224 100644
--- a/mem.c
+++ b/mem.c
@@ -159,6 +159,9 @@ static const struct xlat mmap_flags[] = {
#ifdef MAP_STACK
{ MAP_STACK, "MAP_STACK" },
#endif
+#ifdef MAP_HUGETLB
+ { MAP_HUGETLB, "MAP_HUGETLB" },
+#endif
#if defined MAP_UNINITIALIZED && MAP_UNINITIALIZED > 0
{ MAP_UNINITIALIZED,"MAP_UNINITIALIZED"},
#endif
--
1.8.5.2
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel