2 #define _PERF_BRANCH_H 1
7 struct branch_type_stat {
9 u64 counts[PERF_BR_MAX];
18 void branch_type_count(struct branch_type_stat *st, struct branch_flags *flags,
21 const char *branch_type_name(int type);
22 void branch_type_stat_display(FILE *fp, struct branch_type_stat *st);
23 int branch_type_str(struct branch_type_stat *st, char *bf, int bfsize);
25 #endif /* _PERF_BRANCH_H */