<?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; vtune</title>
	<atom:link href="http://blog.mrcongwang.com/tag/vtune/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>[Day 2] Compiling Kernel Source Code for VTune</title>
		<link>http://blog.mrcongwang.com/2009/07/07/day-2-compiling-kernel-source-code-for-vtune/</link>
		<comments>http://blog.mrcongwang.com/2009/07/07/day-2-compiling-kernel-source-code-for-vtune/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 16:16:28 +0000</pubDate>
		<dc:creator>silwings</dc:creator>
				<category><![CDATA[Multi-threaded L7-Filter]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vtune]]></category>

		<guid isPermaLink="false">http://blog.mrcongwang.com/?p=92</guid>
		<description><![CDATA[Continued,
Step 1 Build Kernel Development Environment
uname -r
2.6.24-23-generic
uname -m
i686
apt-get install build-essential
apt-get install linux-headers-`uname -r`
vi Makefile # set EXTRAVERSION to a value corresponding to `uname -r`
make mrproper
cp /boot/config-`uname -r` .config
make oldconfig
make prepare
make scripts
In &#8220;make prepare &#8220;, I met a problem which says  &#8220;no rule for target arch/x86/kernel/asm-offsets.c&#8221;. The problem
is possibly due to the path. &#8220;asm-offsets.c&#8221; is located [...]]]></description>
		<wfw:commentRss>http://blog.mrcongwang.com/2009/07/07/day-2-compiling-kernel-source-code-for-vtune/feed/</wfw:commentRss>
		<slash:comments>5</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>

