Home
last modified time | relevance | path

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

/tools/lib/bpf/
A Dusdt.bpf.h117 struct __bpf_usdt_arg_spec *arg_spec; in bpf_usdt_arg_size() local
135 arg_spec = &spec->args[arg_num]; in bpf_usdt_arg_size()
151 struct __bpf_usdt_arg_spec *arg_spec; in bpf_usdt_arg() local
171 arg_spec = &spec->args[arg_num]; in bpf_usdt_arg()
172 switch (arg_spec->arg_type) { in bpf_usdt_arg()
177 val = arg_spec->val_off; in bpf_usdt_arg()
204 val >>= arg_spec->arg_bitshift; in bpf_usdt_arg()
215 val <<= arg_spec->arg_bitshift; in bpf_usdt_arg()
216 if (arg_spec->arg_signed) in bpf_usdt_arg()
217 val = ((long)val) >> arg_spec->arg_bitshift; in bpf_usdt_arg()
[all …]

Completed in 3 milliseconds