time_to_string    219 tools/perf/util/svghelper.c static char *time_to_string(u64 duration);
time_to_string    227 tools/perf/util/svghelper.c 		time_to_string(end - start));
time_to_string    249 tools/perf/util/svghelper.c 		cpu, time_to_string(end - start));
time_to_string    302 tools/perf/util/svghelper.c 	text = time_to_string(end-start);
time_to_string    312 tools/perf/util/svghelper.c 	fprintf(svgfile, "<title>#%d waiting %s</title>\n", cpu, time_to_string(end - start));
time_to_string    398 tools/perf/util/svghelper.c 	fprintf(svgfile, "<title>%d %s running %s</title>\n", pid, name, time_to_string(end - start));