<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>THE ENCYCLOPEDIA &#187; valgrind</title>
	<atom:link href="http://blog.mrcongwang.com/tag/valgrind/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mrcongwang.com</link>
	<description>Of A Young Computer Science Graduate Student</description>
	<lastBuildDate>Mon, 17 May 2010 03:58:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cache rules</title>
		<link>http://blog.mrcongwang.com/2009/07/16/cache-rules/</link>
		<comments>http://blog.mrcongwang.com/2009/07/16/cache-rules/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 19:11:34 +0000</pubDate>
		<dc:creator>silwings</dc:creator>
				<category><![CDATA[Multi-threaded L7-Filter]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[valgrind]]></category>

		<guid isPermaLink="false">http://blog.mrcongwang.com/?p=201</guid>
		<description><![CDATA[

Write-allocate: when a write miss occurs, the block     written to is brought into the D1 cache.  Most modern caches     have this property.
Bit-selection hash function: the line(s) in the cache     to which a memory block maps is chosen by the middle bits  [...]]]></description>
		<wfw:commentRss>http://blog.mrcongwang.com/2009/07/16/cache-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building KCachegrind on Ubuntu 9.04</title>
		<link>http://blog.mrcongwang.com/2009/07/16/building-kcachegrind-on-ubuntu-9-04/</link>
		<comments>http://blog.mrcongwang.com/2009/07/16/building-kcachegrind-on-ubuntu-9-04/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 13:38:41 +0000</pubDate>
		<dc:creator>silwings</dc:creator>
				<category><![CDATA[Multi-threaded L7-Filter]]></category>
		<category><![CDATA[aRts]]></category>
		<category><![CDATA[cahcegrind]]></category>
		<category><![CDATA[kcachegrind]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[valgrind]]></category>

		<guid isPermaLink="false">http://blog.mrcongwang.com/?p=191</guid>
		<description><![CDATA[Since no kde applications are depended on aRts any more, all aRts related libraries are no longer included in Ubuntu 9.04
We have to build KCachegrind without aRts
see https://wiki.ubuntu.com/RemoveArts for details
The built KCachegrind has lost most of the functionalities.
So the conclusion is KCachegrind can only be supported by Ubuntu versions earlier than 9.04
]]></description>
		<wfw:commentRss>http://blog.mrcongwang.com/2009/07/16/building-kcachegrind-on-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Valgrind + CacheGrind</title>
		<link>http://blog.mrcongwang.com/2009/07/13/valgrind-cachegrind/</link>
		<comments>http://blog.mrcongwang.com/2009/07/13/valgrind-cachegrind/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 16:54:49 +0000</pubDate>
		<dc:creator>silwings</dc:creator>
				<category><![CDATA[Multi-threaded L7-Filter]]></category>
		<category><![CDATA[cachegrind]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[valgrind]]></category>

		<guid isPermaLink="false">http://blog.mrcongwang.com/?p=153</guid>
		<description><![CDATA[valgrind &#8211;tool=callgrind ls
– kcachegrind
valgrind &#8211;tool=cachegrind  &#60;app&#62; &#60;args&#62;
//generating Cachegrind.out.&#60;pid&#62; output file
kcachegrind
//generate diagram based on the output file
]]></description>
		<wfw:commentRss>http://blog.mrcongwang.com/2009/07/13/valgrind-cachegrind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Day 1] Choosing experimental tools</title>
		<link>http://blog.mrcongwang.com/2009/07/05/day-1-choosing-experimental-tools/</link>
		<comments>http://blog.mrcongwang.com/2009/07/05/day-1-choosing-experimental-tools/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 13:21:09 +0000</pubDate>
		<dc:creator>silwings</dc:creator>
				<category><![CDATA[Multi-threaded L7-Filter]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[valgrind]]></category>
		<category><![CDATA[vtune]]></category>

		<guid isPermaLink="false">http://blog.mrcongwang.com/?p=85</guid>
		<description><![CDATA[At first, an evaluation version of Intel VTune Performance Analyzer was obtained from Intel&#8217;s offical site along with a evaluation serial code. The entire program was more than 500MB.
When trying to install it by running ./install.sh, it kept frozen after entering the serial code due to the unconnectivity to Intel&#8217;s license verification center. Probably caused [...]]]></description>
		<wfw:commentRss>http://blog.mrcongwang.com/2009/07/05/day-1-choosing-experimental-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

