Home
last modified time | relevance | path

Searched refs:branch_type_str (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dbranch.h90 int branch_type_str(struct branch_type_stat *st, char *bf, int bfsize);
H A Dbranch.c174 int branch_type_str(struct branch_type_stat *st, char *bf, int size) in branch_type_str() function
H A Dcallchain.c1346 printed = branch_type_str(brtype_stat, bf, bfsize); in branch_to_str()