<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-conf-perf/programs/src, branch master</title>
<subtitle>Tool for automatic performance analysis of Linux</subtitle>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/'/>
<entry>
<title>kconfig_parser moved from programs to scripts</title>
<updated>2015-03-26T14:17:05+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-03-26T14:17:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=a457b9823e4c46b5d7bc7d5800008a483502ad32'/>
<id>a457b9823e4c46b5d7bc7d5800008a483502ad32</id>
<content type='text'>
This way all executable code is inside scripts directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way all executable code is inside scripts directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change definition to standard pointer arithmetic</title>
<updated>2015-03-26T12:19:09+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-03-24T22:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=e43949f8d7ac1c7f0083ffa0252f0c6dec11363e'/>
<id>e43949f8d7ac1c7f0083ffa0252f0c6dec11363e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kconfig_parser repair error</title>
<updated>2015-03-22T22:02:20+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-03-22T22:02:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=dc870f901b44afee25427dc6f98b609ff6eb52a8'/>
<id>dc870f901b44afee25427dc6f98b609ff6eb52a8</id>
<content type='text'>
Wrong rule output for reverse dependency when expression is reduced.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wrong rule output for reverse dependency when expression is reduced.
</pre>
</div>
</content>
</entry>
<entry>
<title>kconfig_parser raise debug verbose level to 3 and add id print to "working.." message</title>
<updated>2015-03-22T21:55:58+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-03-22T21:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=142cda87246f3282b32ddea3e5ea579aef98ef59'/>
<id>142cda87246f3282b32ddea3e5ea579aef98ef59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kconfig_parser: Fix rev_dep and implement verbose level output</title>
<updated>2015-03-22T21:05:56+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-03-22T21:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=3b4fbaa22233e764f6b94effd1b21c494061d32c'/>
<id>3b4fbaa22233e764f6b94effd1b21c494061d32c</id>
<content type='text'>
After this fix, generated dependency should be all right.

Verbose output implementation is only temporally.
It needs better implementation.
And command line arguments should be parsed with argp.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After this fix, generated dependency should be all right.

Verbose output implementation is only temporally.
It needs better implementation.
And command line arguments should be parsed with argp.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove rest of old implementation from kconfig_parser</title>
<updated>2015-03-22T17:59:10+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-03-22T17:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=f0ade98600d1fdcaeb4476ee80fb12b834f61f84'/>
<id>f0ade98600d1fdcaeb4476ee80fb12b834f61f84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kconfig_parser rewritten and now supports revers dependency</title>
<updated>2015-03-22T17:53:50+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-03-22T17:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=e0b3ecbe06cb47d14ee64dbf1bdbd9cbc27ac648'/>
<id>e0b3ecbe06cb47d14ee64dbf1bdbd9cbc27ac648</id>
<content type='text'>
Most of the kconfig_parser is changed.
Now dependency are not copied before transfer to CNF and CNF expression is direcly extracted from kconfíg parsed output structures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of the kconfig_parser is changed.
Now dependency are not copied before transfer to CNF and CNF expression is direcly extracted from kconfíg parsed output structures.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change symbol_map file divider from space to colon</title>
<updated>2015-02-03T19:59:54+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-02-03T19:59:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=a41cc012991ca1879e8f60511327ed8d01db14c3'/>
<id>a41cc012991ca1879e8f60511327ed8d01db14c3</id>
<content type='text'>
Also some other tweaks in kconfigp_parser. Mostly irrelevant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also some other tweaks in kconfigp_parser. Mostly irrelevant.
</pre>
</div>
</content>
</entry>
<entry>
<title>Output folder added to kconfig_parser</title>
<updated>2015-01-14T11:39:50+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-01-14T11:39:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=afeddb02f4482efce98a9a411c04d31daeb9aee4'/>
<id>afeddb02f4482efce98a9a411c04d31daeb9aee4</id>
<content type='text'>
Also kconfig folder in programs/src is renamed to kconfig_parser
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also kconfig folder in programs/src is renamed to kconfig_parser
</pre>
</div>
</content>
</entry>
<entry>
<title>Add kconfig_parser</title>
<updated>2014-12-14T18:28:28+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2014-12-14T18:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=4ec68e612e5d6670a154677b4c8914f22153b122'/>
<id>4ec68e612e5d6670a154677b4c8914f22153b122</id>
<content type='text'>
kconfig_parser is placed to new folder tree. In folder "programs" will be all programs.
Files in folder programs/src/kconfig/kconfig are taken from kernel v3.18-rc3. In future, they should be updated if new changes will be added to kernel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
kconfig_parser is placed to new folder tree. In folder "programs" will be all programs.
Files in folder programs/src/kconfig/kconfig are taken from kernel v3.18-rc3. In future, they should be updated if new changes will be added to kernel.
</pre>
</div>
</content>
</entry>
</feed>
