Lines Matching defs:path
78 path = parent_path + '/' + name if parent_path else name
84 self.blkgs.append((path if path else '/', blkg))
88 self.walk(c, q_id, path)
175 def dict(self, now, path):
176 out = { 'cgroup' : path,
192 def table_row_str(self, path):
193 out = f'{path[-28:]:28} ' \
258 for path, blkg in BlkgIterator(blkcg_root, q_id):
259 if filter_re and not filter_re.match(path):
271 output += '\n' + iocg_stat.table_row_str(path)
273 output += '\n' + json.dumps(iocg_stat.dict(now, path))