Lines Matching defs:bfsize

1182 			       char *bf, size_t bfsize, bool show_dso)
1192 printed = scnprintf(bf, bfsize, "%s %s%s",
1196 printed = scnprintf(bf, bfsize, "%s%s",
1199 printed = scnprintf(bf, bfsize, "%#" PRIx64, cl->ip);
1202 scnprintf(bf + printed, bfsize - printed, " %s",
1211 char *bf, size_t bfsize, u64 total)
1224 scnprintf(bf, bfsize, "%"PRIu64, period);
1227 scnprintf(bf, bfsize, "%u", count);
1233 scnprintf(bf, bfsize, "%.2f%%", percent);
1336 static int count_pri64_printf(int idx, const char *str, u64 value, char *bf, int bfsize)
1338 return scnprintf(bf, bfsize, "%s%s:%" PRId64 "", (idx) ? " " : " (", str, value);
1342 char *bf, int bfsize, float threshold)
1347 return scnprintf(bf, bfsize, "%s%s:%.1f%%", (idx) ? " " : " (", str, value);
1350 static int branch_to_str(char *bf, int bfsize,
1357 printed = branch_type_str(brtype_stat, bf, bfsize);
1364 bf + printed, bfsize - printed, 0.0);
1370 bf + printed, bfsize - printed, 0.1);
1374 printed += scnprintf(bf + printed, bfsize - printed, ")");
1379 static int branch_from_str(char *bf, int bfsize,
1391 bf + printed, bfsize - printed);
1398 v, bf + printed, bfsize - printed);
1402 bf + printed, bfsize - printed);
1407 printed += scnprintf(bf + printed, bfsize - printed, ")");
1412 static int counts_str_build(char *bf, int bfsize,
1422 return scnprintf(bf, bfsize, " (calltrace)");
1425 printed = branch_to_str(bf, bfsize, branch_count,
1428 printed = branch_from_str(bf, bfsize, branch_count,
1439 static int callchain_counts_printf(FILE *fp, char *bf, int bfsize,
1455 return scnprintf(bf, bfsize, "%s", str);
1459 FILE *fp, char *bf, int bfsize)
1477 return callchain_counts_printf(fp, bf, bfsize, branch_count,