Searched refs:dumpSize (Results 1 – 5 of 5) 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/phosphor-debug-collector/tools/dreport.d/ibm.d/ |
H A D | gendumpheader | 25 declare -x dumpSize=$(ls -al $name_dir.tar.xz | awk '{print $5}') 63 sizeDump=`expr $dumpSize + $DUMP_HEADER_ENTRY_SIZE`
|
/openbmc/openpower-debug-collector/dump/tools/common/include/ |
H A D | gendumpheader | 73 dumpSize=$(stat -c %s "$name_dir.bin") 74 sizeDump=$(( dumpSize + DUMP_HEADER_ENTRY_SIZE ))
|