Lines Matching defs:bf
34 static int hists__browser_title(struct hists *hists, char *bf, size_t size,
398 char *bf, size_t bfsize, bool show_dso)
403 printed = scnprintf(bf, bfsize, "%s", cl->ms.sym->name);
405 printed = scnprintf(bf, bfsize, "%#" PRIx64, cl->ip);
408 scnprintf(bf + printed, bfsize - printed, " %s",
411 return bf;
446 char bf[1024], *alloc_str;
463 str = callchain_list__sym_name(chain, bf, sizeof(bf),
523 char bf[1024], *s;
540 s = callchain_list__sym_name(chain, bf, sizeof(bf),
1027 char bf[1024], *alloc_str;
1039 str = callchain_list__sym_name(chain, bf, sizeof(bf),
1078 char bf[1024], *s;
1081 s = callchain_list__sym_name(chain, bf, sizeof(bf), browser->show_dso);
1178 char bf[64];
1179 const char *err = strerror_r(errno, bf, sizeof(bf));
1221 static int hists__browser_title(struct hists *hists, char *bf, size_t size,
1247 printed = scnprintf(bf, size,
1253 printed += snprintf(bf + printed, size - printed,
1256 printed += scnprintf(bf + printed, size - printed,
1261 printed += scnprintf(bf + printed, size - printed,
1763 char bf[256], unit;
1781 printed = scnprintf(bf, sizeof(bf), "%lu%c%s%s", nr_events,
1783 slsmg_printf("%s", bf);
1791 printed += scnprintf(bf, sizeof(bf), ": %ld%c%schunks LOST!",
1793 warn = bf;