function::printk(3) debian man page | unix.com

Man Page: function::printk

Operating Environment: debian

Section: 3

function::printk

FUNCTION:(3stap)						  Logging Tapset						  FUNCTION:(3stap)

NAME
function::printk - Send a message to the kernel trace buffer
SYNOPSIS
printk(level:long,msg:string)
ARGUMENTS
level an 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. SystemTap Tapset Reference May 2013 FUNCTION:(3stap)
Related Man Pages
function::ansi_set_color2(3stap) - centos
tapset::kprocess(3stap) - centos
tapset::logging(3stap) - centos
tapset::tcp(3stap) - centos
tapset::tty(3stap) - centos
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?