Searched refs:branch_type_str (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | branch.h | 86 int branch_type_str(struct branch_type_stat *st, char *bf, int bfsize);
|
H A D | branch.c | 114 int branch_type_str(struct branch_type_stat *st, char *bf, int size) in branch_type_str() function
|
H A D | callchain.c | 1331 printed = branch_type_str(brtype_stat, bf, bfsize); in branch_to_str()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | branch.h | 90 int branch_type_str(struct branch_type_stat *st, char *bf, int bfsize);
|
H A D | branch.c | 174 int branch_type_str(struct branch_type_stat *st, char *bf, int size) in branch_type_str() function
|
H A D | callchain.c | 1346 printed = branch_type_str(brtype_stat, bf, bfsize); in branch_to_str()
|
Completed in 9 milliseconds