Home
last modified time | relevance | path

Searched defs:bpf_link (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dlibbpf_internal.h178 struct bpf_link { struct
179 int (*detach)(struct bpf_link *link); argument
180 void (*dealloc)(struct bpf_link *link); argument
181 char *pin_path; /* NULL, if not pinned */
182 int fd; /* hook FD, -1 if not applicable */
183 bool disconnected;
/aosp_15_r20/external/libbpf/src/
H A Dlibbpf_internal.h178 struct bpf_link { struct
179 int (*detach)(struct bpf_link *link); argument
180 void (*dealloc)(struct bpf_link *link); argument
181 char *pin_path; /* NULL, if not pinned */
182 int fd; /* hook FD, -1 if not applicable */
183 bool disconnected;
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/libbpf-sys/liblibbpf_sys/android_arm64_armv8-2a_cortex-a55_dylib/out/
Dbindgen.rs4632 pub struct bpf_link { struct
4636 pub fn bpf_link__open(path: *const ::std::os::raw::c_char) -> *mut bpf_link; in bpf_link__open()
4646 link: *mut bpf_link, in bpf_link__pin()
4655 link: *mut bpf_link, in bpf_link__update_program()
4660 pub fn bpf_link__disconnect(link: *mut bpf_link); in bpf_link__disconnect()
4669 pub fn bpf_program__attach(prog: *const bpf_program) -> *mut bpf_link; in bpf_program__attach()
4683 ) -> *mut bpf_link; in bpf_program__attach_perf_event()
4690 ) -> *mut bpf_link; in bpf_program__attach_perf_event_opts()
4721 ) -> *mut bpf_link; in bpf_program__attach_kprobe()
4728 ) -> *mut bpf_link; in bpf_program__attach_kprobe_opts()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/libbpf-sys/liblibbpf_bindgen/android_arm64_armv8-2a_cortex-a55_source/
Dbindgen.rs4632 pub struct bpf_link { struct
4636 pub fn bpf_link__open(path: *const ::std::os::raw::c_char) -> *mut bpf_link; in bpf_link__open()
4646 link: *mut bpf_link, in bpf_link__pin()
4655 link: *mut bpf_link, in bpf_link__update_program()
4660 pub fn bpf_link__disconnect(link: *mut bpf_link); in bpf_link__disconnect()
4669 pub fn bpf_program__attach(prog: *const bpf_program) -> *mut bpf_link; in bpf_program__attach()
4683 ) -> *mut bpf_link; in bpf_program__attach_perf_event()
4690 ) -> *mut bpf_link; in bpf_program__attach_perf_event_opts()
4721 ) -> *mut bpf_link; in bpf_program__attach_kprobe()
4728 ) -> *mut bpf_link; in bpf_program__attach_kprobe_opts()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs6304 pub struct bpf_link { struct
6308 pub fn bpf_link__open(path: *const ::std::os::raw::c_char) -> *mut bpf_link; in bpf_link__open()
6318 link: *mut bpf_link, in bpf_link__pin()
6327 link: *mut bpf_link, in bpf_link__update_program()
6332 pub fn bpf_link__disconnect(link: *mut bpf_link); in bpf_link__disconnect()
6341 pub fn bpf_program__attach(prog: *const bpf_program) -> *mut bpf_link; in bpf_program__attach()
6355 ) -> *mut bpf_link; in bpf_program__attach_perf_event()
6362 ) -> *mut bpf_link; in bpf_program__attach_perf_event_opts()
6393 ) -> *mut bpf_link; in bpf_program__attach_kprobe()
6400 ) -> *mut bpf_link; in bpf_program__attach_kprobe_opts()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dskeleton.rs268 pub fn prog_link_ptr(&self, index: usize) -> Result<*mut bpf_link> { in prog_link_ptr()
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h13283 struct bpf_link { struct
13286 enum bpf_link_type type; argument
13287 const struct bpf_link_ops *ops; argument
13293 void (*release)(struct bpf_link *); argument
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h58808 struct bpf_link { struct
58811 enum bpf_link_type type; argument
58812 const struct bpf_link_ops *ops; argument
58818 struct bpf_link link; argument
H A Dvmlinux_600.h58808 struct bpf_link { struct
58811 enum bpf_link_type type; argument
58812 const struct bpf_link_ops *ops; argument
58818 struct bpf_link link; argument
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h20313 struct bpf_link { struct
20316 enum bpf_link_type type; argument
20317 const struct bpf_link_ops *ops; argument
20323 void (*release)(struct bpf_link *); argument
H A Dvmlinux_602.h20313 struct bpf_link { struct
20316 enum bpf_link_type type; argument
20317 const struct bpf_link_ops *ops; argument
20323 void (*release)(struct bpf_link *); argument
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h30290 struct bpf_link { struct
30293 enum bpf_link_type type; argument
30294 const struct bpf_link_ops *ops; argument
30300 struct bpf_link link; argument
H A Dvmlinux_518.h30290 struct bpf_link { struct
30293 enum bpf_link_type type; argument
30294 const struct bpf_link_ops *ops; argument
30300 struct bpf_link link; argument
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h16779 struct bpf_link { struct
16782 enum bpf_link_type type; argument
16783 const struct bpf_link_ops *ops; argument
16792 struct bpf_link link; argument
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h10327 struct bpf_link { struct
10330 enum bpf_link_type type; argument
10331 const struct bpf_link_ops *ops; argument
10337 struct bpf_link link; argument
H A Dvmlinux.h10327 struct bpf_link { struct
10330 enum bpf_link_type type; argument
10331 const struct bpf_link_ops *ops; argument
10337 struct bpf_link link; argument
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h26740 struct bpf_link { struct
26743 enum bpf_link_type type; argument
26744 const struct bpf_link_ops *ops; argument
26750 void (*release)(struct bpf_link *); argument
H A Dvmlinux.h26740 struct bpf_link { struct
26743 enum bpf_link_type type; argument
26744 const struct bpf_link_ops *ops; argument
26750 void (*release)(struct bpf_link *); argument
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h31647 struct bpf_link { struct
31650 enum bpf_link_type type; argument
31651 const struct bpf_link_ops *ops; argument
31660 struct bpf_link link; argument