Home
last modified time | relevance | path

Searched refs:DumpType (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/phosphor-debug-collector/
H A Dexample_dump_types.yaml1 - xyz.openbmc_project.Dump.Create.DumpType.UserRequested:
4 - xyz.openbmc_project.Dump.Create.DumpType.ApplicationCored:
7 - xyz.openbmc_project.Dump.Create.DumpType.Ramoops:
10 - xyz.openbmc_project.Dump.Create.DumpType.ErrorLog:
H A Dcore_manager.cpp85 using DumpType = in createHelper() typedef
86 sdbusplus::common::xyz::openbmc_project::dump::Create::DumpType; in createHelper()
89 CreateParameters::DumpType)] = in createHelper()
90 DumpIntr::convertDumpTypeToString(DumpType::ApplicationCored); in createHelper()
H A Dramoops_manager.cpp114 using DumpType = in createHelper() typedef
115 sdbusplus::common::xyz::openbmc_project::dump::Create::DumpType; in createHelper()
118 CreateParameters::DumpType)] = in createHelper()
119 DumpIntr::convertDumpTypeToString(DumpType::Ramoops); in createHelper()
H A Delog_watch.cpp125 using DumpType = in addCallback() typedef
126 sdbusplus::common::xyz::openbmc_project::dump::Create::DumpType; in addCallback()
130 CreateParameters::DumpType)] = in addCallback()
131 DumpIntr::convertDumpTypeToString(DumpType::ErrorLog); in addCallback()
H A Ddump_manager_bmc.cpp53 convertCreateParametersToString(CreateParameters::DumpType), params); in createDump()
/openbmc/openpower-hw-diags/attn/
H A Dattn_dump.cpp132 if (DumpType::Hostboot == i_dumpParameters.dumpType || in requestDump()
133 DumpType::Hardware == i_dumpParameters.dumpType) in requestDump()
143 if (DumpType::Hostboot == i_dumpParameters.dumpType) in requestDump()
148 else if (DumpType::Hardware == i_dumpParameters.dumpType) in requestDump()
156 else if (DumpType::SBE == i_dumpParameters.dumpType) in requestDump()
H A Dattn_dump.hpp8 enum class DumpType enum
20 DumpType dumpType;
H A Dvital_handler.cpp164 requestDump(pelId, DumpParameters{0, DumpType::SBE}); in handleVital()
H A Dti_handler.cpp142 requestDump(logId, DumpParameters{0, DumpType::Hostboot}); in handleHbTiWithEid()
H A Dattn_logging.cpp420 requestDump(pelId, DumpParameters{0, DumpType::Hostboot}); in event()
/openbmc/openpower-proc-control/extensions/phal/
H A Ddump_utils.hpp11 enum class DumpType enum
22 DumpType dumpType;
H A Ddump_utils.cpp127 if (DumpType::SBE == dumpParameters.dumpType) in requestDump()
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_handler.hpp17 enum class DumpType enum
29 DumpType dumpType;
H A Dwatchdog_handler.cpp135 if (DumpType::Hostboot == dumpParameters.dumpType) in requestDump()
141 else if (DumpType::SBE == dumpParameters.dumpType) in requestDump()
H A Dwatchdog_logging.cpp36 dumpParameters.dumpType = DumpType::Hostboot; in event()
H A Dwatchdog_main.cpp186 dumpParameters.dumpType = DumpType::SBE; in handleSbeBootError()
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/
H A DNotify.interface.yaml34 - name: DumpType
35 type: enum [self.DumpType]
51 - name: DumpType
H A DCreate.interface.yaml24 - name: "DumpType"
32 - name: DumpType
/openbmc/phosphor-debug-collector/tools/dreport.d/
H A Dsample.conf7 [DumpType]
/openbmc/openpower-debug-collector/dump/tools/bmcdump/
H A Ddreport_op.conf7 [DumpType]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/
H A DCreate.interface.yaml64 - name: "DumpType"
86 - name: DumpType
/openbmc/openpower-proc-control/procedures/phal/
H A Denter_mpreboot.cpp111 DumpType::SBE}; in sbeEnterMpReboot()
/openbmc/openpower-hw-diags/analyzer/
H A Danalyzer_main.cpp214 o_dump.dumpType = attn::DumpType::Hardware; in analyzeHardware()
/openbmc/openbmc/meta-phosphor/classes/
H A Dphosphor-debug-collector.bbclass16 section = "DumpType"
/openbmc/qemu/include/qemu/
H A Dwin_dump_defs.h112 uint32_t DumpType; member

12