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