Searched defs:callchain_list (Results 1 – 1 of 1) sorted by relevance
118 struct callchain_list { struct119 u64 ip;120 struct map_symbol ms;121 struct /* for TUI */ {125 u64 branch_count;126 u64 from_count;127 u64 predicted_count;128 u64 abort_count;129 u64 cycles_count;130 u64 iter_count;[all …]