Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dprobe-finder.c93 if (!tvar) in convert_variable_location()
139 if (!tvar) in convert_variable_location()
144 if (tvar->value == NULL) in convert_variable_location()
148 if (tvar->ref == NULL) in convert_variable_location()
179 if (!tvar) in convert_variable_location()
190 tvar->value = strdup(regs); in convert_variable_location()
191 if (tvar->value == NULL) in convert_variable_location()
196 if (tvar->ref == NULL) in convert_variable_location()
315 tvar->type = strdup(buf); in convert_variable_type()
316 if (tvar->type == NULL) in convert_variable_type()
[all …]
H A Dprobe-finder.h78 struct probe_trace_arg *tvar; /* Current result variable */ member
H A Dprobe-event.h191 int copy_to_probe_trace_arg(struct probe_trace_arg *tvar,
H A Dprobe-event.c3824 int copy_to_probe_trace_arg(struct probe_trace_arg *tvar, in copy_to_probe_trace_arg() argument
3827 tvar->value = strdup(pvar->var); in copy_to_probe_trace_arg()
3828 if (tvar->value == NULL) in copy_to_probe_trace_arg()
3831 tvar->type = strdup(pvar->type); in copy_to_probe_trace_arg()
3832 if (tvar->type == NULL) in copy_to_probe_trace_arg()
3836 tvar->name = strdup(pvar->name); in copy_to_probe_trace_arg()
3837 if (tvar->name == NULL) in copy_to_probe_trace_arg()
3840 tvar->name = NULL; in copy_to_probe_trace_arg()