Searched refs:perf_probe_arg (Results 1 – 4 of 4) sorted by relevance
74 struct perf_probe_arg { struct89 struct perf_probe_arg *args; /* Arguments */ argument125 extern int synthesize_perf_probe_arg(struct perf_probe_arg *pa, char *buf,172 struct perf_probe_arg *pvar);
82 struct perf_probe_arg *pvar; /* Current target variable */
1111 struct perf_probe_arg *args;1148 struct perf_probe_arg *args) in expand_probe_args()1186 struct perf_probe_arg *args = NULL; in add_probe_trace_event()1213 args = zalloc(sizeof(struct perf_probe_arg) * MAX_PROBE_ARGS); in add_probe_trace_event()
1342 static int parse_perf_probe_arg(char *str, struct perf_probe_arg *arg) in parse_perf_probe_arg()1464 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in parse_perf_probe_command()1621 int synthesize_perf_probe_arg(struct perf_probe_arg *pa, char *buf, size_t len) in synthesize_perf_probe_arg()1977 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in convert_to_perf_probe_event()2930 struct perf_probe_arg *pvar) in copy_to_probe_trace_arg()