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.cpp306 bool& foundPEL, const std::optional<std::regex>& scrubRegex, in genPELJSON()
474 bool fullPEL, const std::optional<std::regex>& scrubRegex, in printPELs()
709 const std::optional<std::regex>& scrubRegex) in printPELCount()
783 std::regex scrubRegex(pattern, std::regex::icase); in genRegex() local
849 std::optional<std::regex> scrubRegex; in main() local