<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Anton's Blog</title>
	<atom:link href="http://anton.ozlabs.org/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://anton.ozlabs.org/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 27 Oct 2009 13:22:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Linux Static Tracepoints by Frank Ch. Eigler</title>
		<link>http://anton.ozlabs.org/blog/2009/10/07/linux-static-tracepoints/comment-page-1/#comment-46</link>
		<dc:creator>Frank Ch. Eigler</dc:creator>
		<pubDate>Tue, 27 Oct 2009 13:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://anton.ozlabs.org/blog/?p=6#comment-46</guid>
		<description>Please be aware that systemtap is able to connect directly to tracepoints too, without debuginfo:

# stap -l &#039;kernel.trace(&quot;*&quot;)&#039;
# stap -e &#039;probe kernel.trace(&quot;kmalloc&quot;) { log($$parms) }&#039;

No fuss or contention with /debugfs/ files.</description>
		<content:encoded><![CDATA[<p>Please be aware that systemtap is able to connect directly to tracepoints too, without debuginfo:</p>
<p># stap -l &#8216;kernel.trace(&#8220;*&#8221;)&#8217;<br />
# stap -e &#8216;probe kernel.trace(&#8220;kmalloc&#8221;) { log($$parms) }&#8217;</p>
<p>No fuss or contention with /debugfs/ files.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
