libkdumpfile-0.5.5
Kernel coredump file access
|
Data Fields | |
kdump_status(* | init )(kdump_ctx_t *) |
Initialize any arch-specific data. | |
kdump_status(* | process_prstatus )(kdump_ctx_t *ctx, unsigned int cpu, const void *data, size_t size) |
Process an NT_PRSTATUS note. | |
kdump_status(* | process_qemu_cpustate )(kdump_ctx_t *ctx, unsigned int cpu, const void *data, size_t size) |
Process a QEMU CPU state note. | |
kdump_status(* | process_xen_prstatus )(kdump_ctx_t *, const void *, size_t) |
Process a Xen .xen_prstatus section. | |
kdump_status(* | post_ostype )(kdump_ctx_t *ctx) |
OS type post-hook. | |
kdump_status(* | post_addrxlat )(kdump_ctx_t *ctx) |
Address translation post-hook. | |
void(* | attr_cleanup )(struct attr_dict *dict) |
Clean up attribute hooks. | |
void(* | cleanup )(struct kdump_shared *) |
Clean up any arch-specific data. | |
void(* arch_ops::attr_cleanup) (struct attr_dict *dict) |
Clean up attribute hooks.
dict | Attribute dictionary. |
kdump_status(* arch_ops::post_addrxlat) (kdump_ctx_t *ctx) |
Address translation post-hook.
ctx | Dump file object. |
This routine is called whenever address translation is (re-)initialized to allow arch-specific adjustments to the translation system (e.g. phys_base recalculation).
kdump_status(* arch_ops::post_ostype) (kdump_ctx_t *ctx) |
OS type post-hook.
ctx | Dump file object. |
This hook is called after the OS type is changed to allow arch-specific initialization (e.g. read OS_INFO on s390x).