Searched refs:dumpPath (Results 1 – 10 of 10) sorted by relevance
| /openbmc/openpower-debug-collector/dump/ |
| H A D | sbe_dump_collector.cpp | 147 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 D | dump_monitor.cpp | 31 std::filesystem::path dumpPath = in executeCollectionScript() local 40 args.push_back(dumpPath.string()); in executeCollectionScript()
|
| H A D | sbe_dump_collector.hpp | 92 const std::filesystem::path& dumpPath,
|
| /openbmc/phosphor-debug-collector/ |
| H A D | bmc_dump_entry.cpp | 39 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 D | dump_entry.cpp | 109 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 D | dump_manager_bmc.cpp | 118 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 D | dump_entry.hpp | 153 virtual void deserialize(const std::filesystem::path& dumpPath);
|
| H A D | bmc_dump_entry.hpp | 106 void updateFromFile(const std::filesystem::path& dumpPath);
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | log_services.hpp | 554 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 D | utils.cpp | 211 auto dumpPath = in createBmcDump() local 216 DumpCreate::default_service, dumpPath.str.c_str(), in createBmcDump()
|