trace_printk(9) suse man page | unix.com

Man Page: trace_printk

Operating Environment: suse

Section: 9

TRACE_PRINTK(9) 						   Driver Basics						   TRACE_PRINTK(9)

NAME
trace_printk - printf formatting in the ftrace buffer
SYNOPSIS
trace_printk(fmt, args...);
ARGUMENTS
fmt the printf format for printing args... variable arguments
NOTE
__trace_printk is an internal function for trace_printk and the ip is passed in via the trace_printk macro. This function allows a kernel developer to debug fast path sections that printk is not appropriate for. By scattering in various printk like tracing in the code, a developer can quickly see where problems are occurring. This is intended as a debugging tool for the developer only. Please refrain from leaving trace_printks scattered around in your code.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 TRACE_PRINTK(9)
Related Man Pages
vsprintf(3s) - hpux
vsnprintf(3s) - hpux
vfprintf(3) - osf1
vsprintf(3) - osf1
vprintf(3) - osf1
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Change directory error
Grant unprivileged user rights to see the output of echo|format but not modify disks
A (ksh) Library For and From UNIX.com
32 bit process addressing more than 4GB