Add links to Java/Python application sections
[lttng-docs.git] / contents / using-lttng / instrumenting / c-application / defining-tracepoints.md
index bd6c07648e90c79b7676ae0c26041b7746ffe832..39529942954ec417e5a96c84ccd73290a4cfe64b 100644 (file)
@@ -41,8 +41,8 @@ The tracepoint name becomes the event name once events are recorded
 by the LTTng-UST tracer. It must follow the tracepoint provider name
 syntax: start with a letter and contain either letters, numbers or
 underscores. Two tracepoints under the same provider cannot have the
-same name, i.e. you cannot overload a tracepoint like you would
-overload functions and methods in C++/Java.
+same name. In other words, you cannot overload a tracepoint like you
+would overload functions and methods in C++/Java.
 
 <div class="tip">
 <p><span class="t">Note:</span>The concatenation of the tracepoint
This page took 0.022204 seconds and 4 git commands to generate.