Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dprobe-event.h31 struct probe_trace_arg_ref { struct
32 struct probe_trace_arg_ref *next; /* Next reference */ argument
41 struct probe_trace_arg_ref *ref; /* Referencing offset */ argument
Dprobe-finder.c156 static struct probe_trace_arg_ref *alloc_trace_arg_ref(long offs) in alloc_trace_arg_ref()
158 struct probe_trace_arg_ref *ref; in alloc_trace_arg_ref()
159 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in alloc_trace_arg_ref()
294 struct probe_trace_arg_ref **ref_ptr = &tvar->ref; in convert_variable_type()
347 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()
395 struct probe_trace_arg_ref **ref_ptr, in convert_variable_fields()
398 struct probe_trace_arg_ref *ref = *ref_ptr; in convert_variable_fields()
424 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
457 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
Dprobe-event.c1738 static int __synthesize_probe_trace_arg_ref(struct probe_trace_arg_ref *ref, in __synthesize_probe_trace_arg_ref()
1765 struct probe_trace_arg_ref *ref = arg->ref; in synthesize_probe_trace_arg()
2026 struct probe_trace_arg_ref *ref, *next; in clear_probe_trace_event()