table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| KMSG_DUMP_REGISTER(9) | Driver Basics | KMSG_DUMP_REGISTER(9) |
NAME¶
kmsg_dump_register - register a kernel log dumper.SYNOPSIS¶
int
kmsg_dump_register(struct kmsg_dumper * dumper);
ARGUMENTS¶
dumperpointer to the kmsg_dumper structure
DESCRIPTION¶
Adds a kernel log dumper to the system. The dump callback in the structure will be called when the kernel oopses or panics and must be set. Returns zero on success and -EINVAL or -EBUSY otherwise.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |