Searched refs:walk (Results 1 – 9 of 9) sorted by relevance
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-fields.txt | 51 walk through the list of the common fields 63 walk through the list of the event specific
|
D | libtraceevent-event_list.txt | 71 /* walk through the list of the events, sorted by ID */ 82 /* walk through the list of the events, sorted by name */
|
/tools/cgroup/ |
D | iocost_monitor.py | 67 def walk(self, blkcg, q_id, parent_path): member in BlkgIterator 83 self.walk(c, q_id, path) 88 self.walk(root_blkcg, q_id, '')
|
/tools/testing/selftests/net/ |
D | psock_tpacket.c | 71 void (*walk)(int sock, struct ring *ring); member 641 ring->walk = walk_v1_v2; in __v1_v2_fill() 662 ring->walk = walk_v3; in __v3_fill() 748 ring->walk(sock, ring); in walk_ring()
|
/tools/testing/selftests/tc-testing/ |
D | tdc.py | 48 for dirpath, dirnames, filenames in os.walk(plugindir): 649 for root, dirnames, filenames in os.walk(testdir):
|
/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 614 for root, dirs, files in os.walk('.'):
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 36 code and debug tools to be able to walk the stack to determine the 100 used to walk the stack. Unlike frame pointers, ORC data is out of
|
/tools/kvm/kvm_stat/ |
D | kvm_stat | 520 return next(os.walk(path)) 805 for entry in os.walk(PATH_DEBUGFS_KVM):
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 953 for dirname, dirnames, filenames in os.walk('/sys/devices'): 5257 for dirname, dirnames, filenames in os.walk('/sys/devices'): 6048 for dirname, dirnames, filenames in os.walk(subdir): 6075 for dirname, dirnames, filenames in os.walk(subdir):
|