Home
last modified time | relevance | path

Searched refs:filter_re (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/workqueue/
H A Dwq_monitor.py149 filter_re = re.compile(re_str) if re_str else None
163 if filter_re and not filter_re.search(stats.name):
/openbmc/linux/tools/cgroup/
H A Diocost_monitor.py221 filter_re = re.compile(re_str) if re_str else None variable
259 if filter_re and not filter_re.match(path):
267 if not filter_re and not iocg_stat.is_active:
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/
H A D0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch35 filter_re = re.compile(r'GPG_ERR_[^ ]* =')