Home
last modified time | relevance | path

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

/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/openpower-debug-collector/dump/
H A Dsbe_dump_collector.cpp351 auto dumpPath = path / filenameBuilder.str(); in writeDumpFile() local
354 std::ofstream outfile(dumpPath, std::ios::out | std::ios::binary); in writeDumpFile()
363 "ERRNO", err, "FILEPATH", dumpPath.string()); in writeDumpFile()
365 report<Open>(metadata::ERRNO(err), metadata::PATH(dumpPath.c_str())); in writeDumpFile()
378 "PATH", dumpPath.string(), "SIZE", len); in writeDumpFile()
389 dumpPath.string()); in writeDumpFile()
391 metadata::PATH(dumpPath.c_str())); in writeDumpFile()
H A Ddump_monitor.cpp31 std::filesystem::path dumpPath = in executeCollectionScript() local
40 args.push_back(dumpPath.string()); in executeCollectionScript()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp785 inline std::string getDumpEntryPath(const std::string& dumpPath) in getDumpEntryPath() argument
787 if (dumpPath == "/xyz/openbmc_project/dump/bmc/entry") in getDumpEntryPath()
792 if (dumpPath == "/xyz/openbmc_project/dump/system/entry") in getDumpEntryPath()
805 const std::string dumpPath = createdObjPath.parent_path().str; in createDumpTaskCallback() local
808 std::string dumpEntryPath = getDumpEntryPath(dumpPath); in createDumpTaskCallback()
944 std::string dumpPath = getDumpEntriesPath(dumpType); in createDump() local
945 if (dumpPath.empty()) in createDump()
981 dumpPath = std::format("/redfish/v1/Systems/{}/LogServices/Dump/", in createDump()
1001 dumpPath = std::format("/redfish/v1/Managers/{}/LogServices/Dump/", in createDump()
1026 dumpPath](const boost::system::error_code& ec, in createDump()
[all …]
/openbmc/phosphor-state-manager/
H A Dutils.cpp211 auto dumpPath = in createBmcDump() local
216 bus.new_method_call(DumpCreate::default_service, dumpPath.str.c_str(), in createBmcDump()