Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:vpr_info_dq

Proto:static void vpr_info_dq(const struct ddebug_query *query, const char *msg)

Type:void

Parameter:

TypeParameterName
const struct ddebug_query *query
const char *msg
117  fmtlen = 0
119  If format Then
120  fmtlen = strlen(format)
121  When fmtlen && format[fmtlen - 1] == '\n' cycle
122  fmtlen--
125  vpr_info("%s: func=\"%s\" file=\"%s\" module=\"%s\" format=\"%.*s\" lineno=%u-%u\n", msg, function ? function : "", filename ? filename : "", module ? module : "", fmtlen, format ? format : "", first_lineno, last_lineno)
Caller
NameDescribe
ddebug_parse_queryParse words[] as a ddebug query specification, which is a series* of (keyword, value) pairs chosen from these possibilities:* func * file * file * module * format
ddebug_exec_query