Home
last modified time | relevance | path

Searched refs:FFDCFormat (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dffdc_file_tests.cpp49 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()
115 FFDCFile file{FFDCFormat::JSON}; in TEST()
[all …]
/openbmc/openpower-hw-diags/util/
H A Dffdc_file.hpp14 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 Dffdc_file.cpp15 FFDCFile::FFDCFile(FFDCFormat format, uint8_t subType, uint8_t version) : in FFDCFile()
H A Dffdc.cpp131 FFDCFile file{FFDCFormat::Text}; in createFFDCTraceFile()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dffdc_file.hpp29 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 Dffdc_file.cpp31 FFDCFile::FFDCFile(FFDCFormat format, uint8_t subType, uint8_t version) : in FFDCFile()
H A Derror_logging.hpp37 std::tuple<FFDCFormat, uint8_t, uint8_t, sdbusplus::message::unix_fd>;
H A Derror_logging.cpp123 FFDCFile file{FFDCFormat::Text}; in createFFDCFile()
/openbmc/openpower-hw-diags/test/
H A Dtest-ffdc-file.cpp9 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/openpower-debug-collector/watchdog/
H A Dffdc_file.hpp18 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 Dwatchdog_main.cpp129 Create::FFDCFormat::Custom, in handleSbeBootError()
148 FFDCFormat::JSON, in handleSbeBootError()
/openbmc/phosphor-fan-presence/monitor/
H A Dfan_error.cpp31 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-hw-diags/analyzer/
H A Dcreate_pel.cpp97 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/openpower-occ-control/
H A Docc_ffdc.hpp13 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 Docc_ffdc.cpp41 sdbusplus::xyz::openbmc_project::Logging::server::Create::FFDCFormat, in createPEL()
52 FFDCFormat::Custom, in createPEL()
249 fileList.emplace_back(FFDCFormat::JSON, 0x01, 0x01, journalFile->fd()); in addJournalEntries()
/openbmc/openpower-proc-control/extensions/phal/
H A Dcreate_pel.cpp97 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-debug-collector/dump/
H A Dcreate_pel.cpp68 FFDCFormat::Custom, in createSbeErrorPEL()
150 Create::FFDCFormat::Custom, in processFFDCPackets()
H A Dcreate_pel.hpp27 sdbusplus::xyz::openbmc_project::Logging::server::Create::FFDCFormat,
/openbmc/phosphor-fan-presence/presence/
H A Derror_reporter.cpp169 sdbusplus::xyz::openbmc_project::Logging::server::Create::FFDCFormat, in fanMissingTimerExpired()
174 FFDCFormat::Text, in fanMissingTimerExpired()
/openbmc/phosphor-logging/
H A Dlog_manager.hpp46 using FFDCEntry = std::tuple<CreateIface::FFDCFormat, uint8_t, uint8_t,
391 std::vector<std::tuple<CreateIface::FFDCFormat, uint8_t, uint8_t, in createWithFFDCFiles() argument
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmanager.cpp341 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()
H A DREADME.md150 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,
/openbmc/openpower-hw-diags/attn/
H A Dattn_dbus.cpp56 util::FFDCFile pelFile{util::FFDCFormat::Text}; in createPelRaw()
H A Dattn_logging.cpp18 std::tuple<util::FFDCFormat, uint8_t, uint8_t, sdbusplus::message::unix_fd>;
49 util::FFDCFile file{util::FFDCFormat::Custom}; in createFFDCRawFile()
H A Dattn_common.cpp113 util::FFDCFile file{util::FFDCFormat::Text}; in addPrdScratchRegs()

12