Home
last modified time | relevance | path

Searched refs:dumpSize (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dsystem_dump_entry.hpp56 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 Dresource_dump_entry.hpp62 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 Ddump_entry.hpp82 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 Dgendumpheader25 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 Dgendumpheader73 dumpSize=$(stat -c %s "$name_dir.bin")
74 sizeDump=$(( dumpSize + DUMP_HEADER_ENTRY_SIZE ))