Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dusdt.bpf.h23 /* User can override BPF_USDT_MAX_IP_CNT to change default size of internal
29 #ifndef BPF_USDT_MAX_IP_CNT
30 #define BPF_USDT_MAX_IP_CNT (4 * BPF_USDT_MAX_SPEC_CNT) macro
72 __uint(max_entries, BPF_USDT_MAX_IP_CNT);

Completed in 1 milliseconds