Home
last modified time | relevance | path

Searched defs:pel (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.cpp85 PEL pel{data}; in restore() local
159 void Repository::add(std::unique_ptr<PEL>& pel) in add()
194 void Repository::write(const PEL& pel, const fs::path& path) in write()
228 auto pel = findPEL(id); in remove() local
266 auto pel = findPEL(id); in getPELData() local
288 auto pel = findPEL(id); in getPELFD() local
326 PEL pel{data}; in for_each() local
380 auto pel = findPEL(id); in getPELAttributes() local
397 PELUpdateFunc func = [state](PEL& pel) { in setPELHostTransState()
423 PELUpdateFunc func = [state](PEL& pel) { in setPELHMCTransState()
[all …]
H A Dextended_user_header.cpp22 ExtendedUserHeader::ExtendedUserHeader(Stream& pel) in ExtendedUserHeader()
80 void ExtendedUserHeader::unflatten(Stream& pel) in unflatten()
H A Dpce_identity.cpp13 PCEIdentity::PCEIdentity(Stream& pel) in PCEIdentity()
H A Dmanager.cpp129 auto pel = std::make_unique<openpower::pels::PEL>(pelData, obmcLogID); in addPEL() local
388 auto pel = std::make_unique<openpower::pels::PEL>( in createPEL() local
691 void Manager::checkPelAndQuiesce(std::unique_ptr<openpower::pels::PEL>& pel) in checkPelAndQuiesce()
754 void Manager::updateEventId(std::unique_ptr<openpower::pels::PEL>& pel) in updateEventId()
842 bool Manager::updateResolution(const openpower::pels::PEL& pel) in updateResolution()
863 void Manager::updateDBusSeverity(const openpower::pels::PEL& pel) in updateDBusSeverity()
1059 openpower::pels::PEL& pel) in clearPowerThermalDeconfigFlag()
1110 [locationCode](openpower::pels::PEL& pel) { in hardwarePresent()
H A Dgeneric.cpp34 Generic::Generic(Stream& pel) in Generic()
H A Dmru.cpp18 MRU::MRU(Stream& pel) in MRU()
/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp61 auto pel = std::make_unique<PEL>(data); in TEST_F() local
90 auto pel = std::make_unique<PEL>(data, 1); in TEST_F() local
120 auto pel = std::make_unique<PEL>(data, 1); in TEST_F() local
127 auto pel = std::make_unique<PEL>(data, 2); in TEST_F() local
189 auto pel = std::make_unique<PEL>(data); in TEST_F() local
206 auto pel = std::make_unique<PEL>(data); in TEST_F() local
216 Repository::ForEachFunc f1 = [&ids](const PEL& pel) { in TEST_F()
226 Repository::ForEachFunc f2 = [&ids](const PEL& pel) { in TEST_F()
241 Repository::AddCallback ac = [&added](const PEL& pel) { in TEST_F()
254 auto pel = std::make_unique<PEL>(data); in TEST_F() local
[all …]
H A Dhost_notifier_test.cpp79 auto pel = std::make_unique<PEL>(data, obmcID++); in makePEL() local
149 auto pel = makePEL(); in TEST_F() local
174 auto pel = makePEL(0x1000); in TEST_F() local
193 auto pel = makePEL(0x4000); in TEST_F() local
214 auto pel = makePEL(0x4000); in TEST_F() local
238 auto pel = makePEL(0x4000); in TEST_F() local
257 auto pel = makePEL(); in TEST_F() local
268 auto pel = makePEL(); in TEST_F() local
283 auto pel = makePEL(); in TEST_F() local
333 auto pel = makePEL(); in TEST_F() local
[all …]
H A Dservice_indicators_test.cpp37 PEL pel{data}; in TEST() local
271 PEL pel{data}; in TEST() local
297 PEL pel{data}; in TEST() local
314 PEL pel{data}; in TEST() local
336 PEL pel{data}; in TEST() local
355 PEL pel{data}; in TEST() local
374 PEL pel{data}; in TEST() local
H A Dpel_test.cpp51 auto pel = std::make_unique<PEL>(data); in TEST_F() local
69 auto pel = std::make_unique<PEL>(data); in TEST_F() local
86 auto pel = std::make_unique<PEL>(data); in TEST_F() local
103 auto pel = std::make_unique<PEL>(data, 0x42); in TEST_F() local
116 auto pel = std::make_unique<PEL>(data); in TEST_F() local
135 auto pel = std::make_unique<PEL>(data); in TEST_F() local
159 PEL pel{regEntry, 42, timestamp, phosphor::logging::Entry::Level::Error, in TEST_F() local
233 PEL pel{regEntry, 42, timestamp, phosphor::logging::Entry::Level::Error, in TEST_F() local
284 PEL pel{data}; in TEST_F() local
328 PEL pel{data}; in TEST_F() local
[all …]
H A Dpel_manager_test.cpp288 PEL pel(*data); in TEST_F() local
401 PEL pel{newData}; in TEST_F() local
586 PEL pel{data}; in TEST_F() local
609 PEL pel{data}; in TEST_F() local
1067 PEL pel(*getPELData); in TEST_F() local
1163 PEL pel(*data); in TEST_F() local
1333 PEL pel(*unguardedData); in TEST_F() local
1414 PEL pel(*data); in TEST_F() local
H A Dreal_pel_test.cpp531 PEL pel{origData}; in TEST_F() local
/openbmc/openpower-hw-diags/attn/pel/
H A Dextended_user_header.cpp5 namespace pel namespace
8 ExtendedUserHeader::ExtendedUserHeader(Stream& pel) in ExtendedUserHeader()
23 void ExtendedUserHeader::unflatten(Stream& pel) in unflatten()
H A Dprivate_header.cpp5 namespace pel namespace
8 PrivateHeader::PrivateHeader(Stream& pel) in PrivateHeader()
H A Duser_header.cpp5 namespace pel namespace
8 UserHeader::UserHeader(Stream& pel) in UserHeader()
H A Dprimary_src.cpp5 namespace pel namespace
8 PrimarySrc::PrimarySrc(Stream& pel) in PrimarySrc()
H A Dpel_section.hpp7 namespace pel namespace
H A Dpel_minimal.hpp13 namespace pel namespace
H A Duser_header.hpp9 namespace pel namespace
H A Dprivate_header.hpp9 namespace pel namespace
H A Dextended_user_header.hpp11 namespace pel namespace
/openbmc/openpower-proc-control/extensions/phal/
H A Dphal_error.hpp9 namespace pel namespace
H A Dcreate_pel.hpp18 namespace pel namespace
/openbmc/openpower-debug-collector/dump/
H A Dcreate_pel.hpp15 namespace openpower::dump::pel namespace
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp320 PEL pel{data}; in genPELJSON() local
584 PEL pel{data}; in callFunctionOnPEL() local
666 void displayPEL(const PEL& pel, bool hexDump) in displayPEL()
713 PEL pel{data}; in printPELCount() local
876 PEL pel{data}; in main() local

12