Lines Matching refs:time
36 #include <sys/time.h>
77 COMPARE_EVENT_KEY(time, time);
150 EV_METRIC_CMP(time)
171 EV_METRIC_ENTRY(time)
178 .name = "time",
253 EV_METRIC_PERCENT(time)
719 event->total.time = 0;
723 event->vcpu[i].time = 0;
826 vcpu_record->start_time = sample->time;
833 kvm_stats->time += time_diff;
956 if (sample->time < time_begin) {
957 pr_debug("End time before begin time; skipping event.\n");
961 time_diff = sample->time - time_begin;
969 sample->time, sample->pid, vcpu_record->vcpu_id,
1032 "ev_name", "sample", "time", "max_t", "min_t", "mean_t",
1067 "time,percent_time,max_t,min_t,mean_t";
1132 pr_info("%16s ", "Avg time");
1161 pr_info("\nTotal Samples:%" PRIu64 ", Total events handled time:%.2fus.\n\n",
1303 /* save time stamp of our first sample for this mmap */
1328 /* flush time is going to be the minimum of all the individual
1330 * from the last pass under our minimal start time -- that leaves
1797 " time (sort by avg time)"),
1895 "time in seconds between display updates"),
1903 " time (sort by avg time)"),