Searched refs:bpf_iter_attach_opts (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | bpf_iter.c | 83 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in do_read_map_iter_fd() 181 LIBBPF_OPTS(bpf_iter_attach_opts, opts); in check_bpf_link_info() 256 LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_task_tid() 277 LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_task_pid() 290 LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_task_pidfd() 342 LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_task_file() 768 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_hash_map() 861 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_percpu_hash_map() 943 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_bpf_array_map() 1554 LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_task_vma() [all …]
|
A D | cgroup_iter.c | 53 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in read_from_cgroup_iter() 97 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_invalid_cgroup() 114 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_invalid_cgroup_spec() 194 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_walk_dead_self_only()
|
A D | cgroup_hierarchical_stats.c | 249 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in setup_cgroup_iter()
|
A D | cgrp_local_storage.c | 157 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_cgroup_iter_sleepable()
|
A D | sockmap_basic.c | 187 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, opts); in test_sockmap_copy()
|
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | iter.c | 16 DECLARE_LIBBPF_OPTS(bpf_iter_attach_opts, iter_opts); in do_pin()
|
/linux-6.3-rc2/Documentation/bpf/ |
A D | bpf_iterators.rst | 303 First, fill the ``bpf_iter_attach_opts`` struct as shown below: 307 LIBBPF_OPTS(bpf_iter_attach_opts, opts); 333 ``bpf_iter_attach_opts`` will include every opened file of every task in the 347 static int do_read_opts(struct bpf_program *prog, struct bpf_iter_attach_opts *opts) 380 LIBBPF_OPTS(bpf_iter_attach_opts, opts);
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | libbpf.h | 699 struct bpf_iter_attach_opts { struct 708 const struct bpf_iter_attach_opts *opts); argument
|
A D | libbpf.c | 11365 const struct bpf_iter_attach_opts *opts) in bpf_program__attach_iter() 11373 if (!OPTS_VALID(opts, bpf_iter_attach_opts)) in bpf_program__attach_iter()
|
Completed in 53 milliseconds