Home
last modified time | relevance | path

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

/tools/perf/util/
A Dcallchain.c1196 printed = scnprintf(bf, bfsize, "%s%s", in callchain_list__sym_name()
1224 scnprintf(bf, bfsize, "%"PRIu64, period); in callchain_node__scnprintf_value()
1227 scnprintf(bf, bfsize, "%u", count); in callchain_node__scnprintf_value()
1233 scnprintf(bf, bfsize, "%.2f%%", percent); in callchain_node__scnprintf_value()
1364 bf + printed, bfsize - printed, 0.0); in branch_to_str()
1370 bf + printed, bfsize - printed, 0.1); in branch_to_str()
1391 bf + printed, bfsize - printed); in branch_from_str()
1398 v, bf + printed, bfsize - printed); in branch_from_str()
1402 bf + printed, bfsize - printed); in branch_from_str()
1455 return scnprintf(bf, bfsize, "%s", str); in callchain_counts_printf()
[all …]
A Dcallchain.h288 char *bf, size_t bfsize, bool show_dso);
290 char *bf, size_t bfsize, u64 total);
295 FILE *fp, char *bf, int bfsize);
A Dbranch.h92 int branch_type_str(const struct branch_type_stat *st, char *bf, int bfsize);

Completed in 9 milliseconds