<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Hello,</p>
<p>I hope this is the right place for my question. <br>
</p>
<p><span>I want to trace a linux kernel Module with lttng. So I created a header file in "<module path>/tracing/tracepoint.h<span>"</span>. I filled this header with information from
<a href="http://lttng.org/docs/#doc-instrumenting-linux-kernel-itself" target="_blank">
http://lttng.org/docs/#doc-instrumenting-linux-kernel-itself</a> (here the file is called hello,h). Then I included
<br>
<br>
<b>#define CREATE_TRACE_POINTS</b><b><br>
</b><b>#include <../../tracing/tracepoint.h></b></span></p>
<p><span><b>...</b><br>
<b>trace_hello_world(23, "initialized module");</b><br>
<b>...<br>
</b></span></p>
<p><span>in my modules source code. <br>
But when I try to compile my module again, I got these message: </span><span><a href="http://pastebin.com/hXnZhJBS" target="_blank">http://pastebin.com/hXnZhJBS<br>
<br>
<br>
</a>I hope its not a simple failor caused by reading the wrong part of the documentation, but I'm a little bit confused, which part I need to read.
<br>
I read </span><span><a href="http://lttng.org/docs/#doc-instrumenting-out-of-tree-linux-kernel"><span>http://lttng.org/docs/#doc-instrumenting-out-of-tree-linux-kernel</span></a> and there was a link to the above tutorial, which i used finaly.</span></p>
<p><span>I'm looking forward to a answer ;)<br>
</span></p>
<p><span><br>
Tim<br>
</span></p>
<p><span><br>
</span></p>
<p><span><br>
</span></p>
<font face="Arial"><font size="2"><em>Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender
 und vernichten Sie diese Mail. Vielen Dank. <br>
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen Schriftstücks per Telefax erfolgen.
<br>
<br>
Important note: The information included in this e-mail is confidential. It is solely intended for the recipient. If you are not the intended recipient of this e-mail please contact the sender and delete this message. Thank you. Without prejudice of e-mail
 correspondence, our statements are only legally binding when they are made in the conventional written form (with personal signature) or when such documents are sent by fax.
</em></font></font>
</body>
</html>