Home
last modified time | relevance | path

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

/Linux-v6.6/tools/workqueue/
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):
/Linux-v6.6/tools/cgroup/
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: