Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_values.hpp31 const std::string subSection = "Sub-section type"; variable
H A Dfailing_mtms.cpp97 jsonInsert(json, pv::subSection, getNumberString("%d", _header.subType), 1); in getJSON()
H A Dprivate_header.cpp110 jsonInsert(ph, pv::subSection, getNumberString("%d", _header.subType), 1); in getJSON()
H A Dextended_user_header.cpp187 jsonInsert(json, pv::subSection, getNumberString("%d", _header.subType), 1); in getJSON()
H A Duser_header.cpp283 jsonInsert(uh, pv::subSection, getNumberString("%d", _header.subType), 1); in getJSON()
H A Duser_data_json.cpp61 output[pv::subSection] = std::to_string(subType); in prettyJSON()
H A Dpel.cpp396 jsonInsert(buf, pv::subSection, in printSectionInJSON()
H A Dsrc.cpp718 jsonInsert(ps, pv::subSection, getNumberString("%d", _header.subType), 1); in getJSON()