table of contents
other versions
- wheezy 1.7-1+deb7u1
- jessie 2.6-0.2
- jessie-backports 3.0-6~bpo8+1
- testing 3.1-2
- unstable 3.1-2
FUNCTION:(3stap) | Logging Tapset | FUNCTION:(3stap) |
function::printk
NAME¶
function::printk - Send a message to the kernel trace bufferSYNOPSIS¶
printk(level:long,msg:string)
ARGUMENTS¶
levelan integer for the severity level
(0=KERN_EMERG ... 7=KERN_DEBUG)
msg
The formatted message string
DESCRIPTION¶
Print a line of text to the kernel dmesg/console with the given severity. An implicit end-of-line is added. This function may not be safely called from all kernel probe contexts, so is restricted to guru mode only.May 2013 | SystemTap Tapset Reference |