Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dbranch.c110 static int count_str_scnprintf(int idx, const char *str, char *bf, int size) in count_str_scnprintf() function
127 printed += count_str_scnprintf(j++, "COND_FWD", bf + printed, size - printed); in branch_type_str()
130 printed += count_str_scnprintf(j++, "COND_BWD", bf + printed, size - printed); in branch_type_str()
137 printed += count_str_scnprintf(j++, branch_type_name(i), bf + printed, size - printed); in branch_type_str()
141 printed += count_str_scnprintf(j++, "CROSS_4K", bf + printed, size - printed); in branch_type_str()
144 printed += count_str_scnprintf(j++, "CROSS_2M", bf + printed, size - printed); in branch_type_str()