Searched refs:PELs (Results 1 – 13 of 13) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | README.md | 3 This extension will create PELs for every OpenBMC event log. It is also possible 9 - [Passing in data when creating PELs](#passing-pel-related-data-within-an-openbmc-event-log) 10 - [Default UserData sections for BMC created PELs](#default-userdata-sections-for-bmc-created-pels) 20 - [Handling PELs for hot plugged FRUs](#handling-pels-for-hot-plugged-frus) 76 sends down PELs when it is configured in IPMI communication mode. The PEL is 210 ## Default UserData sections for BMC created PELs 212 The extension code that creates PELs will add these UserData sections to every 226 The PEL message registry is used to create PELs from OpenBMC event logs. 492 space gets close to being full, the code will remove a percentage of PELs to 494 number of PELs allowed. Note that removing a PEL will also remove the [all …]
|
/openbmc/openbmc-test-automation/docs/ |
H A D | openbmc_test_tools.md | 208 -a Display all PELs 209 -l List PELs 210 -n Show number of PELs 212 -h Include hidden PELs 213 -f,--info Include informational PELs 214 -t,--termination List only critical system terminating PELs 216 -D,--delete-all Delete all PELs 219 --archive List or display archived PELs
|
/openbmc/phosphor-logging/extensions/openpower-pels/tools/ |
H A D | peltool.cpp | 478 std::vector<std::pair<uint32_t, uint64_t>> PELs; in printPELs() local 491 PELs.emplace_back(fileNameToPELId((*it).path().filename()), in printPELs() 497 std::sort(PELs.begin(), PELs.end(), in printPELs() 516 std::for_each(PELs.rbegin(), PELs.rend(), buildJSON); in printPELs() 520 std::for_each(PELs.begin(), PELs.end(), buildJSON); in printPELs()
|
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/ |
H A D | parm_def | 7 # "pel_stop_file_path" may contain the path to a file with specifications for which PELs warrant st…
|
/openbmc/phosphor-logging/ |
H A D | meson.options | 6 description: 'Create PELs',
|
H A D | README.md | 392 - OpenPower PELs
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | pel_manager_test.cpp | 234 "PELs": in TEST_F() 959 "PELs": in TEST_F() 1060 "PELs": in TEST_F() 1140 "PELs": in TEST_F() 1298 "PELs": in TEST_F() 1402 "PELs": in TEST_F()
|
H A D | registry_test.cpp | 31 "PELs":
|
H A D | src_test.cpp | 36 "PELs":
|
/openbmc/phosphor-logging/extensions/openpower-pels/registry/ |
H A D | README.md | 3 On the BMC, PELs are created from the standard event logs provided by 35 created PELs. 249 This is looked at by the software that creates the periodic PELs that indicate a 631 4. One can test what PELs are generated from these new entries without writing
|
/openbmc/docs/designs/ |
H A D | error-log-handling-for-phal.md | 28 [Phosphor-logging][3] [Create][4] interface is used for creating PELs.
|
H A D | vpd-collection.md | 19 included in the Platform Error Logs (PELs) for calling out FRUs for service.
|
/openbmc/openbmc-test-automation/openpower/pel/ |
H A D | test_bmc_pel.robot | 616 … # Using peltool -lr, recent PELs appear first. Hence the ID of first PEL is greater than the next. 653 Should Be Equal ${pel_records['Number of PELs found']} ${random} 796 ${no_pel_records}= Set Variable ${pel_records["Number of PELs found"]}
|