<?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 on: OProfile: Profiling in Linux for Fun and Profit</title>
	<atom:link href="http://lbrandy.com/blog/2008/11/oprofile-profiling-in-linux-for-fun-and-profit/feed/" rel="self" type="application/rss+xml" />
	<link>http://lbrandy.com/blog/2008/11/oprofile-profiling-in-linux-for-fun-and-profit/</link>
	<description>{ on programming and the internets, every monday }</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:14:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Quentin</title>
		<link>http://lbrandy.com/blog/2008/11/oprofile-profiling-in-linux-for-fun-and-profit/comment-page-1/#comment-28921</link>
		<dc:creator>Quentin</dc:creator>
		<pubDate>Mon, 19 Dec 2011 23:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=257#comment-28921</guid>
		<description>s-meaning-those-g</description>
		<content:encoded><![CDATA[<p>s-meaning-those-g</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quentin</title>
		<link>http://lbrandy.com/blog/2008/11/oprofile-profiling-in-linux-for-fun-and-profit/comment-page-1/#comment-28920</link>
		<dc:creator>Quentin</dc:creator>
		<pubDate>Mon, 19 Dec 2011 23:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=257#comment-28920</guid>
		<description>Hi Mr. Brandy,

Thanks for the post.

Once one starts using statistical performance tools, and wondering what all these numbers mean, one should at least go take a look at Drongowski&#039;s &quot;Basic Performance Measurements for AMD ... Processors&quot; http://developer.amd.com/Assets/intro_to_ca_v3_final.pdf which gives a great synopsis of what meaning numbers are.

Then it&#039;s worth it to check out CodeAnalyst which runs on top of OProfile.

Cheers
-- 
Quentin</description>
		<content:encoded><![CDATA[<p>Hi Mr. Brandy,</p>
<p>Thanks for the post.</p>
<p>Once one starts using statistical performance tools, and wondering what all these numbers mean, one should at least go take a look at Drongowski&#8217;s &#8220;Basic Performance Measurements for AMD &#8230; Processors&#8221; <a href="http://developer.amd.com/Assets/intro_to_ca_v3_final.pdf" rel="nofollow">http://developer.amd.com/Assets/intro_to_ca_v3_final.pdf</a> which gives a great synopsis of what meaning numbers are.</p>
<p>Then it&#8217;s worth it to check out CodeAnalyst which runs on top of OProfile.</p>
<p>Cheers<br />
&#8211;<br />
Quentin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Alberto Arias Prado</title>
		<link>http://lbrandy.com/blog/2008/11/oprofile-profiling-in-linux-for-fun-and-profit/comment-page-1/#comment-28286</link>
		<dc:creator>Diego Alberto Arias Prado</dc:creator>
		<pubDate>Sat, 21 May 2011 22:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=257#comment-28286</guid>
		<description>Thanks for this post, it has been very useful for me.

Some notes about oprofile under Ubuntu 10.04 and the uncompressed kernel image. Currently the .deb packages containing the uncompressed kernel image can be found at http://ddebs.ubuntu.com/pool/main/l/linux/. The package names no longer follow the naming convention linux-image-debug-{version}.deb. Now, if, for instance, your linux version is 2.6.32-31, then you should download and install a package like linux-image-2.6.32-31-generic-dbgsym_2.6.32-31.61_i386.ddeb (for and x86 architecture). More information about this new naming convention at can be found at https://bugs.launchpad.net/ubuntu/+source/linux/+bug/289087/comments/34</description>
		<content:encoded><![CDATA[<p>Thanks for this post, it has been very useful for me.</p>
<p>Some notes about oprofile under Ubuntu 10.04 and the uncompressed kernel image. Currently the .deb packages containing the uncompressed kernel image can be found at <a href="http://ddebs.ubuntu.com/pool/main/l/linux/" rel="nofollow">http://ddebs.ubuntu.com/pool/main/l/linux/</a>. The package names no longer follow the naming convention linux-image-debug-{version}.deb. Now, if, for instance, your linux version is 2.6.32-31, then you should download and install a package like linux-image-2.6.32-31-generic-dbgsym_2.6.32-31.61_i386.ddeb (for and x86 architecture). More information about this new naming convention at can be found at <a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/289087/comments/34" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/289087/comments/34</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://lbrandy.com/blog/2008/11/oprofile-profiling-in-linux-for-fun-and-profit/comment-page-1/#comment-26397</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 18 Apr 2010 15:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=257#comment-26397</guid>
		<description>I want to use oprofile, is it possible to detect memory bottleneck with it?. Thanks</description>
		<content:encoded><![CDATA[<p>I want to use oprofile, is it possible to detect memory bottleneck with it?. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rush</title>
		<link>http://lbrandy.com/blog/2008/11/oprofile-profiling-in-linux-for-fun-and-profit/comment-page-1/#comment-26367</link>
		<dc:creator>Rush</dc:creator>
		<pubDate>Mon, 05 Apr 2010 11:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=257#comment-26367</guid>
		<description>9.04+ (intrepid, jaunty, karmic, lucid) need additional repos to install debug symbols. Please check my blog for details.</description>
		<content:encoded><![CDATA[<p>9.04+ (intrepid, jaunty, karmic, lucid) need additional repos to install debug symbols. Please check my blog for details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RonK</title>
		<link>http://lbrandy.com/blog/2008/11/oprofile-profiling-in-linux-for-fun-and-profit/comment-page-1/#comment-26223</link>
		<dc:creator>RonK</dc:creator>
		<pubDate>Wed, 27 Jan 2010 13:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=257#comment-26223</guid>
		<description>You&#039;ve forgotten to explain about the &quot;ophelp&quot; command, which can be very useful for finding the esoteric event descriptors. Or did that come out in a later version of OProfile?</description>
		<content:encoded><![CDATA[<p>You&#8217;ve forgotten to explain about the &#8220;ophelp&#8221; command, which can be very useful for finding the esoteric event descriptors. Or did that come out in a later version of OProfile?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rach</title>
		<link>http://lbrandy.com/blog/2008/11/oprofile-profiling-in-linux-for-fun-and-profit/comment-page-1/#comment-14232</link>
		<dc:creator>rach</dc:creator>
		<pubDate>Fri, 10 Jul 2009 07:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://lbrandy.com/blog/?p=257#comment-14232</guid>
		<description>How to use Oprofile for application running on target board?

Thanks,</description>
		<content:encoded><![CDATA[<p>How to use Oprofile for application running on target board?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

