Query: function::printk
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
function::printk FUNCTION:(3stap) Logging Tapset FUNCTION:(3stap)NAMEfunction::printk - Send a message to the kernel trace bufferSYNOPSISprintk(level:long,msg:string)ARGUMENTSlevel an integer for the severity level (0=KERN_EMERG ... 7=KERN_DEBUG) msg The formatted message stringDESCRIPTIONPrint 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. SystemTap Tapset Reference May 2013 FUNCTION:(3stap)
Related Man Pages |
---|
function::ansi_set_color3(3) - debian |
tapset::kprocess(3stap) - centos |
tapset::logging(3stap) - centos |
tapset::networking(3stap) - centos |
tapset::stap_staticmarkers(3stap) - centos |
Similar Topics in the Unix Linux Community |
---|
Introduction |
One instance of comparing grep and awk |
How to copy a column of multiple files and paste into new excel file (next to column)? |
My first PERL incarnation... Audio Oscillograph |