Home | History | Annotate | Download | only in util

Lines Matching refs:bf

24 size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size)
47 ret = SNPRINTF(bf, size,
56 ret = SNPRINTF(bf, size,
75 ret += SNPRINTF(bf + ret, size - ret, "%" PRIu64 "%s ",
80 ret += SNPRINTF(bf + ret, size - ret, "%s", perf_evsel__name(top->sym_evsel));
82 ret += SNPRINTF(bf + ret, size - ret, "], ");
85 ret += SNPRINTF(bf + ret, size - ret, " (target_pid: %s",
88 ret += SNPRINTF(bf + ret, size - ret, " (target_tid: %s",
91 ret += SNPRINTF(bf + ret, size - ret, " (uid: %s",
94 ret += SNPRINTF(bf + ret, size - ret, " (all");
97 ret += SNPRINTF(bf + ret, size - ret, ", CPU%s: %s)",
102 ret += SNPRINTF(bf + ret, size - ret, ")");
104 ret += SNPRINTF(bf + ret, size - ret, ", %d CPU%s)",