函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:backtrace_test_saved

函数原型:static void backtrace_test_saved(void)

返回类型:void

参数:

50  打印信息("Testing a saved backtrace.\n")
51  打印信息("The following trace is a kernel self test and not a bug!\n")
53  nr_entries等于stack_trace_save - Save a stack trace into a storage array*@store: Pointer to storage array*@size: Size of the storage array*@skipnr: Number of entries to skip at the start of the stack trace* Return: Number of trace entries stored.
54  stack_trace_print - Print the entries in the stack trace*@entries: Pointer to storage array*@nr_entries: Number of entries in the storage array*@spaces: Number of leading spaces to print
调用者
名称描述
backtrace_regression_test