Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:crash_save_vmcoreinfo

Proto:void crash_save_vmcoreinfo(void)

Type:void

Parameter:Nothing

338  If Not vmcoreinfo_note Then Return
342  If rusted vmcoreinfo, e.g. we can make a copy in the crash memory Then vmcoreinfo stuff = rusted vmcoreinfo, e.g. we can make a copy in the crash memory
345  vmcoreinfo_append_str("CRASHTIME=%lld\n", ktime_get_real_seconds - Get the seconds portion of CLOCK_REALTIME* Returns the wall clock seconds since 1970. This replaces the* get_seconds() interface which is not y2038 safe on 32bit systems.)
346  update_vmcoreinfo_note()
Caller
NameDescribe
__crash_kexecNo panic_cpu check version of crash_kexec(). This function is called* only when panic_cpu holds the current CPU number; this is the only CPU* which processes crash_kexec routines.