Lines Matching defs:time

39 #include "time-utils.h"
210 u64 time;
309 /* perf_time__ranges_skip_sample does not work if time is zero */
1716 sample->time = tsc_to_perf_time(ptq->timestamp, &pt->tc);
2276 sample.time = tsc_to_perf_time(timestamp, &pt->tc);
2841 * To filter against time ranges, it is only necessary to look at the next start
2842 * or end time.
2849 /* Next time is an end time */
2854 /* Next time is a start time */
2861 /* No next time */
2872 /* After start time, so consider next time */
2875 /* No end time */
2878 /* Check against end time */
2881 /* Before start time, so fast forward */
2896 /* After end time, so consider next time */
2898 /* No next time range, so stop decoding */
2903 /* Check against next start time */
2906 /* Before end time */
3072 ptq->time = time_;
3124 ptq->time = sample->time;
3133 sample->pid, sample->tid, 0, sample->time,
3224 intel_pt_log("sched_switch: cpu %d tid %d time %"PRIu64" tsc %#"PRIx64"\n",
3225 cpu, tid, sample->time, perf_time_to_tsc(sample->time,
3228 ret = intel_pt_sync_switch(pt, cpu, tid, sample->time);
3332 ret = intel_pt_sync_switch(pt, cpu, tid, sample->time);
3346 intel_pt_log("itrace_start: cpu %d pid %d tid %d time %"PRIu64" tsc %#"PRIx64"\n",
3348 event->itrace_start.tid, sample->time,
3349 perf_time_to_tsc(sample->time, &pt->tc));
3465 if (sample->time && sample->time != (u64)-1)
3466 timestamp = perf_time_to_tsc(sample->time, &pt->tc);
3484 sample->time);
3525 if (intel_pt_enable_logging && intel_pt_log_events(pt, sample->time)) {
3526 intel_pt_log("event %u: cpu %d time %"PRIu64" tsc %#"PRIx64" ",
3527 event->header.type, sample->cpu, sample->time, timestamp);
3651 if (sample->time && sample->time != (u64)-1)
3652 timestamp = perf_time_to_tsc(sample->time, &pt->tc);
4055 * Take care to ensure the TSC range matches the perf-time range
4056 * when converted back to perf-time.
4061 intel_pt_log("range %d: perf time interval: %"PRIu64" to %"PRIu64"\n",
4063 intel_pt_log("range %d: TSC time interval: %#"PRIx64" to %#"PRIx64"\n",
4316 pr_err("Intel PT has no time information for VM Time Correlation\n");
4435 * actual sample ip to where the sample time is recorded.