logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::printk - Send a message to the kernel trace buffer

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.

Name

       function::printk - Send a message to the kernel trace buffer

See Also

tapset::logging(3stap)

SystemTap Tapset Reference                         April 2024                            FUNCTION::PRINTK(3stap)

Synopsis

           printk(level:long,msg:string)

See Also