Searched refs:tvar (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Dprobe-finder.c53 * If tvar == NULL, this just checks variable can be converted.
60 struct probe_trace_arg *tvar)
80 if (!tvar)
84 ret = asprintf(&tvar->value, "\\%ld", (long)snum);
126 if (!tvar)
130 tvar->value = zalloc(ret + 2);
131 if (tvar->value == NULL)
133 snprintf(tvar->value, ret + 2, "@%s", dwarf_diename(vr_die));
134 tvar->ref = alloc_trace_arg_ref((long)offs);
135 if (tvar
57 convert_variable_location(Dwarf_Die *vr_die, Dwarf_Addr addr, Dwarf_Op *fb_ops, Dwarf_Die *sp_die, unsigned int machine, struct probe_trace_arg *tvar) argument
191 convert_variable_type(Dwarf_Die *vr_die, struct probe_trace_arg *tvar, const char *cast, bool user_access) argument
[all...]
H A Dprobe-finder.h75 struct probe_trace_arg *tvar; /* Current result variable */ member in struct:probe_finder
H A Dprobe-event.h193 int copy_to_probe_trace_arg(struct probe_trace_arg *tvar,
H A Dprobe-event.c3810 int copy_to_probe_trace_arg(struct probe_trace_arg *tvar, argument
3813 tvar->value = strdup(pvar->var);
3814 if (tvar->value == NULL)
3817 tvar->type = strdup(pvar->type);
3818 if (tvar->type == NULL)
3822 tvar->name = strdup(pvar->name);
3823 if (tvar->name == NULL)
3826 tvar->name = NULL;

Completed in 136 milliseconds