Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dbranch.c109 static int count_str_scnprintf(int idx, const char *str, char *bf, int size) in count_str_scnprintf() function
126 printed += count_str_scnprintf(j++, "COND_FWD", bf + printed, size - printed); in branch_type_str()
129 printed += count_str_scnprintf(j++, "COND_BWD", bf + printed, size - printed); in branch_type_str()
136 printed += count_str_scnprintf(j++, branch_type_name(i), bf + printed, size - printed); in branch_type_str()
140 printed += count_str_scnprintf(j++, "CROSS_4K", bf + printed, size - printed); in branch_type_str()
143 printed += count_str_scnprintf(j++, "CROSS_2M", bf + printed, size - printed); in branch_type_str()