Searched refs:perf_probe_arg (Results 1 – 3 of 3) sorted by relevance
61 struct perf_probe_arg { struct75 struct perf_probe_arg *args; /* Arguments */ argument110 extern int synthesize_perf_probe_arg(struct perf_probe_arg *pa, char *buf,
75 struct perf_probe_arg *pvar; /* Current target variable */
939 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()