Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_printk.c Create Date:2022-07-28 12:06:44
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__ftrace_vbprintk

Proto:int __ftrace_vbprintk(unsigned long ip, const char *fmt, va_list ap)

Type:int

Parameter:

TypeParameterName
unsigned longip
const char *fmt
va_listap
220  If Value for the false possibility is greater at compile time(!fmt) Then Return 0
223  If Not trace_printk_enabled Then Return 0
226  Return race_vbprintk - write binary msg to tracing buffer*@ip: The address of the caller*@fmt: The string format to write to the buffer*@args: Arguments for @fmt