perf_probe_arg
static int parse_perf_probe_arg(char *str, struct perf_probe_arg *arg)
pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs);
char *synthesize_perf_probe_arg(struct perf_probe_arg *pa)
pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs);
static int perf_probe_arg__copy(struct perf_probe_arg *dst,
struct perf_probe_arg *src)
dst->args = zalloc(sizeof(struct perf_probe_arg) * src->nargs);
struct perf_probe_arg *pvar)
struct perf_probe_arg *args; /* Arguments */
char *synthesize_perf_probe_arg(struct perf_probe_arg *pa);
struct perf_probe_arg *pvar);
struct perf_probe_arg *args;
struct perf_probe_arg *args)
struct perf_probe_arg *args = NULL;
args = zalloc(sizeof(struct perf_probe_arg) * MAX_PROBE_ARGS);
struct perf_probe_arg *pvar; /* Current target variable */