/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | arm64-crashdump-arm64.c-fix-warning.patch | 4 Subject: [PATCH] arm64: crashdump-arm64.c: fix warning 7 from ../git/kexec/arch/arm64/crashdump-arm64.c:18: 18 kexec/arch/arm64/crashdump-arm64.c | 3 +++ 21 diff --git a/kexec/arch/arm64/crashdump-arm64.c b/kexec/arch/arm64/crashdump-arm64.c 23 --- a/kexec/arch/arm64/crashdump-arm64.c 24 +++ b/kexec/arch/arm64/crashdump-arm64.c
|
H A D | arm_crashdump.patch | 8 kexec/arch/arm/crashdump-arm.c:70:13: error: 'EM_ARM' undeclared here 16 kexec/arch/arm/crashdump-arm.c | 2 +- 19 diff --git a/kexec/arch/arm/crashdump-arm.c b/kexec/arch/arm/crashdump-arm.c 21 --- a/kexec/arch/arm/crashdump-arm.c 22 +++ b/kexec/arch/arm/crashdump-arm.c
|
H A D | 0005-crashdump-elf.c-work-around-for-sysconf-_SC_NPROCESS.patch | 4 Subject: [PATCH] crashdump-elf.c: work around for _SC_NPROCESSORS_CONF 15 crashdump-elf.c:117:21: error: '_SC_NPROCESSORS_CONF' undeclared 21 kexec/crashdump-elf.c | 92 +++++++++++++++++++++++++++++++++++++++++++ 24 diff --git a/kexec/crashdump-elf.c b/kexec/crashdump-elf.c 26 --- a/kexec/crashdump-elf.c 27 +++ b/kexec/crashdump-elf.c
|
H A D | arm_crashdump-fix-buffer-align.patch | 11 kexec/arch/arm/crashdump-arm.c | 5 ++++- 14 diff --git a/kexec/arch/arm/crashdump-arm.c b/kexec/arch/arm/crashdump-arm.c 16 --- a/kexec/arch/arm/crashdump-arm.c 17 +++ b/kexec/arch/arm/crashdump-arm.c
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | sysrq.rst | 100 ``c`` 将执行系统 crash,如果配置了系统 crashdump,将执行 crashdump。 181 ``crash(c)`` 可以用于手动触发一个 crashdump,当系统卡住时。 182 注意当 crashdump 机制不可用时,这个只是触发一个内核 crash。
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | log_services.hpp | 76 constexpr const char* crashdumpObject = "com.intel.crashdump"; 77 constexpr const char* crashdumpPath = "/com/intel/crashdump"; 78 constexpr const char* crashdumpInterface = "com.intel.crashdump"; 82 "com.intel.crashdump.OnDemand"; 84 "com.intel.crashdump.Telemetry"; 1187 nlohmann::json::object_t crashdump; in requestRoutesSystemLogServiceCollection() local 1188 crashdump["@odata.id"] = in requestRoutesSystemLogServiceCollection() 1189 std::format("/redfish/v1/Systems/{}/LogServices/Crashdump", in requestRoutesSystemLogServiceCollection() 1191 logServiceArray.emplace_back(std::move(crashdump)); in requestRoutesSystemLogServiceCollection() 2568 BMCWEB_ROUTE(app, "/redfish/v1/Systems/<str>/LogServices/Crashdump/") in requestRoutesCrashdumpService() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/ |
H A D | FaultLogType.interface.yaml | 12 - name: Crashdump
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/ |
H A D | kexec-tools-klibc_git.bb | 25 file://0005-crashdump-elf.c-work-around-for-sysconf-_SC_NPROCESS.patch \ 59 file://arm64-crashdump-arm64.c-fix-warning.patch \
|
/openbmc/qemu/dump/ |
H A D | win_dump.h | 2 * Windows crashdump
|
H A D | dump-hmp-cmds.c | 2 * Windows crashdump (Human Monitor Interface commands)
|
H A D | win_dump.c | 2 * Windows crashdump (target specific implementations) 153 * This routine tries to correct mistakes in crashdump header.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry/ |
H A D | FaultLog.interface.yaml | 15 the OEM format of a Crashdump)
|
/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/ |
H A D | host-error-monitor_git.bb | 7 PACKAGECONFIG[crashdump] = "-Dcrashdump=enabled,-Dcrashdump=disabled"
|
/openbmc/linux/Documentation/gpu/ |
H A D | msm-crash-dump.rst | 23 The module that generated the crashdump.
|
/openbmc/dbus-sensors/include/linux/ |
H A D | peci-ioctl.h | 561 /* Crashdump Agent */ 565 /* Crashdump Agent Param */ 568 /* Crashdump Agent Data Param */
|
/openbmc/qemu/include/qemu/ |
H A D | win_dump_defs.h | 2 * Windows crashdump definitions
|
/openbmc/linux/arch/powerpc/purgatory/ |
H A D | trampoline_64.S | 13 #include <asm/crashdump-ppc64.h>
|
/openbmc/linux/arch/arm/kernel/ |
H A D | machine_kexec.c | 161 pr_info("Loading crashdump kernel...\n"); in machine_crash_shutdown()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | sysrq.rst | 93 ``c`` Will perform a system crash and a crashdump will be taken 181 ``crash(c)`` can be used to manually trigger a crashdump when the system is hung.
|
/openbmc/qemu/qapi/ |
H A D | dump.json | 36 # @win-dmp: Windows full crashdump format, can be used instead of ELF
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | earlyprintk.rst | 141 …SysRq : HELP : loglevel(0-9) reBoot Crashdump terminate-all-tasks(E) memory-full-oom-kill(F) kill-…
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | machine_kexec.c | 183 pr_info("Starting crashdump kernel...\n"); in machine_crash_shutdown()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | machine_kexec.c | 254 pr_info("Starting crashdump kernel...\n"); in machine_crash_shutdown()
|
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a5xx_gpu.c | 1163 "", "", "me read", "me write", "", "", "crashdump read", in a5xx_cp_err_irq() 1164 "crashdump write" }; in a5xx_cp_err_irq() 1460 msm_gem_object_set_name(dumper->bo, "crashdump"); in a5xx_crashdumper_init() 1533 /* Build the crashdump script */ in a5xx_gpu_state_get_hlsq_regs() 1645 * To keep the crashdump simple we pull the entire range in a5xx_show()
|
/openbmc/fb-ipmi-oem/include/ |
H A D | oemcommands.hpp | 441 // Type 0x81: Crashdump Header
|