Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
Ddwarf-aux.h145 struct die_var_type { struct
146 struct die_var_type *next; argument
147 u64 die_off;
148 u64 addr;
172 void die_collect_vars(Dwarf_Die *sc_die, struct die_var_type **var_types); argument