Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/pmu-events/
H A Djevents.py1251 def ftw(path: str, parents: Sequence[str], function
1267 ftw(item.path, parents + [item.name], action)
1321 ftw(arch_path, [], preprocess_one_file)
1330 ftw(arch_path, [], process_one_file)
/linux-6.15/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-6.15/tools/usb/
H A Dtestusb.c479 if (ftw (usb_dir, find_testdev, 3) != 0) { in main()