Searched refs:to_dict (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/damon/ |
| H A D | drgn_dump_damon_status.py | 22 def to_dict(object, attr_name_converter): function 29 return to_dict(ops, [ 34 return to_dict(goal, [ 42 return to_dict(attrs, [ 52 return to_dict(addr_range, [ 58 return to_dict(region, [ 72 return to_dict(target, [ 85 return to_dict(pattern, [ 95 return to_dict(goal, [ 109 return to_dict(quot [all...] |
| /linux/scripts/ |
| H A D | bpf_doc.py | 46 def to_dict(self): member in APIElement 92 def to_dict(self): member in Helper 93 d = super().to_dict() 931 helper_dicts = [helper.to_dict() for helper in self.elements] 947 syscall_dicts = [syscall.to_dict() for syscall in self.elements]
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 164 when policy is converted to a dict with pol.to_dict(). 235 def to_dict(self, seen=None): member in NlPolicy 249 children[name] = self[name].to_dict(seen) 257 return repr(self.to_dict())
|