Home
last modified time | relevance | path

Searched refs:bpf_usdt_arg_cnt (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_usdt.c26 usdt0_arg_cnt = bpf_usdt_arg_cnt(ctx); in usdt0()
49 usdt3_arg_cnt = bpf_usdt_arg_cnt(ctx); in usdt3()
79 usdt12_arg_cnt = bpf_usdt_arg_cnt(ctx); in BPF_USDT()
/linux/tools/lib/bpf/
H A Dusdt.bpf.h95 int bpf_usdt_arg_cnt(struct pt_regs *ctx) in bpf_usdt_arg_cnt() function