Searched refs:dumpSize (Results 1 – 4 of 4) sorted by relevance
| /openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
| H A D | system_dump_entry.hpp | 56 uint64_t timeStamp, uint64_t dumpSize, const uint32_t sourceId, in Entry() argument 59 phosphor::dump::Entry(bus, objPath.c_str(), dumpId, timeStamp, dumpSize, in Entry() 79 void update(uint64_t timeStamp, uint64_t dumpSize, const uint32_t sourceId) in update() argument 82 size(dumpSize); in update()
|
| H A D | resource_dump_entry.hpp | 62 uint64_t timeStamp, uint64_t dumpSize, const uint32_t sourceId, in Entry() argument 66 phosphor::dump::Entry(bus, objPath.c_str(), dumpId, timeStamp, dumpSize, in Entry() 88 void update(uint64_t timeStamp, uint64_t dumpSize, uint32_t sourceId) in update() argument 92 size(dumpSize); in update()
|
| /openbmc/phosphor-debug-collector/ |
| H A D | dump_entry.hpp | 82 uint64_t timeStamp, uint64_t dumpSize, in Entry() argument 91 size(dumpSize); in Entry()
|
| /openbmc/openpower-debug-collector/dump/tools/common/include/ |
| H A D | gendumpheader | 102 dumpSize=$(stat -c %s "$name_dir.bin") 103 sizeDump=$(( dumpSize + DUMP_HEADER_ENTRY_SIZE ))
|