X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=2.7%2Flttng-docs-2.7.txt;h=2708e4901cd50715c3767d0fbccab5a1cc62ebec;hb=71b643ed4966966ed81aa2063c9024b082a1752a;hp=f16a03b9dabf1fd82e8ece6a674446594cd125b7;hpb=85de609516bbb92d4428c86e502e34f8c96a474d;p=lttng-docs.git diff --git a/2.7/lttng-docs-2.7.txt b/2.7/lttng-docs-2.7.txt index f16a03b..2708e49 100644 --- a/2.7/lttng-docs-2.7.txt +++ b/2.7/lttng-docs-2.7.txt @@ -1,7 +1,7 @@ The LTTng Documentation ======================= Philippe Proulx -v2.7, 25 October 2016 +v2.7, 24 July 2017 include::../common/copyright.txt[] @@ -1628,7 +1628,7 @@ With so many similar terms, it's easy to get confused. An **event** is the consequence of the execution of an _instrumentation point_, like a tracepoint that you manually place in some source code, or a Linux kernel KProbe. An event is said to _occur_ at a specific -time. Different actions can be taken upon the occurance of an event, +time. Different actions can be taken upon the occurrence of an event, like record the event's payload to a buffer. An **event record** is the representation of an event in a sub-buffer. A @@ -4835,12 +4835,12 @@ MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "." ---- -- -. Edit path:{probes/Makefile} and add your new kernel module object +. Edit path:{probes/KBuild} and add your new kernel module object next to the existing ones: + -- [source,make] -.path:{probes/Makefile} +.path:{probes/KBuild} ---- # ... @@ -6855,7 +6855,7 @@ event:: or a Linux kernel KProbe. + An event is said to _occur_ at a specific time. Different actions can -be taken upon the occurance of an event, like record the event's payload +be taken upon the occurrence of an event, like record the event's payload to a sub-buffer. <>::