Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dprobe-event.h41 struct probe_trace_arg_ref { struct
42 struct probe_trace_arg_ref *next; /* Next reference */ argument
52 struct probe_trace_arg_ref *ref; /* Referencing offset */ argument
H A Dprobe-finder.c55 static struct probe_trace_arg_ref *alloc_trace_arg_ref(long offs) in alloc_trace_arg_ref()
57 struct probe_trace_arg_ref *ref; in alloc_trace_arg_ref()
58 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in alloc_trace_arg_ref()
206 struct probe_trace_arg_ref **ref_ptr = &tvar->ref; in convert_variable_type()
264 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()
323 struct probe_trace_arg_ref **ref_ptr, in convert_variable_fields()
326 struct probe_trace_arg_ref *ref = *ref_ptr; in convert_variable_fields()
352 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
383 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
H A Dprobe-event.c2143 static int __synthesize_probe_trace_arg_ref(struct probe_trace_arg_ref *ref, in __synthesize_probe_trace_arg_ref()
2163 struct probe_trace_arg_ref *ref = arg->ref; in synthesize_probe_trace_arg()
2499 struct probe_trace_arg_ref *ref, *next; in clear_probe_trace_event()