Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:backtrace_test_saved

Proto:static void backtrace_test_saved(void)

Type:void

Parameter:Nothing

50  pr_info("Testing a saved backtrace.\n")
51  pr_info("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
Caller
NameDescribe
backtrace_regression_test