Skip to content

Commit

Permalink
timestamp added in event header
Browse files Browse the repository at this point in the history
  • Loading branch information
rmeena840 committed Jul 16, 2019
1 parent 17dde58 commit 0542b83
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion misc/ctf/metadata
Expand Up @@ -1050,6 +1050,10 @@ trace {
};
};

env {
hostname = "Record_Item";
};

clock {
name = "monotonic";
uuid = "234d669d-7651-4bc1-a7fd-af581ecc6232";
Expand Down Expand Up @@ -1084,13 +1088,17 @@ struct packet_context {
uint32_t cpu_id;
};

struct event_header {
uint64_clock_monotonic_t timestamp;
};

stream {
id = 0;
event.header := struct event_header;
packet.context := struct packet_context;
};

struct event_field {
timestamp_t ns;
rtems_record_event events;
uint64_t data;
};
Expand Down

0 comments on commit 0542b83

Please sign in to comment.