Lines Matching refs:time
32 #include "util/time-utils.h"
171 {.str = "time", .field = PERF_OUTPUT_TIME},
682 pr_err("Can't provide 'tod' time, missing clock data. "
862 tod_scnprintf(script, tstr, sizeof(tstr), sample->time);
867 u64 t = sample->time;
870 initial_time = sample->time;
871 t = sample->time - initial_time;
874 t = sample->time - previous_time;
878 previous_time = sample->time;
2371 sample->time)) {
2376 if (sample->time < last_timestamp) {
2379 sample->time);
2382 last_timestamp = sample->time;
2514 sample->time = timestamp;
2590 event->fork.time);
2599 event->fork.tid, event->fork.time))
3518 /* Skip those real time scripts: xxxtop.p[yl] */
3655 process_stat(counter, round->time);
3658 process_stat_interval(round->time);
3902 "Fields: comm,tid,pid,time,cpu,event,trace,ip,sym,dso,dsoff"
3940 OPT_BOOLEAN(0, "reltime", &reltime, "Show time stamps relative to start"),
3941 OPT_BOOLEAN(0, "deltatime", &deltatime, "Show time stamps relative to previous event"),
3970 "Use 9 decimal places when displaying time"),
3980 OPT_STRING(0, "time", &script.time_str, "str",