Searched refs:probe_trace_arg (Results 1 - 4 of 4) 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.h23 struct probe_trace_arg { struct
36 struct probe_trace_arg *args; /* Arguments */
H A Dprobe-finder.h53 struct probe_trace_arg *tvar; /* Current result variable */
H A Dprobe-finder.c387 struct probe_trace_arg *tvar = pf->tvar;
461 struct probe_trace_arg *tvar,
825 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs);
H A Dprobe-event.c829 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs);
975 static int synthesize_probe_trace_arg(struct probe_trace_arg *arg,
1520 tev->args = zalloc(sizeof(struct probe_trace_arg)

Completed in 141 milliseconds