函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\dump_stack.c Create Date:2022-07-27 07:12:56
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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

函数原型:void __init dump_stack_set_arch_desc(const char *fmt, ...)

返回类型:void

参数:

类型参数名称
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)