Searched refs:bpf_iter_attach_opts (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_iter.c | 81 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in do_read_map_iter_fd() 179 LIBBPF_OPTS(bpf_iter_attach_opts, opts); in check_bpf_link_info() 254 LIBBPF_OPTS(bpf_iter_attach_opts, opts); in run_test_task_tid() 292 LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_task_pid() 305 LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_task_pidfd() 427 LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_task_file() 845 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_hash_map() 938 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_percpu_hash_map() 1022 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_array_map() 1636 LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_task_vma() [all …]
|
| H A D | cgroup_iter.c | 54 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in read_from_cgroup_iter() 98 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_invalid_cgroup() 115 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_invalid_cgroup_spec() 195 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_walk_dead_self_only()
|
| H A D | cgroup_hierarchical_stats.c | 249 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in setup_cgroup_iter()
|
| H A D | cgrp_local_storage.c | 176 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_cgroup_iter_sleepable()
|
| H A D | sockmap_basic.c | 285 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_sockmap_copy()
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | iter.c | 16 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, iter_opts); in do_pin()
|
| /linux-6.15/Documentation/bpf/ |
| H A D | bpf_iterators.rst | 300 First, fill the ``bpf_iter_attach_opts`` struct as shown below: 304 LIBBPF_OPTS(bpf_iter_attach_opts, opts); 330 ``bpf_iter_attach_opts`` will include every opened file of every task in the 344 static int do_read_opts(struct bpf_program *prog, struct bpf_iter_attach_opts *opts) 377 LIBBPF_OPTS(bpf_iter_attach_opts, opts);
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.h | 885 struct bpf_iter_attach_opts { struct 894 const struct bpf_iter_attach_opts *opts); argument
|
| H A D | libbpf.c | 12944 const struct bpf_iter_attach_opts *opts) in bpf_program__attach_iter() 12951 if (!OPTS_VALID(opts, bpf_iter_attach_opts)) in bpf_program__attach_iter()
|