Searched refs:ftw (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | cgroup.c | 8 #include <ftw.h> 243 int typeflag, struct FTW *ftw) in do_show_tree_fn() 279 show_attached_bpf_progs(cgroup_fd, type, ftw->level); in do_show_tree_fn() 242 do_show_tree_fn(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftw) do_show_tree_fn() argument
|
H A D | perf.c | 14 #include <ftw.h>
|
H A D | common.c | 8 #include <ftw.h>
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | cgroup.c | 8 #include <ftw.h> 367 int typeflag, struct FTW *ftw) in do_show_tree_fn() 404 show_bpf_progs(cgroup_fd, type, ftw->level); in do_show_tree_fn() 366 do_show_tree_fn(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftw) do_show_tree_fn() argument
|
H A D | common.c | 10 #include <ftw.h>
|
/kernel/linux/linux-5.10/tools/usb/ |
H A D | testusb.c | 22 #include <ftw.h> 473 if (ftw (usb_dir, find_testdev, 3) != 0) { in main() 474 fputs ("ftw failed; are USB device files missing?\n", stderr); in main()
|
/kernel/linux/linux-6.6/tools/usb/ |
H A D | testusb.c | 22 #include <ftw.h> 479 if (ftw (usb_dir, find_testdev, 3) != 0) { in main() 480 fputs ("ftw failed; are USB device files missing?\n", stderr); in main()
|
/kernel/linux/linux-6.6/tools/perf/pmu-events/ |
H A D | jevents.py | 1164 def ftw(path: str, parents: Sequence[str], function 1177 ftw(item.path, parents + [item.name], action) 1227 ftw(arch_path, [], preprocess_one_file) 1236 ftw(arch_path, [], process_one_file)
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 13 #include <ftw.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 13 #include <ftw.h>
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | inject-buildid.c | 4 #include <ftw.h>
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | inject-buildid.c | 4 #include <ftw.h>
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | cgroup.c | 17 #include <ftw.h> 207 /* helper function for ftw() in match_cgroups and list_cgroups */ 236 /* pretend if it's added by ftw() */ in check_and_add_cgroup_name()
|
/kernel/linux/linux-5.10/tools/vm/ |
H A D | page-types.c | 21 #include <ftw.h>
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/ |
H A D | jevents.c | 46 #include <ftw.h>
|
/kernel/linux/linux-6.6/tools/mm/ |
H A D | page-types.c | 21 #include <ftw.h>
|
Completed in 21 milliseconds