Rename "tsc" to "timestamp"
[lttng-ust.git] / src / common / ringbuffer / frontend_types.h
index 1b0e1a080e6bb15d79459d516c6b1eb56a81bb7e..3be7ec1bf63bd054a7180d44dcce3329b0a34d5c 100644 (file)
@@ -181,7 +181,7 @@ struct lttng_ust_ring_buffer {
        int record_disabled;
        /* End of cache-hot 32 bytes cacheline */
 
-       union v_atomic last_tsc;        /*
+       union v_atomic last_timestamp;  /*
                                         * Last timestamp written in the buffer.
                                         */
 
@@ -251,7 +251,7 @@ struct lttng_ust_ring_buffer_ctx_private {
                                                 * prior to record header alignment
                                                 * padding.
                                                 */
-       uint64_t tsc;                           /* time-stamp counter value */
+       uint64_t timestamp;                     /* time-stamp counter value */
        unsigned int rflags;                    /* reservation flags */
        struct lttng_ust_ring_buffer *buf;      /*
                                                 * buffer corresponding to processor id
This page took 0.023878 seconds and 4 git commands to generate.