Home
last modified time | relevance | path

Searched defs:attach_func (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dlsm_cgroup.c19 static __u32 query_prog_cnt(int cgroup_fd, const char *attach_func) in query_prog_cnt()
/aosp_15_r20/external/bcc/src/cc/api/
H A DBPF.cc722 StatusTuple BPF::attach_func(int prog_fd, int attachable_fd, in attach_func() function in ebpf::BPF
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dops.cc908 auto attach_func = [&](InFlightDiagnostic diag) -> LogicalResult { in VerifySignature() local
/aosp_15_r20/external/bcc/src/python/bcc/
H A D__init__.py655 def attach_func(fn, attachable_fd, attach_type, flags=0): member in BPF