Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:vmcoreinfo_append_str

Proto:void vmcoreinfo_append_str(const char *fmt, ...)

Type:void

Parameter:

TypeParameterName
const char *fmt
355  va_start(args, fmt)
356  r = vscnprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@size: The size of the buffer, including the trailing null space*@fmt: The format string to use*@args: Arguments for the format string* The return value is the
357  va_end(args)
359  r = min - return minimum of two values of the same or compatible types*@x: first value*@y: second value(r, (size_t)VMCOREINFO_BYTES - vmcoreinfo_size)
361  No 3D Now!( & vmcoreinfo stuff [vmcoreinfo_size], buf, r)
363  vmcoreinfo_size += r
Caller
NameDescribe
crash_save_vmcoreinfo