Re: [RFC PATCH v2 1/3] trace2: Add a JSON schema for trace2 events

2019-07-24 Thread Josh Steadmon
On 2019.07.10 20:32, Jakub Narebski wrote: > Josh Steadmon writes: > > > Define a JSON schema[1] that can be used to validate trace2 event > > objects. This can be used to add regression tests to verify that the > > event output format does not change unexpectedly. > > > > Two versions of the sch

Re: [RFC PATCH v2 1/3] trace2: Add a JSON schema for trace2 events

2019-07-10 Thread Jakub Narebski
Josh Steadmon writes: > Define a JSON schema[1] that can be used to validate trace2 event > objects. This can be used to add regression tests to verify that the > event output format does not change unexpectedly. > > Two versions of the schema are provided: Actually, four versions of the schema

[RFC PATCH v2 1/3] trace2: Add a JSON schema for trace2 events

2019-07-09 Thread Josh Steadmon
Define a JSON schema[1] that can be used to validate trace2 event objects. This can be used to add regression tests to verify that the event output format does not change unexpectedly. Two versions of the schema are provided: * event_schema.json is more permissive. It verifies that all expected