/aosp_15_r20/external/libbpf/src/ |
H A D | features.c | 61 LIBBPF_OPTS(bpf_prog_load_opts, prog_opts, in probe_kern_global_data() 228 LIBBPF_OPTS(bpf_prog_load_opts, opts, in probe_kern_exp_attach_type() 250 LIBBPF_OPTS(bpf_prog_load_opts, opts, in probe_kern_probe_read_kernel() 279 LIBBPF_OPTS(bpf_prog_load_opts, prog_opts, in probe_prog_bind_map() 343 LIBBPF_OPTS(bpf_prog_load_opts, opts, in probe_perf_link() 369 LIBBPF_OPTS(bpf_prog_load_opts, load_opts, in probe_uprobe_multi_link() 437 LIBBPF_OPTS(bpf_prog_load_opts, opts, in probe_kern_bpf_cookie() 491 LIBBPF_OPTS(bpf_prog_load_opts, opts, in probe_kern_arg_ctx_tag()
|
H A D | bpf.h | 68 struct bpf_prog_load_opts { struct 117 struct bpf_prog_load_opts *opts); argument
|
H A D | bpf_gen_internal.h | 65 struct bpf_prog_load_opts *load_attr, int prog_idx);
|
H A D | libbpf.h | 1762 struct bpf_prog_load_opts; /* defined in bpf.h */ 1774 struct bpf_prog_load_opts *opts, long cookie);
|
H A D | libbpf_probes.c | 107 LIBBPF_OPTS(bpf_prog_load_opts, opts, in probe_prog_load()
|
H A D | bpf.c | 239 struct bpf_prog_load_opts *opts) in bpf_prog_load() 252 if (!OPTS_VALID(opts, bpf_prog_load_opts)) in bpf_prog_load()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | raw_tp_writable_test_run.c | 20 LIBBPF_OPTS(bpf_prog_load_opts, trace_opts, in serial_test_raw_tp_writable_test_run() 38 LIBBPF_OPTS(bpf_prog_load_opts, skb_opts, in serial_test_raw_tp_writable_test_run()
|
H A D | raw_tp_writable_reject_nbd_invalid.c | 21 LIBBPF_OPTS(bpf_prog_load_opts, opts, in test_raw_tp_writable_reject_nbd_invalid()
|
H A D | fexit_stress.c | 19 LIBBPF_OPTS(bpf_prog_load_opts, trace_opts, in serial_test_fexit_stress()
|
H A D | custom_sec_handlers.c | 22 struct bpf_prog_load_opts *opts, long cookie) in custom_prepare_load_prog()
|
H A D | log_buf.c | 151 LIBBPF_OPTS(bpf_prog_load_opts, opts); in bpf_prog_load_log_buf()
|
H A D | unpriv_bpf_disabled.c | 150 LIBBPF_OPTS(bpf_prog_load_opts, load_opts); in test_unpriv_bpf_disabled_negative()
|
H A D | fexit_bpf2bpf.c | 437 LIBBPF_OPTS(bpf_prog_load_opts, opts, in load_fentry()
|
H A D | align.c | 597 LIBBPF_OPTS(bpf_prog_load_opts, opts, in do_test_single()
|
H A D | sockopt.c | 855 LIBBPF_OPTS(bpf_prog_load_opts, opts, in load_prog()
|
/aosp_15_r20/external/bcc/src/cc/ |
H A D | libbpf.h | 48 struct bpf_prog_load_opts; 94 struct bpf_prog_load_opts *opts,
|
H A D | libbpf.c | 656 struct bpf_prog_load_opts *opts, in libbpf_bpf_prog_load() 660 LIBBPF_OPTS(bpf_prog_load_opts, p); in libbpf_bpf_prog_load() 783 struct bpf_prog_load_opts *opts, int prog_len, in bcc_prog_load_xattr() 996 struct bpf_prog_load_opts opts = {}; in bcc_prog_load()
|
/aosp_15_r20/external/bcc/src/cc/includes/ |
H A D | libbpf.h | 48 struct bpf_prog_load_opts; 94 struct bpf_prog_load_opts *opts,
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | bpf.h | 68 struct bpf_prog_load_opts { struct 117 struct bpf_prog_load_opts *opts); argument
|
D | libbpf.h | 1762 struct bpf_prog_load_opts; /* defined in bpf.h */ 1774 struct bpf_prog_load_opts *opts, long cookie);
|
/aosp_15_r20/external/bpftool/src/ |
H A D | feature.c | 518 LIBBPF_OPTS(bpf_prog_load_opts, opts, in probe_prog_load_ifindex() 785 LIBBPF_OPTS(bpf_prog_load_opts, opts, in probe_misc_feature()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | testing_helpers.c | 222 LIBBPF_OPTS(bpf_prog_load_opts, opts, in bpf_test_load_program()
|
H A D | test_sock.c | 390 LIBBPF_OPTS(bpf_prog_load_opts, opts); in load_sock_prog()
|
H A D | test_sock_addr.c | 647 LIBBPF_OPTS(bpf_prog_load_opts, opts); in load_insns()
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | trace_helpers.c | 1031 LIBBPF_OPTS(bpf_prog_load_opts, opts, in fentry_try_attach() 1210 LIBBPF_OPTS(bpf_prog_load_opts, opts, .expected_attach_type = BPF_TRACE_RAW_TP); in probe_tp_btf()
|