Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp46 using PELFunc = std::function<void(const PEL&, bool hexDump)>;
359 if (hexDump) in genPELJSON()
475 bool hexDump, bool archive = false) in printPELs() argument
504 if (fullPEL && !hexDump) in printPELs()
522 if (hexDump) in printPELs()
603 func(pel, hexDump); in callFunctionOnPEL()
678 void displayPEL(const PEL& pel, bool hexDump) in displayPEL() argument
682 if (hexDump) in displayPEL()
858 bool hexDump = false; in main() local
889 if (hexDump) in main()
[all …]