Home
last modified time | relevance | path

Searched refs:dumpPath (Results 1 – 10 of 10) sorted by relevance

/openbmc/openpower-debug-collector/dump/
H A Dsbe_dump_collector.cpp147 const std::filesystem::path& dumpPath, in collectSBEDump() argument
152 "PATH", dumpPath.string().c_str(), "ID", id, "FAILINGUNIT", in collectSBEDump()
193 executeSbeExtractRc(proc_ody, dumpPath, sbeTypeId); in collectSBEDump()
196 collectLocalRegDump(proc_ody, dumpPath, baseFilename, sbeTypeId); in collectSBEDump()
197 collectPIBMSRegDump(proc_ody, dumpPath, baseFilename, sbeTypeId); in collectSBEDump()
198 collectPIBMEMDump(proc_ody, dumpPath, baseFilename, sbeTypeId); in collectSBEDump()
199 collectPPEState(proc_ody, dumpPath, baseFilename, sbeTypeId); in collectSBEDump()
202 finalizeCollection(pibFsiTarget, dumpPath, true, sbeTypeId); in collectSBEDump()
213 finalizeCollection(pibFsiTarget, dumpPath, false, sbeTypeId); in collectSBEDump()
466 auto dumpPath = path / filenameBuilder.str(); in writeDumpFile() local
[all …]
H A Ddump_monitor.cpp31 std::filesystem::path dumpPath = in executeCollectionScript() local
40 args.push_back(dumpPath.string()); in executeCollectionScript()
H A Dsbe_dump_collector.hpp92 const std::filesystem::path& dumpPath,
/openbmc/phosphor-debug-collector/
H A Dbmc_dump_entry.cpp39 void Entry::updateFromFile(const std::filesystem::path& dumpPath) in updateFromFile() argument
42 auto dumpDetails = phosphor::dump::extractDumpDetails(dumpPath); in updateFromFile()
46 "PATH", dumpPath); in updateFromFile()
H A Ddump_entry.cpp109 void Entry::deserialize(const std::filesystem::path& dumpPath) in deserialize() argument
114 std::filesystem::path dir = dumpPath / PRESERVE; in deserialize()
169 lg2::error("Deserialization error: {PATH}, {ERROR}", "PATH", dumpPath, in deserialize()
H A Ddump_manager_bmc.cpp118 std::filesystem::path dumpPath(dumpDir); in captureDump() local
120 dumpPath /= id; in captureDump()
123 execl("/usr/bin/dreport", "dreport", "-d", dumpPath.c_str(), "-i", in captureDump()
H A Ddump_entry.hpp153 virtual void deserialize(const std::filesystem::path& dumpPath);
H A Dbmc_dump_entry.hpp106 void updateFromFile(const std::filesystem::path& dumpPath);
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp554 inline std::string getDumpEntryPath(const std::string& dumpPath) in getDumpEntryPath() argument
556 if (dumpPath == "/xyz/openbmc_project/dump/bmc/entry") in getDumpEntryPath()
561 if (dumpPath == "/xyz/openbmc_project/dump/system/entry") in getDumpEntryPath()
574 const std::string dumpPath = createdObjPath.parent_path().str; in createDumpTaskCallback() local
577 std::string dumpEntryPath = getDumpEntryPath(dumpPath); in createDumpTaskCallback()
714 std::string dumpPath = getDumpEntriesPath(dumpType); in createDump() local
715 if (dumpPath.empty()) in createDump()
751 dumpPath = std::format("/redfish/v1/Systems/{}/LogServices/Dump/", in createDump()
771 dumpPath = std::format("/redfish/v1/Managers/{}/LogServices/Dump/", in createDump()
797 dumpPath](const boost::system::error_code& ec, in createDump()
[all …]
/openbmc/phosphor-state-manager/
H A Dutils.cpp211 auto dumpPath = in createBmcDump() local
216 DumpCreate::default_service, dumpPath.str.c_str(), in createBmcDump()