Home
last modified time | relevance | path

Searched defs:die_var_type (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
H A Ddwarf-aux.h145 struct die_var_type { struct
146 struct die_var_type *next; argument
147 u64 die_off;
148 u64 addr;
149 int reg;
150 int offset;
174 void die_collect_vars(Dwarf_Die *sc_die, struct die_var_type **var_types); argument