Home
last modified time | relevance | path

Searched refs:BPF_PROG (Results 1 - 1 of 1) sorted by relevance

/third_party/libbpf/src/
H A Dbpf_tracing.h651 * BPF_PROG is a convenience wrapper for generic tp_btf/fentry/fexit and
655 * manual casts and work with array elements by index, BPF_PROG macro
665 #define BPF_PROG(name, args...) \ macro
751 * BPF_PROG2 is an enhanced version of BPF_PROG in order to handle struct
755 * syntax from BPF_PROG. For example, for the following BPF_PROG syntax:
757 * int BPF_PROG(test2, int a, int b) { ... }
800 * BPF_KPROBE serves the same purpose for kprobes as BPF_PROG for

Completed in 3 milliseconds