Searched refs:probe_trace_arg_ref (Results 1 – 3 of 3) sorted by relevance
21 struct probe_trace_arg_ref { struct22 struct probe_trace_arg_ref *next; /* Next reference */ argument31 struct probe_trace_arg_ref *ref; /* Referencing offset */ argument
153 static struct probe_trace_arg_ref *alloc_trace_arg_ref(long offs) in alloc_trace_arg_ref()155 struct probe_trace_arg_ref *ref; in alloc_trace_arg_ref()156 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in alloc_trace_arg_ref()281 struct probe_trace_arg_ref **ref_ptr = &tvar->ref; in convert_variable_type()334 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()382 struct probe_trace_arg_ref **ref_ptr, in convert_variable_fields()385 struct probe_trace_arg_ref *ref = *ref_ptr; in convert_variable_fields()411 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()444 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
1604 static int __synthesize_probe_trace_arg_ref(struct probe_trace_arg_ref *ref, in __synthesize_probe_trace_arg_ref()1631 struct probe_trace_arg_ref *ref = arg->ref; in synthesize_probe_trace_arg()1874 struct probe_trace_arg_ref *ref, *next; in clear_probe_trace_event()