Searched refs:ftw (Results 1 – 3 of 3) sorted by relevance
/linux/tools/perf/pmu-events/ |
H A D | jevents.py | 1235 def ftw(path: str, parents: Sequence[str], function 1248 ftw(item.path, parents + [item.name], action) 1302 ftw(arch_path, [], preprocess_one_file) 1311 ftw(arch_path, [], process_one_file)
|
/linux/tools/bpf/bpftool/ |
H A D | cgroup.c | 401 int typeflag, struct FTW *ftw) in do_show_tree_fn() argument 438 show_bpf_progs(cgroup_fd, type, ftw->level); in do_show_tree_fn()
|
/linux/tools/usb/ |
H A D | testusb.c | 479 if (ftw (usb_dir, find_testdev, 3) != 0) { in main()
|