<feed xmlns='http://www.w3.org/2005/Atom'>
<title>systemtap-steved/runtime/bench2, branch master</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/'/>
<entry>
<title>PR4037 and fixes to better synchronize staprun and stapio.</title>
<updated>2008-01-15T19:54:25+00:00</updated>
<author>
<name>hunt</name>
<email>hunt</email>
</author>
<published>2008-01-15T19:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=9012e89f2c17fddccac864f366af495ba7703f9b'/>
<id>9012e89f2c17fddccac864f366af495ba7703f9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2007-08-17  Martin Hunt  &lt;hunt@redhat.com&gt;</title>
<updated>2007-08-17T16:46:17+00:00</updated>
<author>
<name>hunt</name>
<email>hunt</email>
</author>
<published>2007-08-17T16:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=5f16fd61a310a4905bc39b7cf52e32a18086347a'/>
<id>5f16fd61a310a4905bc39b7cf52e32a18086347a</id>
<content type='text'>
	* bench2/bench.rb: Send HUP to stapio, instead of staprun.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* bench2/bench.rb: Send HUP to stapio, instead of staprun.
</pre>
</div>
</content>
</entry>
<entry>
<title>2007-04-05  Martin Hunt  &lt;hunt@redhat.com&gt;</title>
<updated>2007-04-05T19:46:39+00:00</updated>
<author>
<name>hunt</name>
<email>hunt</email>
</author>
<published>2007-04-05T19:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=d357359ab12c1f6f87123e912d0dfc0954a6b8c8'/>
<id>d357359ab12c1f6f87123e912d0dfc0954a6b8c8</id>
<content type='text'>
	* bench2/var_bench, var.st, const.st: New test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* bench2/var_bench, var.st, const.st: New test.
</pre>
</div>
</content>
</entry>
<entry>
<title>2007-04-05  Martin Hunt  &lt;hunt@redhat.com&gt;</title>
<updated>2007-04-05T18:50:54+00:00</updated>
<author>
<name>hunt</name>
<email>hunt</email>
</author>
<published>2007-04-05T18:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=8cee54154c8f4fdcf538f53d5342864b5e6d860f'/>
<id>8cee54154c8f4fdcf538f53d5342864b5e6d860f</id>
<content type='text'>
	* bench2/bench.rb (Stapbench::run): Check result code
	of "killall staprun". If it is nonzero, something happened to
	staprun. Print an error.
	(Stapbench::load): Define STP_NO_OVERLOAD.
	* bench2/README: Update.
	* bench2/print_bench: New set of tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* bench2/bench.rb (Stapbench::run): Check result code
	of "killall staprun". If it is nonzero, something happened to
	staprun. Print an error.
	(Stapbench::load): Define STP_NO_OVERLOAD.
	* bench2/README: Update.
	* bench2/print_bench: New set of tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>2007-03-14  Martin Hunt  &lt;hunt@redhat.com&gt;</title>
