Home
last modified time | relevance | path

Searched refs:ftw (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/pmu-events/
H A Djevents.py1235 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 Dcgroup.c401 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 Dtestusb.c479 if (ftw (usb_dir, find_testdev, 3) != 0) { in main()