Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:update_vmcoreinfo_note

Proto:static void update_vmcoreinfo_note(void)

Type:void

Parameter:Nothing

319  buf = vmcoreinfo_note
321  If Not vmcoreinfo_size Then Return
323  buf = append_elf_note(buf, VMCOREINFO_NOTE_NAME, 0, vmcoreinfo stuff , vmcoreinfo_size)
325  final_note(buf)
Caller
NameDescribe
crash_save_vmcoreinfo
crash_save_vmcoreinfo_init