Scroll to navigation

tapset::logging(3stap) tapset::logging(3stap)

NAME

tapset::logging - systemtap logging tapset

DESCRIPTION

Send a line to the common trace buffer
See function::log(3stap)
for details.
Send a line to the warning stream
See function::warn(3stap)
for details.
Start shutting down probing script.
See function::exit(3stap)
for details.
Send an error message
See function::error(3stap)
for details.
evaluate assertion
See function::assert(3stap)
for details.
Send a message to the ftrace ring-buffer
See function::ftrace(3stap)
for details.
Send a message to the kernel trace buffer
See function::printk(3stap)
for details.

SEE ALSO

function::log(3stap), function::warn(3stap), function::exit(3stap), function::error(3stap), function::assert(3stap), function::ftrace(3stap), function::printk(3stap), stap(1), stapprobes(3stap)

--- IBM