Home
last modified time | relevance | path

Searched defs:scrubRegex (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp294 bool& foundPEL, const std::optional<std::regex>& scrubRegex, in genPELJSON()
462 bool fullPEL, const std::optional<std::regex>& scrubRegex, in printPELs()
697 const std::optional<std::regex>& scrubRegex) in printPELCount()
771 std::regex scrubRegex(pattern, std::regex::icase); in genRegex() local
837 std::optional<std::regex> scrubRegex; in main() local