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