tests/tracing: add event record type tests
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 25 Sep 2020 00:00:25 +0000 (20:00 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 25 Sep 2020 00:00:25 +0000 (20:00 -0400)
commit5a2cc6111cd626e7415f2ce97c984a57b0aff9da
tree0c9cf1a5cd1e3ba9fabb3f848fbf61f5cad95ca1
parent938f5003980ff32c0c184101dc0f670dc5453a7a
tests/tracing: add event record type tests

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
16 files changed:
tests/tracing/configs/counter-clock/ert/ll.yaml [new file with mode: 0644]
tests/tracing/configs/counter-clock/ert/payload.yaml [new file with mode: 0644]
tests/tracing/configs/counter-clock/ert/spec-ctx-payload.yaml [new file with mode: 0644]
tests/tracing/configs/counter-clock/ert/spec-ctx.yaml [new file with mode: 0644]
tests/tracing/expect/counter-clock/ert/ll.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/ert/ll.metadata.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/ert/payload.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/ert/payload.metadata.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/ert/spec-ctx-payload.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/ert/spec-ctx-payload.metadata.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/ert/spec-ctx.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/ert/spec-ctx.metadata.expect [new file with mode: 0644]
tests/tracing/src/counter-clock/ert/ll.c [new file with mode: 0644]
tests/tracing/src/counter-clock/ert/payload.c [new file with mode: 0644]
tests/tracing/src/counter-clock/ert/spec-ctx-payload.c [new file with mode: 0644]
tests/tracing/src/counter-clock/ert/spec-ctx.c [new file with mode: 0644]
This page took 0.0249 seconds and 4 git commands to generate.