Home
last modified time | relevance | path

Searched refs:tvar (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dprobe-finder.c170 struct probe_trace_arg *tvar) in convert_variable_location() argument
212 if (!tvar) in convert_variable_location()
216 tvar->value = zalloc(ret + 2); in convert_variable_location()
217 if (tvar->value == NULL) in convert_variable_location()
219 snprintf(tvar->value, ret + 2, "@%s", dwarf_diename(vr_die)); in convert_variable_location()
220 tvar->ref = alloc_trace_arg_ref((long)offs); in convert_variable_location()
221 if (tvar->ref == NULL) in convert_variable_location()
252 if (!tvar) in convert_variable_location()
263 tvar->value = strdup(regs); in convert_variable_location()
264 if (tvar->value == NULL) in convert_variable_location()
[all …]
Dprobe-finder.h82 struct probe_trace_arg *tvar; /* Current result variable */ member