SNPRINTF           46 tools/perf/util/top.c 		ret = SNPRINTF(bf, size,
SNPRINTF           56 tools/perf/util/top.c 		ret = SNPRINTF(bf, size,
SNPRINTF           75 tools/perf/util/top.c 		ret += SNPRINTF(bf + ret, size - ret, "%" PRIu64 "%s ",
SNPRINTF           80 tools/perf/util/top.c 	ret += SNPRINTF(bf + ret, size - ret, "%s", perf_evsel__name(top->sym_evsel));
SNPRINTF           82 tools/perf/util/top.c 	ret += SNPRINTF(bf + ret, size - ret, "], ");
SNPRINTF           85 tools/perf/util/top.c 		ret += SNPRINTF(bf + ret, size - ret, " (target_pid: %s",
SNPRINTF           88 tools/perf/util/top.c 		ret += SNPRINTF(bf + ret, size - ret, " (target_tid: %s",
SNPRINTF           91 tools/perf/util/top.c 		ret += SNPRINTF(bf + ret, size - ret, " (uid: %s",
SNPRINTF           94 tools/perf/util/top.c 		ret += SNPRINTF(bf + ret, size - ret, " (all");
SNPRINTF           97 tools/perf/util/top.c 		ret += SNPRINTF(bf + ret, size - ret, ", CPU%s: %s)",
SNPRINTF          102 tools/perf/util/top.c 			ret += SNPRINTF(bf + ret, size - ret, ")");
SNPRINTF          104 tools/perf/util/top.c 			ret += SNPRINTF(bf + ret, size - ret, ", %d CPU%s)",