time_str 1785 lib/vsprintf.c buf = time_str(buf, end, tm, raw); time_str 38 tools/perf/builtin-diff.c const char *time_str; time_str 1076 tools/perf/builtin-diff.c if (pdiff.time_str && strchr(pdiff.time_str, ':')) { time_str 1077 tools/perf/builtin-diff.c str = strdup(pdiff.time_str); time_str 1129 tools/perf/builtin-diff.c ret = perf_time__parse_for_ranges(pdiff.time_str, d->session, time_str 1143 tools/perf/builtin-diff.c else if (pdiff.time_str) time_str 1195 tools/perf/builtin-diff.c if (pdiff.time_str) { time_str 1283 tools/perf/builtin-diff.c OPT_STRING(0, "time", &pdiff.time_str, "str", time_str 83 tools/perf/builtin-kmem.c const char *time_str; time_str 1924 tools/perf/builtin-kmem.c OPT_STRING(0, "time", &time_str, "str", time_str 1990 tools/perf/builtin-kmem.c if (perf_time__parse_str(&ptime, time_str) != 0) { time_str 92 tools/perf/builtin-report.c const char *time_str; time_str 462 tools/perf/builtin-report.c if (rep->time_str) time_str 463 tools/perf/builtin-report.c ret += fprintf(fp, " (time slices: %s)", rep->time_str); time_str 1202 tools/perf/builtin-report.c OPT_STRING(0, "time", &report.time_str, "str", time_str 1452 tools/perf/builtin-report.c if (report.time_str) { time_str 1453 tools/perf/builtin-report.c ret = perf_time__parse_for_ranges(report.time_str, session, time_str 241 tools/perf/builtin-sched.c const char *time_str; time_str 3001 tools/perf/builtin-sched.c if (perf_time__parse_str(&sched->ptime, sched->time_str) != 0) { time_str 3425 tools/perf/builtin-sched.c OPT_STRING(0, "time", &sched.time_str, "str", time_str 1648 tools/perf/builtin-script.c const char *time_str; time_str 3546 tools/perf/builtin-script.c OPT_STRING(0, "time", &script.time_str, "str", time_str 3866 tools/perf/builtin-script.c if (script.time_str) { time_str 3867 tools/perf/builtin-script.c err = perf_time__parse_for_ranges_reltime(script.time_str, session, time_str 461 tools/perf/util/time-utils.c int perf_time__parse_for_ranges_reltime(const char *time_str, time_str 467 tools/perf/util/time-utils.c bool has_percent = strchr(time_str, '%'); time_str 471 tools/perf/util/time-utils.c ptime_range = perf_time__range_alloc(time_str, &size); time_str 488 tools/perf/util/time-utils.c time_str, time_str 492 tools/perf/util/time-utils.c num = perf_time__parse_strs(ptime_range, time_str, size); time_str 519 tools/perf/util/time-utils.c int perf_time__parse_for_ranges(const char *time_str, time_str 524 tools/perf/util/time-utils.c return perf_time__parse_for_ranges_reltime(time_str, session, ranges,