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

/linux-master/tools/perf/util/
H A Dbranch.c169 static int count_str_scnprintf(int idx, const char *str, char *bf, int size) function
189 printed += count_str_scnprintf(j++, "COND_FWD", bf + printed, size - printed);
192 printed += count_str_scnprintf(j++, "COND_BWD", bf + printed, size - printed);
199 printed += count_str_scnprintf(j++, branch_type_name(i), bf + printed, size - printed);
204 printed += count_str_scnprintf(j++, branch_new_type_name(i), bf + printed, size - printed);
208 printed += count_str_scnprintf(j++, "CROSS_4K", bf + printed, size - printed);
211 printed += count_str_scnprintf(j++, "CROSS_2M", bf + printed, size - printed);

Completed in 197 milliseconds