HomeSort by relevance Sort by last modified time
    Searched refs:probe_trace_arg (Results 1 - 4 of 4) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-event.h 25 struct probe_trace_arg { struct
39 struct probe_trace_arg *args; /* Arguments */
probe-finder.h 76 struct probe_trace_arg *tvar; /* Current result variable */
probe-finder.c 285 struct probe_trace_arg *tvar)
375 struct probe_trace_arg *tvar,
1172 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs);
    [all...]
probe-event.c 1165 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs);
1336 static int synthesize_probe_trace_arg(struct probe_trace_arg *arg,
    [all...]

Completed in 505 milliseconds