libkdumpfile-0.5.2
Kernel coredump file access
|
Dump header. More...
Data Fields | |
char | signature [8] |
Must be SADUMP_SIGNATURE. More... | |
uint32_t | header_version |
Dump header version. More... | |
uint32_t | _pad1 |
struct efi_time | timestamp |
Wall-clock time of the dump. More... | |
uint32_t | status |
Status. More... | |
uint32_t | compress |
Compression flags. More... | |
uint32_t | block_size |
Size of a block in bytes. More... | |
uint32_t | extra_hdr_size |
Size of host-dependent headers in blocks. More... | |
uint32_t | sub_hdr_size |
Size of arch-dependent headers in blocks. More... | |
uint32_t | bitmap_blocks |
Size of the memory bitmap in blocks. More... | |
uint32_t | dumpable_bitmap_blocks |
Size of the dumped memory bitmap in blocks. More... | |
uint32_t | max_mapnr |
Highest PFN number. More... | |
uint32_t | total_ram_blocks |
Size of RAM in blocks. More... | |
uint32_t | device_blocks |
Total number of blocks in the dump device. More... | |
uint32_t | written_blocks |
Number of blocks written to the dump device. More... | |
uint32_t | current_cpu |
CPU that handles the dump. More... | |
uint32_t | nr_cpus |
Total number of CPUs in the system. More... | |
uint32_t | _pad2 |
Padding to a multiple of 64 bits. More... | |
uint64_t | max_mapnr_64 |
64-bit max_mapnr (header_version 1 and later). More... | |
uint64_t | total_ram_blocks_64 |
64-bit total_ram_blocks (header_version 1 and later). More... | |
uint64_t | device_blocks_64 |
64-bit device_blocks (header_version 1 and later). More... | |
uint64_t | written_blocks_64 |
64-bit written_blocks (header_version 1 and later). More... | |
Dump header.
uint32_t sadump_header::_pad2 |
Padding to a multiple of 64 bits.
uint32_t sadump_header::bitmap_blocks |
Size of the memory bitmap in blocks.
uint32_t sadump_header::block_size |
Size of a block in bytes.
uint32_t sadump_header::compress |
Compression flags.
Undocumented.
uint32_t sadump_header::current_cpu |
CPU that handles the dump.
uint32_t sadump_header::device_blocks |
Total number of blocks in the dump device.
uint64_t sadump_header::device_blocks_64 |
64-bit device_blocks (header_version 1 and later).
uint32_t sadump_header::dumpable_bitmap_blocks |
Size of the dumped memory bitmap in blocks.
uint32_t sadump_header::extra_hdr_size |
Size of host-dependent headers in blocks.
uint32_t sadump_header::header_version |
Dump header version.
uint32_t sadump_header::max_mapnr |
Highest PFN number.
uint64_t sadump_header::max_mapnr_64 |
64-bit max_mapnr (header_version 1 and later).
uint32_t sadump_header::nr_cpus |
Total number of CPUs in the system.
char sadump_header::signature[8] |
Must be SADUMP_SIGNATURE.
uint32_t sadump_header::status |
Status.
Undocumented.
uint32_t sadump_header::sub_hdr_size |
Size of arch-dependent headers in blocks.
struct efi_time sadump_header::timestamp |
Wall-clock time of the dump.
uint32_t sadump_header::total_ram_blocks |
Size of RAM in blocks.
uint64_t sadump_header::total_ram_blocks_64 |
64-bit total_ram_blocks (header_version 1 and later).
uint32_t sadump_header::written_blocks |
Number of blocks written to the dump device.
uint64_t sadump_header::written_blocks_64 |
64-bit written_blocks (header_version 1 and later).