Home
last modified time | relevance | path

Searched refs: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() argument
350 if (pel.primarySRC() && scrubRegex) in genPELJSON()
509 &foundPEL, &scrubRegex, &plugins, &hexDump, in printPELs()
709 const std::optional<std::regex>& scrubRegex) in printPELCount() argument
743 if (pel.primarySRC() && scrubRegex) in printPELCount()
783 std::regex scrubRegex(pattern, std::regex::icase); in genRegex() local
784 return scrubRegex; in genRegex()
849 std::optional<std::regex> scrubRegex; in main() local
919 scrubRegex = genRegex(scrubFile); in main()
922 scrubRegex, hexDump, archive); in main()
[all …]