Rename "tsc" to "timestamp"
[lttng-modules.git] / include / ringbuffer / backend_types.h
index 337f1cda9ba26219a34f01065b5b4a3c14a31a1f..c23889ea63e616800f286a4ffdb6b3ebd5bd3158 100644 (file)
@@ -82,7 +82,7 @@ struct channel_backend {
        struct lttng_kernel_ring_buffer *buf;   /* Channel per-cpu buffers */
 
        unsigned long num_subbuf;       /* Number of sub-buffers for writer */
-       u64 start_tsc;                  /* Channel creation TSC value */
+       u64 start_timestamp;            /* Channel creation timestamp value */
        void *priv;                     /* Client-specific information */
        void *priv_ops;                 /* Client-specific ops pointer */
        void (*release_priv_ops)(void *priv_ops);
This page took 0.024376 seconds and 4 git commands to generate.