Lines Matching full:stamp
26 * Perf events are not necessarily in time stamp order, as they can be
31 * time stamp lower than this record are processed (and displayed) before
49 * entries, the queue number and a time stamp. However the stack is sorted by
50 * the time stamps. The highest time stamp is at the bottom the lowest
51 * (nearest) time stamp is at the top. That sort order is maintained at all
58 * Each record is handled by s390_cpumsf_process_event(). The time stamp of
59 * the perf record is compared with the time stamp located on the auxtrace_heap
60 * top element. If that time stamp is lower than the time stamp from the
65 * stamp of the last processed entry of the auxtrace_buffer replaces the
79 * auxiliary traces entries until the time stamp of this record is reached
84 * Event processing of PERF_RECORD_XXX entries relies on time stamp entries.
102 * | Extract time stamp from sample data.
566 /* Correct calculation to convert time stamp in trailer entry to in get_trailer_time()
576 * pointer to the queue, the second parameter is the time stamp. This
577 * is the time stamp:
579 * - or the time stamp when the last processing of this queue stopped.
585 * reflect the time stamp of the last processed auxiliary data entry
587 * returned time stamp to record the last processed entry in this
592 * time stamp from the trailer entry until which position
596 * returns the maximum time stamp.
598 * maximum time stamp.
617 /* Get trailer entry time stamp and check if entries in in s390_cpumsf_samples()
619 * time stamp of the first entry is too high, whole buffer in s390_cpumsf_samples()
620 * can be skipped. In this case return time stamp. in s390_cpumsf_samples()
676 * This is the time stamp until which the auxiliary entries should
688 * maximum time stamp.
706 * stamp of the trailer entry in each page of the auxiliary in s390_cpumsf_run_decoder()
707 * data and the time stamp of the event triggering the decoding. in s390_cpumsf_run_decoder()