X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=README.md;h=39fa442887f5a8ea80c48359152a6c6c29fc7b1c;hb=92866a9dad57a5bd36286808155318cf8587fe2d;hp=3c45c30c190752c5a458adb3a159904cd722c8cd;hpb=a610548a65db6afb389ccef38e684405f76f786c;p=lttng-ust.git diff --git a/README.md b/README.md index 3c45c30c..39fa4428 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ This method decouples the tracepoint provider from the application, making it dynamically loadable. 1. Into exactly one unit of your _application_, define - `TRACEPOINT_DEFINE` _and_ `TRACEPOINT_PROBE_DYNAMIC_LINKAGE`, + `TRACEPOINT_DEFINE` _and_ `LTTNG_UST_TRACEPOINT_PROBE_DYNAMIC_LINKAGE`, then include the tracepoint provider header. 2. Include the tracepoint provider header into all C/C++ files using the provider and insert tracepoints using the `tracepoint()` macro.