/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | ffdc_file_tests.cpp | 47 // Test where only the FFDCFormat parameter is specified in TEST() 49 FFDCFile file{FFDCFormat::JSON}; in TEST() 52 EXPECT_EQ(file.getFormat(), FFDCFormat::JSON); in TEST() 61 FFDCFile file{FFDCFormat::Custom, 2, 3}; in TEST() 64 EXPECT_EQ(file.getFormat(), FFDCFormat::Custom); in TEST() 76 FFDCFile file{FFDCFormat::JSON}; in TEST() 102 FFDCFile file{FFDCFormat::Text}; in TEST() 103 EXPECT_EQ(file.getFormat(), FFDCFormat::Text); in TEST() 108 FFDCFile file{FFDCFormat::Custom, 2, 3}; in TEST() 109 EXPECT_EQ(file.getFormat(), FFDCFormat::Custom); in TEST() [all …]
|
/openbmc/openpower-hw-diags/util/ |
H A D | ffdc_file.hpp | 14 using FFDCFormat = typedef 15 sdbusplus::xyz::openbmc_project::Logging::server::Create::FFDCFormat; 58 explicit FFDCFile(FFDCFormat format, uint8_t subType = 0, 79 FFDCFormat getFormat() const in getFormat() 127 FFDCFormat format{FFDCFormat::Text}; 157 std::tuple<FFDCFormat, uint8_t, uint8_t, sdbusplus::message::unix_fd>;
|
H A D | ffdc_file.cpp | 15 FFDCFile::FFDCFile(FFDCFormat format, uint8_t subType, uint8_t version) : in FFDCFile()
|
H A D | ffdc.cpp | 131 FFDCFile file{FFDCFormat::Text}; in createFFDCTraceFile()
|
/openbmc/openpower-hw-diags/test/ |
H A D | test-ffdc-file.cpp | 9 files.emplace_back(util::FFDCFormat::JSON, 1, 1); in TEST() 10 files.emplace_back(util::FFDCFormat::CBOR, 2, 2); in TEST() 11 files.emplace_back(util::FFDCFormat::Text, 3, 3); in TEST() 12 files.emplace_back(util::FFDCFormat::Custom, 4, 4); in TEST()
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | ffdc_file.hpp | 29 using FFDCFormat = typedef 30 sdbusplus::xyz::openbmc_project::Logging::server::Create::FFDCFormat; 75 explicit FFDCFile(FFDCFormat format, uint8_t subType = 0, 96 FFDCFormat getFormat() const in getFormat() 144 FFDCFormat format{FFDCFormat::Text};
|
H A D | ffdc_file.cpp | 31 FFDCFile::FFDCFile(FFDCFormat format, uint8_t subType, uint8_t version) : in FFDCFile()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/ |
H A D | Create.interface.yaml | 66 type: array[struct[enum[self.FFDCFormat], byte, byte, unixfd]] 71 FFDCFormat- The format type of the contained data. 79 {"xyz.openbmc_project.Logging.Create.FFDCFormat.JSON", 0, 0, 81 {"xyz.openbmc_project.Logging.Create.FFDCFormat.Custom", 1, 2, 85 - name: FFDCFormat
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/ |
H A D | PEL.interface.yaml | 91 array[struct[enum[xyz.openbmc_project.Logging.Create.FFDCFormat], 97 FFDCFormat- The format type of the contained data. 105 {"xyz.openbmc_project.Logging.Create.FFDCFormat.JSON", 0, 0, 107 {"xyz.openbmc_project.Logging.Create.FFDCFormat.Custom", 1, 2,
|
/openbmc/openpower-debug-collector/watchdog/ |
H A D | ffdc_file.hpp | 18 using FFDCFormat = typedef 19 sdbusplus::xyz::openbmc_project::Logging::server::Create::FFDCFormat; 21 std::tuple<FFDCFormat, uint8_t, uint8_t, sdbusplus::message::unix_fd>;
|
H A D | watchdog_main.cpp | 129 Create::FFDCFormat::Custom, in handleSbeBootError() 148 FFDCFormat::JSON, in handleSbeBootError()
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | fan_error.cpp | 31 using FFDCFormat = typedef 32 sdbusplus::xyz::openbmc_project::Logging::server::Create::FFDCFormat; 34 std::tuple<FFDCFormat, uint8_t, uint8_t, sdbusplus::message::unix_fd>>; 90 ffdc.emplace_back(FFDCFormat::Text, 0x01, 0x01, logFile->fd()); in commit() 97 ffdc.emplace_back(FFDCFormat::JSON, 0x01, 0x01, ffdcFile->fd()); in commit() 104 ffdc.emplace_back(FFDCFormat::JSON, 0x01, 0x01, serviceFFDC->fd()); in commit()
|
/openbmc/openpower-proc-control/extensions/phal/ |
H A D | create_pel.cpp | 97 server::Create::FFDCFormat, in createErrorPEL() 103 Create::FFDCFormat::JSON, in createErrorPEL() 152 sdbusplus::xyz::openbmc_project::Logging::server::Create::FFDCFormat, in createSbeErrorPEL() 169 Create::FFDCFormat::Custom, in createSbeErrorPEL() 192 FFDCFormat::JSON, in createSbeErrorPEL()
|
/openbmc/openpower-occ-control/ |
H A D | occ_ffdc.hpp | 13 using FFDCFormat = typedef 14 sdbusplus::xyz::openbmc_project::Logging::server::Create::FFDCFormat; 16 std::tuple<FFDCFormat, uint8_t, uint8_t, sdbusplus::message::unix_fd>>;
|
H A D | occ_ffdc.cpp | 41 sdbusplus::xyz::openbmc_project::Logging::server::Create::FFDCFormat, in createPEL() 52 FFDCFormat::Custom, in createPEL() 237 fileList.emplace_back(FFDCFormat::JSON, 0x01, 0x01, journalFile->fd()); in addJournalEntries()
|
/openbmc/openpower-hw-diags/analyzer/ |
H A D | create_pel.cpp | 97 io_userDataFiles.emplace_back(util::FFDCFormat::JSON, FFDC_CALLOUTS, in __addCalloutList() 111 io_userDataFiles.emplace_back(util::FFDCFormat::Custom, FFDC_CALLOUT_FFDC, in __addCalloutFFDC() 126 io_userDataFiles.emplace_back(util::FFDCFormat::Custom, FFDC_SIGNATURES, in __captureSignatureList() 165 io_userDataFiles.emplace_back(util::FFDCFormat::Custom, FFDC_REGISTER_DUMP, in __captureRegisterDump() 266 io_userDataFiles.emplace_back(util::FFDCFormat::Custom, in __captureHostbootScratchRegisters() 323 io_userDataFiles.emplace_back(util::FFDCFormat::Custom, in __captureScratchRegSignature()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | README.md | 150 std::vector<std::tuple<enum[FFDCFormat], 159 - enum[FFDCFormat]: The data format type, the options are: 326 using FFDC = std::tuple<CreateIface::FFDCFormat, 332 CreateIface::FFDCFormat::JSON, 683 using FFDC = std::tuple<CreateIface::FFDCFormat, 689 CreateIface::FFDCFormat::custom,
|
H A D | manager.cpp | 341 case Create::FFDCFormat::JSON: in convertToPelFFDC() 344 case Create::FFDCFormat::CBOR: in convertToPelFFDC() 347 case Create::FFDCFormat::Text: in convertToPelFFDC() 350 case Create::FFDCFormat::Custom: in convertToPelFFDC() 654 sdbusplus::server::xyz::openbmc_project::logging::Create::FFDCFormat, in createPELWithFFDCFiles()
|
/openbmc/phosphor-fan-presence/presence/ |
H A D | error_reporter.cpp | 169 sdbusplus::xyz::openbmc_project::Logging::server::Create::FFDCFormat, in fanMissingTimerExpired() 174 FFDCFormat::Text, in fanMissingTimerExpired()
|
/openbmc/openpower-debug-collector/dump/ |
H A D | create_pel.cpp | 68 FFDCFormat::Custom, in createSbeErrorPEL() 150 Create::FFDCFormat::Custom, in processFFDCPackets()
|
H A D | create_pel.hpp | 27 sdbusplus::xyz::openbmc_project::Logging::server::Create::FFDCFormat,
|
/openbmc/openpower-hw-diags/attn/ |
H A D | attn_dbus.cpp | 56 util::FFDCFile pelFile{util::FFDCFormat::Text}; in createPelRaw()
|
H A D | attn_common.cpp | 113 util::FFDCFile file{util::FFDCFormat::Text}; in addPrdScratchRegs()
|
H A D | attn_logging.cpp | 18 std::tuple<util::FFDCFormat, uint8_t, uint8_t, sdbusplus::message::unix_fd>; 49 util::FFDCFile file{util::FFDCFormat::Custom}; in createFFDCRawFile()
|
/openbmc/phosphor-logging/ |
H A D | log_manager.hpp | 46 using FFDCEntry = std::tuple<CreateIface::FFDCFormat, uint8_t, uint8_t, 391 std::vector<std::tuple<CreateIface::FFDCFormat, uint8_t, uint8_t, in createWithFFDCFiles() argument
|