kdumpling
Quick Start Guide
API Reference
kdumpling
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Z
_
__init__() (kdumpling.builder.CustomNote method)
(kdumpling.builder.DumpStats method)
(kdumpling.builder.KdumpBuilder method)
(kdumpling.builder.MemorySegment method)
(kdumpling.cpu_context.ArchRegisterInfo method)
(kdumpling.cpu_context.CpuContext method)
(kdumpling.CpuContext method)
(kdumpling.CustomNote method)
(kdumpling.DumpStats method)
(kdumpling.kdump_compressed.DiskDumpHeader method)
(kdumpling.kdump_compressed.KdumpSubHeader method)
(kdumpling.kdump_compressed.PageDescriptor method)
(kdumpling.KdumpBuilder method)
__str__() (kdumpling.builder.DumpStats method)
(kdumpling.DumpStats method)
A
AArch64Reg (class in kdumpling)
(class in kdumpling.cpu_context)
add_annotations() (kdumpling.builder.KdumpBuilder method)
(kdumpling.KdumpBuilder method)
add_cpu_context() (kdumpling.builder.KdumpBuilder method)
(kdumpling.KdumpBuilder method)
add_custom_note() (kdumpling.builder.KdumpBuilder method)
(kdumpling.KdumpBuilder method)
add_memory_segment() (kdumpling.builder.KdumpBuilder method)
(kdumpling.KdumpBuilder method)
add_metadata() (kdumpling.builder.KdumpBuilder method)
(kdumpling.KdumpBuilder method)
ANNOTATIONS (kdumpling.builder.CustomNoteType attribute)
(kdumpling.CustomNoteType attribute)
arch (kdumpling.builder.KdumpBuilder attribute)
(kdumpling.KdumpBuilder attribute)
ArchInfo (class in kdumpling.elf)
architecture (kdumpling.builder.DumpStats attribute)
(kdumpling.DumpStats attribute)
ArchRegisterInfo (class in kdumpling.cpu_context)
B
bitmap_blocks (kdumpling.kdump_compressed.DiskDumpHeader attribute)
block_size (kdumpling.kdump_compressed.DiskDumpHeader attribute)
C
COMPRESS_LZO (kdumpling.kdump_compressed.CompressionMethod attribute)
COMPRESS_NONE (kdumpling.kdump_compressed.CompressionMethod attribute)
compress_page() (in module kdumpling.kdump_compressed)
COMPRESS_SNAPPY (kdumpling.kdump_compressed.CompressionMethod attribute)
COMPRESS_ZLIB (kdumpling.kdump_compressed.CompressionMethod attribute)
COMPRESS_ZSTD (kdumpling.kdump_compressed.CompressionMethod attribute)
CompressionMethod (class in kdumpling.kdump_compressed)
CompressionType (class in kdumpling)
(class in kdumpling.builder)
cpu_id (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
CpuContext (class in kdumpling)
(class in kdumpling.cpu_context)
CS (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
current_cpu (kdumpling.kdump_compressed.DiskDumpHeader attribute)
CustomNote (class in kdumpling)
(class in kdumpling.builder)
CustomNoteType (class in kdumpling)
(class in kdumpling.builder)
D
data (kdumpling.builder.CustomNote attribute)
(kdumpling.builder.MemorySegment attribute)
,
[1]
(kdumpling.CustomNote attribute)
device_blocks (kdumpling.kdump_compressed.DiskDumpHeader attribute)
DiskDumpHeader (class in kdumpling.kdump_compressed)
DL_EXCLUDE_CACHE (kdumpling.kdump_compressed.DumpLevel attribute)
DL_EXCLUDE_CACHE_PRIVATE (kdumpling.kdump_compressed.DumpLevel attribute)
DL_EXCLUDE_FREE (kdumpling.kdump_compressed.DumpLevel attribute)
DL_EXCLUDE_USER (kdumpling.kdump_compressed.DumpLevel attribute)
DL_EXCLUDE_ZERO (kdumpling.kdump_compressed.DumpLevel attribute)
DL_NONE (kdumpling.kdump_compressed.DumpLevel attribute)
domainname (kdumpling.kdump_compressed.DiskDumpHeader attribute)
DS (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
dump_level (kdumpling.kdump_compressed.KdumpSubHeader attribute)
DumpHeaderVersion (class in kdumpling.kdump_compressed)
DumpLevel (class in kdumpling.kdump_compressed)
DumpStats (class in kdumpling)
(class in kdumpling.builder)
E
effective_virt_addr (kdumpling.builder.MemorySegment property)
EFLAGS (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
ELF (kdumpling.builder.OutputFormat attribute)
(kdumpling.OutputFormat attribute)
ElfClass (class in kdumpling.elf)
ELFCLASS32 (kdumpling.elf.ElfClass attribute)
ELFCLASS64 (kdumpling.elf.ElfClass attribute)
ElfData (class in kdumpling.elf)
ELFDATA2LSB (kdumpling.elf.ElfData attribute)
ELFDATA2MSB (kdumpling.elf.ElfData attribute)
ElfMachine (class in kdumpling.elf)
ElfType (class in kdumpling.elf)
EM_386 (kdumpling.elf.ElfMachine attribute)
EM_AARCH64 (kdumpling.elf.ElfMachine attribute)
EM_ARM (kdumpling.elf.ElfMachine attribute)
EM_NONE (kdumpling.elf.ElfMachine attribute)
EM_PPC64 (kdumpling.elf.ElfMachine attribute)
EM_RISCV (kdumpling.elf.ElfMachine attribute)
EM_S390 (kdumpling.elf.ElfMachine attribute)
EM_X86_64 (kdumpling.elf.ElfMachine attribute)
end_pfn (kdumpling.kdump_compressed.KdumpSubHeader attribute)
end_pfn_64 (kdumpling.kdump_compressed.KdumpSubHeader attribute)
endianness (kdumpling.elf.ArchInfo attribute)
ES (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
estimated_file_size (kdumpling.builder.DumpStats attribute)
(kdumpling.DumpStats attribute)
estimated_file_size_human (kdumpling.builder.DumpStats property)
(kdumpling.DumpStats property)
ET_CORE (kdumpling.elf.ElfType attribute)
ET_DYN (kdumpling.elf.ElfType attribute)
ET_EXEC (kdumpling.elf.ElfType attribute)
ET_NONE (kdumpling.elf.ElfType attribute)
ET_REL (kdumpling.elf.ElfType attribute)
F
FILE_INFO (kdumpling.builder.CustomNoteType attribute)
(kdumpling.CustomNoteType attribute)
flags (kdumpling.kdump_compressed.PageDescriptor attribute)
FS (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
FS_BASE (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
G
get_data() (kdumpling.builder.MemorySegment method)
get_prstatus_size() (in module kdumpling.cpu_context)
GS (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
GS_BASE (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
H
header_version (kdumpling.kdump_compressed.DiskDumpHeader attribute)
I
is_zero_page() (in module kdumpling.kdump_compressed)
K
KDUMP_COMPRESSED (kdumpling.builder.OutputFormat attribute)
(kdumpling.OutputFormat attribute)
KdumpBuilder (class in kdumpling)
(class in kdumpling.builder)
kdumpling
module
kdumpling.builder
module
kdumpling.cpu_context
module
kdumpling.elf
module
kdumpling.kdump_compressed
module
KdumpSubHeader (class in kdumpling.kdump_compressed)
L
LZO (kdumpling.builder.CompressionType attribute)
(kdumpling.CompressionType attribute)
M
machine (kdumpling.elf.ArchInfo attribute)
(kdumpling.kdump_compressed.DiskDumpHeader attribute)
max_mapnr (kdumpling.kdump_compressed.DiskDumpHeader attribute)
max_mapnr_64 (kdumpling.kdump_compressed.KdumpSubHeader attribute)
memory_segments (kdumpling.builder.DumpStats attribute)
(kdumpling.DumpStats attribute)
MemorySegment (class in kdumpling.builder)
METADATA (kdumpling.builder.CustomNoteType attribute)
(kdumpling.CustomNoteType attribute)
module
kdumpling
kdumpling.builder
kdumpling.cpu_context
kdumpling.elf
kdumpling.kdump_compressed
N
name (kdumpling.builder.CustomNote attribute)
(kdumpling.CustomNote attribute)
nodename (kdumpling.kdump_compressed.DiskDumpHeader attribute)
NONE (kdumpling.builder.CompressionType attribute)
(kdumpling.CompressionType attribute)
note_type (kdumpling.builder.CustomNote attribute)
(kdumpling.CustomNote attribute)
NoteType (class in kdumpling.cpu_context)
(class in kdumpling.elf)
nr_cpus (kdumpling.kdump_compressed.DiskDumpHeader attribute)
NT_AUXV (kdumpling.cpu_context.NoteType attribute)
NT_FILE (kdumpling.cpu_context.NoteType attribute)
NT_PRFPREG (kdumpling.cpu_context.NoteType attribute)
(kdumpling.elf.NoteType attribute)
NT_PRPSINFO (kdumpling.cpu_context.NoteType attribute)
(kdumpling.elf.NoteType attribute)
NT_PRSTATUS (kdumpling.cpu_context.NoteType attribute)
(kdumpling.elf.NoteType attribute)
NT_PRXFPREG (kdumpling.cpu_context.NoteType attribute)
NT_SIGINFO (kdumpling.cpu_context.NoteType attribute)
NT_TASKSTRUCT (kdumpling.cpu_context.NoteType attribute)
num_cpu_contexts (kdumpling.builder.DumpStats attribute)
(kdumpling.DumpStats attribute)
num_memory_segments (kdumpling.builder.DumpStats attribute)
(kdumpling.DumpStats attribute)
num_registers (kdumpling.cpu_context.ArchRegisterInfo attribute)
O
offset (kdumpling.kdump_compressed.PageDescriptor attribute)
offset_eraseinfo (kdumpling.kdump_compressed.KdumpSubHeader attribute)
offset_note (kdumpling.kdump_compressed.KdumpSubHeader attribute)
offset_vmcoreinfo (kdumpling.kdump_compressed.KdumpSubHeader attribute)
ORIG_RAX (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
OutputFormat (class in kdumpling)
(class in kdumpling.builder)
P
pack() (kdumpling.kdump_compressed.DiskDumpHeader method)
(kdumpling.kdump_compressed.KdumpSubHeader method)
(kdumpling.kdump_compressed.PageDescriptor method)
pack_elf64_ehdr() (in module kdumpling.elf)
pack_elf64_phdr() (in module kdumpling.elf)
pack_elf_note() (in module kdumpling.elf)
pack_prstatus() (in module kdumpling.cpu_context)
page_flags (kdumpling.kdump_compressed.PageDescriptor attribute)
page_size (kdumpling.elf.ArchInfo attribute)
PageDescriptor (class in kdumpling.kdump_compressed)
PC (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
PF_R (kdumpling.elf.PhdrFlags attribute)
PF_W (kdumpling.elf.PhdrFlags attribute)
PF_X (kdumpling.elf.PhdrFlags attribute)
PhdrFlags (class in kdumpling.elf)
PhdrType (class in kdumpling.elf)
phys_addr (kdumpling.builder.MemorySegment attribute)
,
[1]
phys_base (kdumpling.kdump_compressed.KdumpSubHeader attribute)
pid (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
pr_cstime_sec (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
pr_cstime_usec (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
pr_cutime_sec (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
pr_cutime_usec (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
pr_pgrp (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
pr_pid (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
pr_ppid (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
pr_reg_size (kdumpling.cpu_context.ArchRegisterInfo property)
pr_sid (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
pr_stime_sec (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
pr_stime_usec (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
pr_utime_sec (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
pr_utime_usec (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
PSTATE (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
PT_LOAD (kdumpling.elf.PhdrType attribute)
PT_NOTE (kdumpling.elf.PhdrType attribute)
PT_NULL (kdumpling.elf.PhdrType attribute)
R
R10 (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
R11 (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
R12 (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
R13 (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
R14 (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
R15 (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
R8 (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
R9 (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
RAX (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
RBP (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
RBX (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
RCX (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
RDI (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
RDX (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
reg_enum (kdumpling.cpu_context.ArchRegisterInfo attribute)
register_size (kdumpling.cpu_context.ArchRegisterInfo attribute)
registers (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
release (kdumpling.kdump_compressed.DiskDumpHeader attribute)
RIP (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
RSI (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
RSP (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
S
set_vmcoreinfo() (kdumpling.builder.KdumpBuilder method)
(kdumpling.KdumpBuilder method)
si_code (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
si_errno (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
si_signo (kdumpling.cpu_context.CpuContext attribute)
(kdumpling.CpuContext attribute)
signature (kdumpling.kdump_compressed.DiskDumpHeader attribute)
size (kdumpling.builder.MemorySegment attribute)
,
[1]
(kdumpling.kdump_compressed.PageDescriptor attribute)
size_eraseinfo (kdumpling.kdump_compressed.KdumpSubHeader attribute)
size_note (kdumpling.kdump_compressed.KdumpSubHeader attribute)
size_vmcoreinfo (kdumpling.kdump_compressed.KdumpSubHeader attribute)
SNAPPY (kdumpling.builder.CompressionType attribute)
(kdumpling.CompressionType attribute)
SP (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
split (kdumpling.kdump_compressed.KdumpSubHeader attribute)
SS (kdumpling.cpu_context.X86_64Reg attribute)
(kdumpling.X86_64Reg attribute)
start_pfn (kdumpling.kdump_compressed.KdumpSubHeader attribute)
start_pfn_64 (kdumpling.kdump_compressed.KdumpSubHeader attribute)
stats (kdumpling.builder.KdumpBuilder property)
(kdumpling.KdumpBuilder property)
status (kdumpling.kdump_compressed.DiskDumpHeader attribute)
sub_hdr_size (kdumpling.kdump_compressed.DiskDumpHeader attribute)
sysname (kdumpling.kdump_compressed.DiskDumpHeader attribute)
T
timestamp_sec (kdumpling.kdump_compressed.DiskDumpHeader attribute)
timestamp_usec (kdumpling.kdump_compressed.DiskDumpHeader attribute)
total_memory_size (kdumpling.builder.DumpStats attribute)
(kdumpling.DumpStats attribute)
total_memory_size_human (kdumpling.builder.DumpStats property)
(kdumpling.DumpStats property)
total_ram_blocks (kdumpling.kdump_compressed.DiskDumpHeader attribute)
U
USER_DEFINED (kdumpling.builder.CustomNoteType attribute)
(kdumpling.CustomNoteType attribute)
V
version (kdumpling.kdump_compressed.DiskDumpHeader attribute)
VERSION_1 (kdumpling.kdump_compressed.DumpHeaderVersion attribute)
VERSION_2 (kdumpling.kdump_compressed.DumpHeaderVersion attribute)
VERSION_3 (kdumpling.kdump_compressed.DumpHeaderVersion attribute)
VERSION_4 (kdumpling.kdump_compressed.DumpHeaderVersion attribute)
VERSION_5 (kdumpling.kdump_compressed.DumpHeaderVersion attribute)
VERSION_6 (kdumpling.kdump_compressed.DumpHeaderVersion attribute)
virt_addr (kdumpling.builder.MemorySegment attribute)
,
[1]
vmcoreinfo_size (kdumpling.builder.DumpStats attribute)
(kdumpling.DumpStats attribute)
W
write() (kdumpling.builder.KdumpBuilder method)
(kdumpling.KdumpBuilder method)
write_kdump_compressed() (in module kdumpling.kdump_compressed)
write_to() (kdumpling.builder.MemorySegment method)
written_blocks (kdumpling.kdump_compressed.DiskDumpHeader attribute)
X
X0 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X1 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X10 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X11 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X12 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X13 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X14 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X15 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X16 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X17 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X18 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X19 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X2 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X20 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X21 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X22 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X23 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X24 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X25 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X26 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X27 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X28 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X29 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X3 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X30 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X4 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X5 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X6 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X7 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X8 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
X86_64Reg (class in kdumpling)
(class in kdumpling.cpu_context)
X9 (kdumpling.AArch64Reg attribute)
(kdumpling.cpu_context.AArch64Reg attribute)
Z
ZLIB (kdumpling.builder.CompressionType attribute)
(kdumpling.CompressionType attribute)
ZSTD (kdumpling.builder.CompressionType attribute)
(kdumpling.CompressionType attribute)