Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.cpp349 std::string sectionName = pv::sectionTitles.count(sectionID) in printSectionInJSON() local
357 sectionName += " " + std::to_string(count->second); in printSectionInJSON()
377 buf += "\"" + sectionName + "\": {\n"; in printSectionInJSON()