Searched refs:stack_arg_slot (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | diagnostics.h | 65 int stack_arg_slot, const char *callee_name, 81 int stack_arg_slot, const char *call_name, const char *arg_name,
|
| H A D | diagnostics.c | 159 int stack_arg_slot; member 996 int stack_arg_slot, const char *call_name, const char *arg_name, in bpf_diag_call_type() argument 1011 } else if (stack_arg_slot >= 0) { in bpf_diag_call_type() 1013 opts.stack_arg_slot = stack_arg_slot; in bpf_diag_call_type() 1378 int stack_arg_slot, const char *callee_name, in bpf_diag_stack_arg_uninit() argument 1386 .stack_arg_slot = stack_arg_slot, in bpf_diag_stack_arg_uninit() 1392 diag_format_stack_arg((char *)arg_buf, BPF_DIAG_FMT_BUF_SIZE, stack_arg_slot, in bpf_diag_stack_arg_uninit() 1409 if (stack_arg_slot >= 0) in bpf_diag_stack_arg_uninit() 1794 opts->stack_arg_slot); in diag_build_lineage()
|