Allow weak binding from instrumented apps to liblttng-ust
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 27 Nov 2011 10:08:02 +0000 (10:08 +0000)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 27 Nov 2011 10:08:02 +0000 (10:08 +0000)
commitdeb6e5408bafcab23cdd3e04b080134931d83906
tree03e444cbdd8a31b861f56f98a8578157c08947c5
parent8c12a40c4649401a53d868d1cf24619a05d3f81b
Allow weak binding from instrumented apps to liblttng-ust

This introduce the TRACEPOINT_DEFINE macro. See demo program for usage
example. This is an API change for instrumentation.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/tracepoint-event.h
include/lttng/tracepoint.h
liblttng-ust/probes/lttng-probe-ust.c
tests/demo/Makefile.am
tests/demo/README
tests/demo/demo.c
tests/demo/ust_tests_demo.h
tests/fork/fork.c
tests/fork/fork2.c
tests/hello/hello.c
This page took 0.02601 seconds and 4 git commands to generate.