Skip to content

Commit

Permalink
Metadata for new event stream multiple file
Browse files Browse the repository at this point in the history
  • Loading branch information
rmeena840 committed Jul 3, 2019
1 parent c2d3856 commit 582b999
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions misc/ctf/metadata
Expand Up @@ -1041,12 +1041,19 @@ trace {
byte_order = le;
};

struct packet_context {
uint32_t cpu_id;
};

stream {
packet.context := struct packet_context;
};

event {
name = "RTEMS_RECORDING_EVENT";
fields := struct {
timestamp_t ns;
uint32_t cpu;
rtems_record_event events;
rtems_record_event events;
uint64_t data;
};
};

0 comments on commit 582b999

Please sign in to comment.