Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
authorYannick Brosseau <yannick.brosseau@gmail.com>
Thu, 16 Feb 2012 14:11:11 +0000 (09:11 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Feb 2012 14:11:11 +0000 (09:11 -0500)
commitb25c5b37ef536d7b09fe901d97e678220ec69c9a
tree888546dee187bb98dc24e27d0dc1a1eff5d7426f
parent9d335227b11499758dc06d97822ba2ebeeb0fd5c
Create the lttng-gen-tp tools as an helper to generate UST .h and .c files

Based on a template file which contains TRACEPOINT_EVENT definition, the
tools generate the necessary .h and .c to create the probes.

Include an example use in tests/gen-tp/

(refs #24)

Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am
configure.ac
tests/gen-tp/Makefile [new file with mode: 0644]
tests/gen-tp/sample.c [new file with mode: 0644]
tests/gen-tp/sample_tracepoint.tp [new file with mode: 0644]
tools/Makefile.am [new file with mode: 0644]
tools/lttng-gen-tp [new file with mode: 0644]
This page took 0.02542 seconds and 4 git commands to generate.