Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:show_regs

Proto:void show_regs(struct pt_regs *regs)

Type:void

Parameter:

TypeParameterName
struct pt_regs *regs
415  show_regs_print_info - print generic debug info for show_regs()*@log_lvl: log level* show_regs() implementations can use this function to print out generic* debug information.
417  __show_regs(regs, ser_mode(regs) determines whether a register set came from user* mode ? * For when userspace crashed, but we don't think it's our fault, and * therefore don't print kernel registers. : SHOW_REGS_ALL)
422  If Not ser_mode(regs) determines whether a register set came from user* mode Then show_trace_log_lvl(current process, regs, NULL, he default kernel loglevel )
Caller
NameDescribe
__die
io_check_error
print_fatal_signal
kdb_dumpregs
kdb_efkdb_ef - This function implements the 'regs' (display exception* frame) command. This command takes an address and expects to* find an exception frame at that address, formats and prints* it.* regs address-expression* Remarks:* Not done yet.
watchdog_overflow_callbackCallback function for perf event subsystem