Searched refs:time_str (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/scripts/ |
D | show_delta | 49 (time_str, rest) = string.split(line[1:],']',1) 50 time = string.atof(time_str)
|
/Linux-v4.19/tools/perf/ |
D | builtin-report.c | 78 const char *time_str; member 440 if (rep->time_str) in hists__fprintf_nr_sample_events() 441 ret += fprintf(fp, " (time slices: %s)", rep->time_str); in hists__fprintf_nr_sample_events() 1124 OPT_STRING(0, "time", &report.time_str, "str", in cmd_report() 1340 report.ptime_range = perf_time__range_alloc(report.time_str, in cmd_report() 1347 if (perf_time__parse_str(report.ptime_range, report.time_str) != 0) { in cmd_report() 1359 report.time_str, in cmd_report()
|
D | builtin-kmem.c | 78 const char *time_str; variable 1917 OPT_STRING(0, "time", &time_str, "str", in cmd_kmem() 1983 if (perf_time__parse_str(&ptime, time_str) != 0) { in cmd_kmem()
|
D | builtin-script.c | 1503 const char *time_str; member 3204 OPT_STRING(0, "time", &script.time_str, "str", in cmd_script() 3494 script.ptime_range = perf_time__range_alloc(script.time_str, in cmd_script() 3502 if (perf_time__parse_str(script.ptime_range, script.time_str) != 0) { in cmd_script() 3514 script.time_str, in cmd_script()
|
D | builtin-sched.c | 234 const char *time_str; member 2995 if (perf_time__parse_str(&sched->ptime, sched->time_str) != 0) { in perf_sched__timehist() 3417 OPT_STRING(0, "time", &sched.time_str, "str", in cmd_sched()
|