Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/progs/
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-6.1.9/tools/lib/bpf/
Dusdt.bpf.h95 int bpf_usdt_arg_cnt(struct pt_regs *ctx) in bpf_usdt_arg_cnt() function