clock: output clock description in metadata
[lttng-modules.git] / wrapper / trace-clock.h
index d2579725e4aaecd38bccc9fb7c5df89b56d455ee..1140b94bcd1de2ae292a5dc9c4f9ffd4653271aa 100644 (file)
@@ -44,14 +44,14 @@ static inline u64 trace_clock_read64(void)
        return (u64) trace_clock_monotonic_wrapper();
 }
 
-static inline u64 trace_clock_frequency(void)
+static inline u64 trace_clock_freq(void)
 {
-       return (u64)NSEC_PER_SEC;
+       return (u64) NSEC_PER_SEC;
 }
 
-static inline u32 trace_clock_freq_scale(void)
+static inline const char *trace_clock_uuid(void)
 {
-       return 1;
+       return "CLOCK_MONOTONIC";
 }
 
 static inline int get_trace_clock(void)
This page took 0.024647 seconds and 4 git commands to generate.