unit_buf         1027 tools/perf/util/stat-shadow.c 		char unit_buf[10];
unit_buf         1037 tools/perf/util/stat-shadow.c 		snprintf(unit_buf, sizeof(unit_buf), "%c/sec", unit);
unit_buf         1038 tools/perf/util/stat-shadow.c 		print_metric(config, ctxp, NULL, "%8.3f", unit_buf, ratio);