Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dif_link.h705 __u32 vf; member
714 __u32 vf; member
729 __u32 vf; member
736 __u32 vf; member
741 __u32 vf; member
747 __u32 vf; member
752 __u32 vf; member
764 __u32 vf; member
769 __u32 vf; member
789 __u32 vf; member
/tools/perf/util/
Dprobe-finder.c1199 struct local_vars_finder *vf = data; in copy_variables_cb() local
1200 struct probe_finder *pf = vf->pf; in copy_variables_cb()
1205 (tag == DW_TAG_variable && vf->vars)) { in copy_variables_cb()
1206 if (convert_variable_location(die_mem, vf->pf->addr, in copy_variables_cb()
1207 vf->pf->fb_ops, &pf->sp_die, in copy_variables_cb()
1209 vf->args[vf->nargs].var = (char *)dwarf_diename(die_mem); in copy_variables_cb()
1210 if (vf->args[vf->nargs].var == NULL) { in copy_variables_cb()
1211 vf->ret = -ENOMEM; in copy_variables_cb()
1214 pr_debug(" %s", vf->args[vf->nargs].var); in copy_variables_cb()
1215 vf->nargs++; in copy_variables_cb()
[all …]