ctf.fs: bt_ctf_notif_iter_create(): assert() that all medops exist
[babeltrace.git] / formats / ctf / metadata / ctf-test / succeed / ctf-embedded-1.txt
index 27af72332be0cdf652d1992d59e1bb770cebf45f..cb17344249c0a4b040b099af5202219e4e0a36b6 100644 (file)
@@ -1,3 +1,5 @@
+/* CTF 1.8 */
+
 trace {
        major = 0;
        minor = 1;
@@ -21,7 +23,7 @@ stream {
                void *func_called;       * events in this stream.
                void *called_from;       */
                uint32_t event_count;   /* for debug */
-       };                      
+       };
 };
 
 /*
@@ -33,52 +35,3 @@ stream {
 event { name = invalid; id = 0; };
 event { name = func_enter; id = 1; };
 event { name = func_exit; id = 2; };
-
-event {
-       name = timer_tick;      /* or sync_point... */
-       id = 3;
-       fields := {
-               uint64_t monotonic_value;
-               uint64_t tsc_value;
-               uint32_t seqnum;
-       };
-};
-
-event {
-       name = freq_change;
-       id = 4;
-       fields := {
-               uint64_t new_freq;
-       };
-}
-
-clock {
-       name = monotonic;
-       uuid = ;
-};
-
-clock {
-       name = seqnum;
-       uuid = ;
-};
-
-clock {
-       name = tsc;
-       sync_points = {
-               map {
-                       parent.clock = monotonic;
-                       parent.value = event.timer_tick.monotonic_value;
-                       value = event.timer_tick.tsc_value;
-               };
-               map {
-                       parent.clock = seqnum;
-                       parent.value = event.timer_tick.seqnum;
-                       value = event.timer_tick.tsc_value;
-               };
-       };
-
-       freq = {
-               update = event.freq_change.new_freq;
-       };
-       uuid = ;
-};
This page took 0.024141 seconds and 4 git commands to generate.