Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:dump_stack_set_arch_desc - set arch-specific str to show with task dumps*@fmt: printf-style format string*@...: arguments for the format string* The configured string will be printed right after utsname during task* dumps

Proto:void __init dump_stack_set_arch_desc(const char *fmt, ...)

Type:void

Parameter:

TypeParameterName
const char *fmt
32  va_start(args, fmt)
33  vsnprintf - 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* This function generally
35  va_end(args)