Searched refs:tvar (Results 1 – 2 of 2) sorted by relevance
804 struct probe_trace_arg *tvar) in convert_variable_location() argument828 if (!tvar) in convert_variable_location()832 tvar->value = zalloc(ret + 2); in convert_variable_location()833 if (tvar->value == NULL) in convert_variable_location()835 snprintf(tvar->value, ret + 2, "@%s", dwarf_diename(vr_die)); in convert_variable_location()836 tvar->ref = alloc_trace_arg_ref((long)offs); in convert_variable_location()837 if (tvar->ref == NULL) in convert_variable_location()868 if (!tvar) in convert_variable_location()879 tvar->value = strdup(regs); in convert_variable_location()880 if (tvar->value == NULL) in convert_variable_location()[all …]
60 struct probe_trace_arg *tvar; /* Current result variable */ member