Lines Matching refs:spec_id
98 int spec_id; in bpf_usdt_arg_cnt() local
100 spec_id = __bpf_usdt_spec_id(ctx); in bpf_usdt_arg_cnt()
101 if (spec_id < 0) in bpf_usdt_arg_cnt()
104 spec = bpf_map_lookup_elem(&__bpf_usdt_specs, &spec_id); in bpf_usdt_arg_cnt()
121 int err, spec_id; in bpf_usdt_arg() local
125 spec_id = __bpf_usdt_spec_id(ctx); in bpf_usdt_arg()
126 if (spec_id < 0) in bpf_usdt_arg()
129 spec = bpf_map_lookup_elem(&__bpf_usdt_specs, &spec_id); in bpf_usdt_arg()
202 int spec_id; in bpf_usdt_cookie() local
204 spec_id = __bpf_usdt_spec_id(ctx); in bpf_usdt_cookie()
205 if (spec_id < 0) in bpf_usdt_cookie()
208 spec = bpf_map_lookup_elem(&__bpf_usdt_specs, &spec_id); in bpf_usdt_cookie()