tracing-your-own-user-application: add details
authorSébastien Boisvert <boisvert@anl.gov>
Sun, 19 Oct 2014 18:22:30 +0000 (13:22 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 27 Oct 2014 18:14:45 +0000 (14:14 -0400)
Signed-off-by: Sébastien Boisvert <boisvert@anl.gov>
contents/getting-started/tracing-your-own-user-application.md

index f899e7da9e54ce459b016b8f1f16ec43e0440e66..18e32583ef98af08a71b6b3b422cc8819b16365a 100644 (file)
@@ -18,9 +18,9 @@ Unlike `printf()`, though, `tracepoint()` does not use a format string to
 know the types of its arguments: the formats of all tracepoints must be
 defined before using them. So before even writing our _Hello world_ program,
 we need to define the format of our tracepoint. This is done by writing a
-**template file**, with a name usually ending with the `.tp` extension,
+**template file**, with a name usually ending with the `.tp` extension (for **t**race**p**oint),
 which the `lttng-gen-tp` tool (shipped with LTTng-UST) will use to generate
-an object file and a header to be included in our application source code.
+an object file (along with a `.c` file) and a header to be included in our application source code.
 
 Here's the whole flow:
 
This page took 0.024805 seconds and 4 git commands to generate.