Home
last modified time | relevance | path

Searched refs:dumpSize (Results 1 – 4 of 4) 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/openpower-debug-collector/dump/tools/common/include/
H A Dgendumpheader102 dumpSize=$(stat -c %s "$name_dir.bin")
103 sizeDump=$(( dumpSize + DUMP_HEADER_ENTRY_SIZE ))