Home
last modified time | relevance | path

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

/linux/tools/workqueue/
A Dwq_monitor.py142 filter_re = re.compile(re_str) if re_str else None
156 if filter_re and not filter_re.search(stats.name):
/linux/tools/writeback/
A Dwb_monitor.py143 filter_re = re.compile(re_str) if re_str else None
154 if filter_re and not filter_re.search(bdi_stats.name):
/linux/tools/cgroup/
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:

Completed in 11 milliseconds