perf_probe_arg
static int parse_perf_probe_arg(char *str, struct perf_probe_arg *arg)
pev->args = calloc(pev->nargs, sizeof(struct perf_probe_arg));
char *synthesize_perf_probe_arg(struct perf_probe_arg *pa)
pev->args = calloc(pev->nargs, sizeof(struct perf_probe_arg));
static int perf_probe_arg__copy(struct perf_probe_arg *dst,
struct perf_probe_arg *src)
dst->args = calloc(src->nargs, sizeof(struct perf_probe_arg));
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 = calloc(MAX_PROBE_ARGS, sizeof(struct perf_probe_arg));
struct perf_probe_arg *pvar; /* Current target variable */