Home
last modified time | relevance | path

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

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