<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-conf-perf/scripts/parse_kconfig, branch master</title>
<subtitle>Tool for automatic performance analysis of Linux</subtitle>
<id>http://git.cynerd.cz/linux-conf-perf/atom?h=master</id>
<link rel='self' href='http://git.cynerd.cz/linux-conf-perf/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/'/>
<updated>2015-09-17T11:03:02Z</updated>
<entry>
<title>Fix parse_kconfig symbol default</title>
<updated>2015-09-17T11:03:02Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-09-17T11:03:02Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=08d906b110f6a1a9985c4e03a13a2a97b0aaf818'/>
<id>urn:sha1:08d906b110f6a1a9985c4e03a13a2a97b0aaf818</id>
<content type='text'>
Generated rules for symbols default values was used without information
about their order. Kconfig documentation specifies that only first
valid default value specification should be used.
</content>
</entry>
<entry>
<title>Fix parse_kconfig choice parsing</title>
<updated>2015-09-12T09:46:26Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-09-12T09:46:26Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=e94207efe93141ce2d58436c56ea4271948bf148'/>
<id>urn:sha1:e94207efe93141ce2d58436c56ea4271948bf148</id>
<content type='text'>
Parsing choices was implemented wrong. For non-optional choice output
rules must contain also dependency of all choice symbols. Because if no
choice symbol has fulfilled dependencies, than choice shouldn't be
selected.
</content>
</entry>
<entry>
<title>Simplify parse_kconfig generated CNF formulas</title>
<updated>2015-07-17T10:07:08Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-07-17T09:41:50Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=485c55bcca5ad0480cf3c73b006a98e26ccc3f52'/>
<id>urn:sha1:485c55bcca5ad0480cf3c73b006a98e26ccc3f52</id>
<content type='text'>
Not isn't now generated using additional variable.
All head formulas for all configuration options are now printed directly as formulas. Not build using functions.
</content>
</entry>
<entry>
<title>Implement evaluate</title>
<updated>2015-05-16T12:32:32Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-05-16T12:32:32Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=599690760476bf7c9c2be226c40cc70c813aa60d'/>
<id>urn:sha1:599690760476bf7c9c2be226c40cc70c813aa60d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parse_kconfig fix problems with choice configs</title>
<updated>2015-05-05T09:22:50Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-05-05T09:22:50Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=20caa5bb744b543b4a55ef7b2d8432e758bb26bb'/>
<id>urn:sha1:20caa5bb744b543b4a55ef7b2d8432e758bb26bb</id>
<content type='text'>
Choice configs has now own boolean expression.
Also fixing problem with i variable. That causes that for some variables no cfn equations were build.
</content>
</entry>
<entry>
<title>Small change in parse_kconfig Makefile</title>
<updated>2015-05-04T20:50:48Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-05-04T20:50:48Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=bb3fc589961d155bd7cabd3c695f726b69136c14'/>
<id>urn:sha1:bb3fc589961d155bd7cabd3c695f726b69136c14</id>
<content type='text'>
Hide warnings. I am not going to solve them now.
</content>
</entry>
<entry>
<title>parse_kconfig change module decode value</title>
<updated>2015-05-04T20:47:53Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-05-04T20:47:53Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=7d9ea0394ec41f75fd860e1d267ecf3cc3f93ff4'/>
<id>urn:sha1:7d9ea0394ec41f75fd860e1d267ecf3cc3f93ff4</id>
<content type='text'>
In case of default value are modules taken as yes in case of boolean.
</content>
</entry>
<entry>
<title>parse_kconfig fix problem with generated rules</title>
<updated>2015-05-04T19:57:57Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-05-04T19:57:57Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=873c7efe496cfd2398b750a616781a5234ae3c6b'/>
<id>urn:sha1:873c7efe496cfd2398b750a616781a5234ae3c6b</id>
<content type='text'>
Generated rules were unsatisfiable all the time.
Problem was default value of vis variable.
</content>
</entry>
<entry>
<title>parse_kconfig adding proper visibility dependency</title>
<updated>2015-05-04T18:19:57Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-05-04T18:19:57Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=d837647515b59137a837c3f67dacfc9b7ad3e981'/>
<id>urn:sha1:d837647515b59137a837c3f67dacfc9b7ad3e981</id>
<content type='text'>
For unknown reasons, output rules with generated default solution are not satisfiable.
</content>
</entry>
<entry>
<title>parse_kconfig fix problems with generated rules to be UNSAT</title>
<updated>2015-05-02T11:29:49Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-05-02T11:29:49Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/linux-conf-perf/commit/?id=e6cd8a42dd9d0be35e9d12a9d6feb329f1ed88a9'/>
<id>urn:sha1:e6cd8a42dd9d0be35e9d12a9d6feb329f1ed88a9</id>
<content type='text'>
</content>
</entry>
</feed>