<updated>2007-03-14T16:13:33+00:00</updated>
<author>
<name>hunt</name>
<email>hunt</email>
</author>
<published>2007-03-14T16:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=8c235ce57600584d3126ad86520b4fb44765c8ec'/>
<id>8c235ce57600584d3126ad86520b4fb44765c8ec</id>
<content type='text'>
	* bench2/bench.rb: Updated to work with new transport
	and new itest.c.
	* bench2/Makefile: Updated for new itest.c
	* bench2/itest.c: Rewritten to use multiple threads
	and automatically divide the workload among the threads.

	* print.c (_stp_print_flush): Move to print_new.c and
	print_old.c.
	* print_new.c: New file containing _stp_print_flush()
	for the new transport.
	* print_old.c: Ditto for old transport.

	* runtime.h (STP_OLD_TRANSPORT): Define
	(errk): Define.
	(MAXSTRINGLEN): Define if not already defined.

	* io.c (_stp_vlog): Use _stp_ctl_write().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* bench2/bench.rb: Updated to work with new transport
	and new itest.c.
	* bench2/Makefile: Updated for new itest.c
	* bench2/itest.c: Rewritten to use multiple threads
	and automatically divide the workload among the threads.

	* print.c (_stp_print_flush): Move to print_new.c and
	print_old.c.
	* print_new.c: New file containing _stp_print_flush()
	for the new transport.
	* print_old.c: Ditto for old transport.

	* runtime.h (STP_OLD_TRANSPORT): Define
	(errk): Define.
	(MAXSTRINGLEN): Define if not already defined.

	* io.c (_stp_vlog): Use _stp_ctl_write().
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for kallsyms problem</title>
<updated>2007-01-22T18:45:16+00:00</updated>
<author>
<name>hunt</name>
<email>hunt</email>
</author>
<published>2007-01-22T18:45:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=9e0aa6367ff955f6e4d6ed044fd6ea0392888f6f'/>
<id>9e0aa6367ff955f6e4d6ed044fd6ea0392888f6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2006-12-04  Martin Hunt  &lt;hunt@redhat.com&gt;</title>
<updated>2006-12-04T19:19:04+00:00</updated>
<author>
<name>hunt</name>
<email>hunt</email>
</author>
<published>2006-12-04T19:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=b42d7f79d123ac73da8b43051cbfb3480059b2c3'/>
<id>b42d7f79d123ac73da8b43051cbfb3480059b2c3</id>
<content type='text'>
	* bench2/bench.rb: Fixes for the latest runtime
	changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* bench2/bench.rb: Fixes for the latest runtime
	changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>2006-09-26  David Smith  &lt;dsmith@redhat.com&gt;</title>
<updated>2006-09-26T21:39:52+00:00</updated>
<author>
<name>dsmith</name>
<email>dsmith</email>
</author>
<published>2006-09-26T21:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=3ae203b24203fc169e39f7b733f11038aafa80ef'/>
<id>3ae203b24203fc169e39f7b733f11038aafa80ef</id>
<content type='text'>
	* README: Changed 'stpd' references to 'staprun'.
	* README.doc: Ditto.
	* TODO: Ditto.
	* io.c: Ditto.
	* print.c: Ditto.
	* runtime.h: Ditto.
	* bench2/bench.rb: Ditto.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* README: Changed 'stpd' references to 'staprun'.
	* README.doc: Ditto.
	* TODO: Ditto.
	* io.c: Ditto.
	* print.c: Ditto.
	* runtime.h: Ditto.
	* bench2/bench.rb: Ditto.
</pre>
</div>
</content>
</entry>
<entry>
<title>2006-09-18  Martin Hunt  &lt;hunt@redhat.com&gt;</title>
<updated>2006-09-18T17:03:33+00:00</updated>
<author>
<name>hunt</name>
<email>hunt</email>
</author>
<published>2006-09-18T17:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=aa14db816a565c3a1e958f1c1f82692707fae673'/>
<id>aa14db816a565c3a1e958f1c1f82692707fae673</id>
<content type='text'>
	* bench2/bench.rb: Remove the deprecated "-m" option
	to stpd. Also, don't use merge mode for relayfs.
	* bench2/run_binary_print: New test. Compare various ways of
	printing binary data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* bench2/bench.rb: Remove the deprecated "-m" option
	to stpd. Also, don't use merge mode for relayfs.
	* bench2/run_binary_print: New test. Compare various ways of
	printing binary data.
</pre>
</div>
</content>
</entry>
<entry>
<title>Print error and exit if "stap" fails.</title>
<updated>2006-04-19T19:26:01+00:00</updated>
<author>
<name>hunt</name>
<email>hunt</email>
</author>
<published>2006-04-19T19:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/steved/public_git/systemtap-steved/commit/?id=cec2f7b0ea2b24098d36d0d31495b0f024cf5d19'/>
<id>cec2f7b0ea2b24098d36d0d31495b0f024cf5d19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
