Searched refs:BPF_UPROBE (Results 1 - 1 of 1) sorted by relevance
/third_party/libbpf/src/ | ||
H A D | bpf_tracing.h | 915 /* BPF_UPROBE and BPF_URETPROBE are identical to BPF_KPROBE and BPF_KRETPROBE, 919 #define BPF_UPROBE(name, args...) BPF_KPROBE(name, ##args) macro |
Completed in 3 milliseconds