Home
last modified time | relevance | path

Searched refs:time_str (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-extended/at/at/
H A Dposixtm.c305 char time_str[MAX_BUFF_LEN]; in main() local
308 if (sscanf (buff, "%s %u", time_str, &syntax_bits) != 2) in main()
312 printf ("%-15s %2u ", time_str, syntax_bits); in main()
313 if (posixtime (&t, time_str, syntax_bits)) in main()
/openbmc/linux/tools/perf/util/
H A Dtime-utils.c461 int perf_time__parse_for_ranges_reltime(const char *time_str, in perf_time__parse_for_ranges_reltime() argument
467 bool has_percent = strchr(time_str, '%'); in perf_time__parse_for_ranges_reltime()
471 ptime_range = perf_time__range_alloc(time_str, &size); in perf_time__parse_for_ranges_reltime()
488 time_str, in perf_time__parse_for_ranges_reltime()
492 num = perf_time__parse_strs(ptime_range, time_str, size); in perf_time__parse_for_ranges_reltime()
519 int perf_time__parse_for_ranges(const char *time_str, in perf_time__parse_for_ranges() argument
524 return perf_time__parse_for_ranges_reltime(time_str, session, ranges, in perf_time__parse_for_ranges()
H A Dkwork.h189 const char *time_str; member
/openbmc/linux/scripts/
H A Dshow_delta49 (time_str, rest) = string.split(line[1:],']',1)
50 time = string.atof(time_str)
/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c41 const char *time_str; member
1081 if (pdiff.time_str && strchr(pdiff.time_str, ':')) { in abstime_str_dup()
1082 str = strdup(pdiff.time_str); in abstime_str_dup()
1134 ret = perf_time__parse_for_ranges(pdiff.time_str, d->session, in parse_percent_time()
1148 else if (pdiff.time_str) in parse_time_str()
1200 if (pdiff.time_str) { in __cmd_diff()
1304 OPT_STRING(0, "time", &pdiff.time_str, "str",
H A Dbuiltin-report.c104 const char *time_str; member
516 if (rep->time_str) in hists__fprintf_nr_sample_events()
517 ret += fprintf(fp, " (time slices: %s)", rep->time_str); in hists__fprintf_nr_sample_events()
1383 OPT_STRING(0, "time", &report.time_str, "str", in cmd_report()
1691 if (report.time_str) { in cmd_report()
1692 ret = perf_time__parse_for_ranges(report.time_str, session, in cmd_report()
H A Dbuiltin-kwork.c1374 if (kwork->time_str != NULL) { in perf_kwork__check_config()
1375 ret = perf_time__parse_str(&kwork->ptime, kwork->time_str); in perf_kwork__check_config()
1709 .time_str = NULL, in cmd_kwork()
1744 OPT_STRING(0, "time", &kwork.time_str, "str", in cmd_kwork()
1763 OPT_STRING(0, "time", &kwork.time_str, "str", in cmd_kwork()
1784 OPT_STRING(0, "time", &kwork.time_str, "str", in cmd_kwork()
H A Dbuiltin-kmem.c85 const char *time_str; variable
1964 OPT_STRING(0, "time", &time_str, "str", in cmd_kmem()
2028 if (perf_time__parse_str(&ptime, time_str) != 0) { in cmd_kmem()
H A Dbuiltin-script.c158 const char *time_str; member
3994 OPT_STRING(0, "time", &script.time_str, "str", in cmd_script()
4358 if (script.time_str) { in cmd_script()
4359 err = perf_time__parse_for_ranges_reltime(script.time_str, session, in cmd_script()
H A Dbuiltin-sched.c246 const char *time_str; member
3072 if (perf_time__parse_str(&sched->ptime, sched->time_str) != 0) { in perf_sched__timehist()
3626 OPT_STRING(0, "time", &sched.time_str, "str", in cmd_sched()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtoasterui.py64 time_str = time.strftime('build_%Y%m%d_%H%M%S', time.localtime(now))
65 log_file_name = time_str + ('.%d.log' % now_ms)
/openbmc/linux/lib/
H A Dvsprintf.c1838 char *time_str(char *buf, char *end, const struct rtc_time *tm, bool r) in time_str() function
1898 buf = time_str(buf, end, tm, raw); in rtc_str()