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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dprobe-event.h17 struct probe_trace_arg_ref { struct
18 struct probe_trace_arg_ref *next; /* Next reference */
27 struct probe_trace_arg_ref *ref; /* Referencing offset */
H A Dprobe-finder.c368 static struct probe_trace_arg_ref *alloc_trace_arg_ref(long offs)
370 struct probe_trace_arg_ref *ref;
371 ref = zalloc(sizeof(struct probe_trace_arg_ref));
464 struct probe_trace_arg_ref **ref_ptr = &tvar->ref;
502 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref));
547 struct probe_trace_arg_ref **ref_ptr,
550 struct probe_trace_arg_ref *ref = *ref_ptr;
576 ref = zalloc(sizeof(struct probe_trace_arg_ref));
607 ref = zalloc(sizeof(struct probe_trace_arg_ref));
H A Dprobe-event.c951 static int __synthesize_probe_trace_arg_ref(struct probe_trace_arg_ref *ref,
978 struct probe_trace_arg_ref *ref = arg->ref;
1143 struct probe_trace_arg_ref *ref, *next;

Completed in 335 milliseconds