Lines Matching refs:SNPRINTF
17 #define SNPRINTF(buf, size, fmt, args...) \
46 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", 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)",
103 ret += SNPRINTF(bf + ret, size - ret, ")");
105 ret += SNPRINTF(bf + ret, size - ret, ", %d CPU%s)",