Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dprobe-event.h86 struct perf_probe_arg { struct
103 struct perf_probe_arg *args; /* Arguments */ argument
140 char *synthesize_perf_probe_arg(struct perf_probe_arg *pa);
192 struct perf_probe_arg *pvar);
90 fieldperf_probe_arg global() argument
H A Dprobe-finder.h77 struct perf_probe_arg *pvar; /* Current target variable */
H A Dprobe-event.c1710 static int parse_perf_probe_arg(char *str, struct perf_probe_arg *arg) in parse_perf_probe_arg()
1853 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in parse_perf_probe_command()
2030 char *synthesize_perf_probe_arg(struct perf_probe_arg *pa) in synthesize_perf_probe_arg()
2376 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in convert_to_perf_probe_event()
2443 static int perf_probe_arg__copy(struct perf_probe_arg *dst, in perf_probe_arg__copy()
2444 struct perf_probe_arg *src) in perf_probe_arg__copy()
2482 dst->args = zalloc(sizeof(struct perf_probe_arg) * src->nargs); in perf_probe_event__copy()
3829 struct perf_probe_arg *pvar) in copy_to_probe_trace_arg()
H A Dprobe-finder.c1171 struct perf_probe_arg *args;
1222 struct perf_probe_arg *args) in expand_probe_args()
1271 struct perf_probe_arg *args = NULL; in add_probe_trace_event()
1308 args = zalloc(sizeof(struct perf_probe_arg) * MAX_PROBE_ARGS); in add_probe_trace_event()