<feed xmlns='http://www.w3.org/2005/Atom'>
<title>feather-trace-tools.git, branch 2011.1</title>
<subtitle>[ARCHIVE] ftcat, ft2csv, and friends. Now on GitHub.</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/'/>
<entry>
<title>Fixup number-of-processor detection to handle ARM /proc/cpuinfo</title>
<updated>2011-01-25T20:12:09+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2010-11-04T15:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=74a3e04ce86302668a7a4fcf6b450a1fb4ef65c1'/>
<id>74a3e04ce86302668a7a4fcf6b450a1fb4ef65c1</id>
<content type='text'>
There's a line with a stray 'processor' in the ARM /proc/cpuinfo that
doesn't start in the first column. Let's not count that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's a line with a stray 'processor' in the ARM /proc/cpuinfo that
doesn't start in the first column. Let's not count that.
</pre>
</div>
</content>
</entry>
<entry>
<title>switch ft_tools to liblitmus-generated Makefile</title>
<updated>2011-01-25T20:05:11+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2011-01-25T20:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=78ae60302b58a40a3ad27084cf8ba0f77b8dcbfd'/>
<id>78ae60302b58a40a3ad27084cf8ba0f77b8dcbfd</id>
<content type='text'>
The liblitmus Makefile generates a config.inc makefile that makes the
liblitmus configuration available to third-party projects. This commit
switches ft_tools from the old SConstruct (which did all the
configuration itself to a much simpler Makefile based on including
config.inc.

As a new feature, this automatically picks up all compiler options
from liblitmus and thus automatically supports cross-compilation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The liblitmus Makefile generates a config.inc makefile that makes the
liblitmus configuration available to third-party projects. This commit
switches ft_tools from the old SConstruct (which did all the
configuration itself to a much simpler Makefile based on including
config.inc.

As a new feature, this automatically picks up all compiler options
from liblitmus and thus automatically supports cross-compilation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change default Feather-Trace device</title>
<updated>2011-01-13T00:34:47+00:00</updated>
<author>
<name>Christopher Kenna</name>
<email>cjk@cs.unc.edu</email>
</author>
<published>2011-01-10T15:00:31+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=a466077f928892d2bd28bd13ef39c92ef8553780'/>
<id>a466077f928892d2bd28bd13ef39c92ef8553780</id>
<content type='text'>
Feather-Trace devices are now being created by udev in /dev/litmus.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Feather-Trace devices are now being created by udev in /dev/litmus.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature: Make st_trace controllable by signals.</title>
<updated>2010-12-02T04:24:31+00:00</updated>
<author>
<name>Glenn Elliott</name>
<email>gelliott@cs.unc.edu</email>
</author>
<published>2010-12-02T04:24:31+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=eb18b073e8b04819efdd2b57595bc6e1ee7bc4b6'/>
<id>eb18b073e8b04819efdd2b57595bc6e1ee7bc4b6</id>
<content type='text'>
This patch makes the st_trace script controllable by SIGUSR1.  This
is useful for integrating tracing into an automated script since
st_trace previously was controlled by human input ("Press Enter to
end tracing...").  The old method is still used by default.  Use '-s'
to make st_trace wait for SIGUSR1 to terminate tracing instead.

Note that you can send SIGUSR1 to st_trace with the following example
commands:
&gt; pkill -SIGUSR1 st_trace
&gt; kill -SIGUSR1 &lt;PID for st_trace&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch makes the st_trace script controllable by SIGUSR1.  This
is useful for integrating tracing into an automated script since
st_trace previously was controlled by human input ("Press Enter to
end tracing...").  The old method is still used by default.  Use '-s'
to make st_trace wait for SIGUSR1 to terminate tracing instead.

Note that you can send SIGUSR1 to st_trace with the following example
commands:
&gt; pkill -SIGUSR1 st_trace
&gt; kill -SIGUSR1 &lt;PID for st_trace&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Parametrize CYCLES per US</title>
<updated>2010-04-21T21:30:31+00:00</updated>
<author>
<name>Andrea Bastoni</name>
<email>bastoni@cs.unc.edu</email>
</author>
<published>2010-04-21T21:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=e84fce96e96d8b5ee5e9531400b0735fb7e4fbb6'/>
<id>e84fce96e96d8b5ee5e9531400b0735fb7e4fbb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ft2csv: accept short names (without the trailing _START)</title>
<updated>2009-05-05T19:09:00+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@koruna.cs.unc.edu</email>
</author>
<published>2009-05-05T19:09:00+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=2e76f83c8ab6ce634d3a91724bfde81df88c15aa'/>
<id>2e76f83c8ab6ce634d3a91724bfde81df88c15aa</id>
<content type='text'>
Also, adjust line breaks to fit within 80 chars.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, adjust line breaks to fit within 80 chars.
</pre>
</div>
</content>
</entry>
<entry>
<title>silence a bunch of 64bit-specific warnings</title>
<updated>2009-05-05T04:07:28+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@koruna.cs.unc.edu</email>
</author>
<published>2009-05-05T04:07:28+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=e0ae63d3bcbb4daacbd5496bd74941183567a4c7'/>
<id>e0ae63d3bcbb4daacbd5496bd74941183567a4c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unused code to silence gcc warning</title>
<updated>2009-05-05T04:07:12+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@koruna.cs.unc.edu</email>
</author>
<published>2009-05-05T04:07:12+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=f4c35486c84f86cf884900edbe578e7e7099dd59'/>
<id>f4c35486c84f86cf884900edbe578e7e7099dd59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add SEND_RESCHED event</title>
<updated>2009-04-28T20:37:26+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2009-04-28T20:37:26+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=7c2555677297c1497ab45623c4de01a6fc6152db'/>
<id>7c2555677297c1497ab45623c4de01a6fc6152db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix the documentation fix...</title>
<updated>2009-04-28T19:33:26+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2009-04-28T19:33:26+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=3f131ac9a0f130291292c73a3505f0a1bffea9ad'/>
<id>3f131ac9a0f130291292c73a3505f0a1bffea9ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
