Home
last modified time | relevance | path

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

123

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.cpp95 PEL pel{data}; in restore() local
169 void Repository::add(std::unique_ptr<PEL>& pel) in add()
204 void Repository::write(const PEL& pel, const fs::path& path) in write()
238 auto pel = findPEL(id); in remove() local
276 auto pel = findPEL(id); in getPELData() local
298 auto pel = findPEL(id); in getPELFD() local
336 PEL pel{data}; in for_each() local
390 auto pel = findPEL(id); in getPELAttributes() local
407 PELUpdateFunc func = [state](PEL& pel) { in setPELHostTransState()
433 PELUpdateFunc func = [state](PEL& pel) { in setPELHMCTransState()
[all …]
H A Dmanager.cpp141 auto pel = std::make_unique<openpower::pels::PEL>(pelData, obmcLogID); in addPEL() local
394 auto pel = std::make_unique<openpower::pels::PEL>( in createPEL() local
694 void Manager::checkPelAndQuiesce(std::unique_ptr<openpower::pels::PEL>& pel) in checkPelAndQuiesce()
757 void Manager::updateEventId(std::unique_ptr<openpower::pels::PEL>& pel) in updateEventId()
845 bool Manager::updateResolution(const openpower::pels::PEL& pel) in updateResolution()
866 void Manager::updateDBusSeverity(const openpower::pels::PEL& pel) in updateDBusSeverity()
1054 openpower::pels::PEL& pel) in clearPowerThermalDeconfigFlag()
1105 [locationCode](openpower::pels::PEL& pel) { in hardwarePresent()
H A Dextended_user_header.cpp36 ExtendedUserHeader::ExtendedUserHeader(Stream& pel) in ExtendedUserHeader()
94 void ExtendedUserHeader::unflatten(Stream& pel) in unflatten()
H A Dhost_notifier.cpp83 bool HostNotifier::addPELToQueue(const PEL& pel) in addPELToQueue()
170 void HostNotifier::newLogCallback(const PEL& pel) in newLogCallback()
H A Dpce_identity.cpp25 PCEIdentity::PCEIdentity(Stream& pel) in PCEIdentity()
H A Dgeneric.cpp48 Generic::Generic(Stream& pel) in Generic()
H A Dmru.cpp30 MRU::MRU(Stream& pel) in MRU()
/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp73 auto pel = std::make_unique<PEL>(data); in TEST_F() local
102 auto pel = std::make_unique<PEL>(data, 1); in TEST_F() local
132 auto pel = std::make_unique<PEL>(data, 1); in TEST_F() local
139 auto pel = std::make_unique<PEL>(data, 2); in TEST_F() local
201 auto pel = std::make_unique<PEL>(data); in TEST_F() local
218 auto pel = std::make_unique<PEL>(data); in TEST_F() local
228 Repository::ForEachFunc f1 = [&ids](const PEL& pel) { in TEST_F()
238 Repository::ForEachFunc f2 = [&ids](const PEL& pel) { in TEST_F()
253 Repository::AddCallback ac = [&added](const PEL& pel) { in TEST_F()
266 auto pel = std::make_unique<PEL>(data); in TEST_F() local
[all …]
H A Dhost_notifier_test.cpp92 auto pel = std::make_unique<PEL>(data, obmcID++); in makePEL() local
162 auto pel = makePEL(); in TEST_F() local
187 auto pel = makePEL(0x1000); in TEST_F() local
206 auto pel = makePEL(0x4000); in TEST_F() local
227 auto pel = makePEL(0x4000); in TEST_F() local
251 auto pel = makePEL(0x4000); in TEST_F() local
270 auto pel = makePEL(); in TEST_F() local
281 auto pel = makePEL(); in TEST_F() local
296 auto pel = makePEL(); in TEST_F() local
346 auto pel = makePEL(); in TEST_F() local
[all …]
H A Dpel_test.cpp63 auto pel = std::make_unique<PEL>(data); in TEST_F() local
81 auto pel = std::make_unique<PEL>(data); in TEST_F() local
98 auto pel = std::make_unique<PEL>(data); in TEST_F() local
115 auto pel = std::make_unique<PEL>(data, 0x42); in TEST_F() local
128 auto pel = std::make_unique<PEL>(data); in TEST_F() local
147 auto pel = std::make_unique<PEL>(data); in TEST_F() local
171 PEL pel{regEntry, 42, timestamp, phosphor::logging::Entry::Level::Error, in TEST_F() local
245 PEL pel{regEntry, 42, timestamp, phosphor::logging::Entry::Level::Error, in TEST_F() local
296 PEL pel{data}; in TEST_F() local
340 PEL pel{data}; in TEST_F() local
[all …]
H A Dservice_indicators_test.cpp49 PEL pel{data}; in TEST() local
283 PEL pel{data}; in TEST() local
309 PEL pel{data}; in TEST() local
326 PEL pel{data}; in TEST() local
348 PEL pel{data}; in TEST() local
367 PEL pel{data}; in TEST() local
386 PEL pel{data}; in TEST() local
H A Dpel_manager_test.cpp307 PEL pel(*data); in TEST_F() local
424 PEL pel{newData}; in TEST_F() local
609 PEL pel{data}; in TEST_F() local
635 PEL pel{data}; in TEST_F() local
1113 PEL pel(*getPELData); in TEST_F() local
1211 PEL pel(*data); in TEST_F() local
1386 PEL pel(*unguardedData); in TEST_F() local
1469 PEL pel(*data); in TEST_F() local
H A Dreal_pel_test.cpp543 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
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp332 PEL pel{data}; in genPELJSON() local
596 PEL pel{data}; in callFunctionOnPEL() local
678 void displayPEL(const PEL& pel, bool hexDump) in displayPEL()
725 PEL pel{data}; in printPELCount() local
888 PEL pel{data}; in main() local
/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

123