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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-event.h61 struct perf_probe_arg { struct
75 struct perf_probe_arg *args; /* Arguments */
110 extern int synthesize_perf_probe_arg(struct perf_probe_arg *pa, char *buf,
H A Dprobe-finder.h75 struct perf_probe_arg *pvar; /* Current target variable */
H A Dprobe-event.c939 static int parse_perf_probe_arg(char *str, struct perf_probe_arg *arg)
1061 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs);
1192 int synthesize_perf_probe_arg(struct perf_probe_arg *pa, char *buf, size_t len)
1457 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs);

Completed in 79 milliseconds