Home
last modified time | relevance | path

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

/linux-5.19.10/tools/cgroup/
Diocost_monitor.py214 filter_re = re.compile(re_str) if re_str else None variable
252 if filter_re and not filter_re.match(path):
260 if not filter_re and not iocg_stat.is_active: