Home
last modified time | relevance | path

Searched refs:FFDCTuple (Results 1 – 15 of 15) sorted by relevance

/openbmc/openpower-hw-diags/util/
H A Dffdc_file.hpp156 using FFDCTuple = typedef
161 std::vector<FFDCTuple>& o_tuples) in transformFFDC()
167 return FFDCTuple( in transformFFDC()
H A Ddbus.hpp160 const std::vector<FFDCTuple>& i_ffdc);
H A Ddbus.cpp345 const std::vector<util::FFDCTuple>& i_ffdc) in createPel()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Derror_logging.cpp195 std::vector<FFDCTuple>
198 std::vector<FFDCTuple> ffdcTuples{}; in createFFDCTuples()
221 std::vector<FFDCTuple> ffdcTuples{createFFDCTuples(files)}; in logError()
H A Derror_logging.hpp36 using FFDCTuple = typedef
233 std::vector<FFDCTuple> createFFDCTuples(std::vector<FFDCFile>& files);
/openbmc/openpower-hw-diags/test/
H A Dtest-ffdc-file.cpp14 std::vector<util::FFDCTuple> tuples; in TEST()
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_dbus.hpp52 const std::vector<FFDCTuple>& ffdc);
H A Dwatchdog_logging.cpp26 auto emptyFfdc = std::vector<FFDCTuple>{}; in event()
H A Dffdc_file.hpp20 using FFDCTuple = typedef
H A Dwatchdog_main.cpp120 auto ffdc = std::vector<FFDCTuple>{}; in handleSbeBootError()
H A Dwatchdog_dbus.cpp88 const std::vector<FFDCTuple>& ffdc) in createPel()
/openbmc/openpower-hw-diags/attn/
H A Dattn_logging.cpp17 using FFDCTuple = typedef
29 std::vector<FFDCTuple>
32 std::vector<FFDCTuple> ffdcTuples{}; in createFFDCTuples()
H A Dattn_handler.cpp470 std::vector<util::FFDCTuple> ffdc{util::FFDCTuple{ in phalSbeExceptionHandler()
/openbmc/openpower-debug-collector/
H A Dwatchdog_timeout.cpp81 auto ffdc = std::vector<FFDCTuple>{}; in main()
/openbmc/openpower-hw-diags/analyzer/
H A Dcreate_pel.cpp423 std::vector<util::FFDCTuple> userData; in commitPel()