Searched refs:probe_trace_arg_ref (Results 1 – 5 of 5) sorted by relevance
32 struct probe_trace_arg_ref { struct33 struct probe_trace_arg_ref *next; /* Next reference */ argument42 struct probe_trace_arg_ref *ref; /* Referencing offset */ argument
207 struct probe_trace_arg_ref *ref = NULL; in gen_prologue_slowpath()351 struct probe_trace_arg_ref *ref = args[i].ref; in bpf__gen_prologue()
157 static struct probe_trace_arg_ref *alloc_trace_arg_ref(long offs) in alloc_trace_arg_ref()159 struct probe_trace_arg_ref *ref; in alloc_trace_arg_ref()160 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in alloc_trace_arg_ref()296 struct probe_trace_arg_ref **ref_ptr = &tvar->ref; in convert_variable_type()352 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()410 struct probe_trace_arg_ref **ref_ptr, in convert_variable_fields()413 struct probe_trace_arg_ref *ref = *ref_ptr; in convert_variable_fields()439 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()472 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
1952 static int __synthesize_probe_trace_arg_ref(struct probe_trace_arg_ref *ref, in __synthesize_probe_trace_arg_ref()1969 struct probe_trace_arg_ref *ref = arg->ref; in synthesize_probe_trace_arg()2277 struct probe_trace_arg_ref *ref, *next; in clear_probe_trace_event()
491 struct probe_trace_arg_ref *ref1, *ref2; in compare_tev_args()