Signed-off-by: HATAYAMA Daisuke <d.hatayama at jp.fujitsu.com> --- makedumpfile.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/makedumpfile.h b/makedumpfile.h index 95c0abc..2808871 100644 --- a/makedumpfile.h +++ b/makedumpfile.h @@ -1073,6 +1073,8 @@ struct size_table { long cpumask_t; long kexec_segment; long elf64_hdr; + + long pageflags; }; struct offset_table { @@ -1081,6 +1083,8 @@ struct offset_table { long _count; long mapping; long lru; + long _mapcount; + long private; } page; struct mem_section { long section_mem_map; @@ -1242,6 +1246,10 @@ struct number_table { long PG_lru; long PG_private; long PG_swapcache; + long PG_buddy; + long PG_slab; + + long PAGE_BUDDY_MAPCOUNT_VALUE; }; struct srcfile_table {