<feed xmlns='http://www.w3.org/2005/Atom'>
<title>feather-trace-tools.git/src/ft2csv.c, branch 2012.3</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>Remove two sources of outliers</title>
<updated>2012-10-19T20:54:29+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-09-10T07:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=23624a2fd62515146c0eace874583fb66586de4c'/>
<id>23624a2fd62515146c0eace874583fb66586de4c</id>
<content type='text'>
- Don't enforce sequentiality constraint on SEND_RESCHED samples.
- Refuse samples with negative time deltas (possible due to clock skew).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Don't enforce sequentiality constraint on SEND_RESCHED samples.
- Refuse samples with negative time deltas (possible due to clock skew).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add filtering of IRQ-disturbed samples (on by default)</title>
<updated>2012-10-19T20:54:29+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-08-19T18:05: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=4531e293279cdc817f7ac37bff9472e74cb085ee'/>
<id>4531e293279cdc817f7ac37bff9472e74cb085ee</id>
<content type='text'>
Interrupts can cause massive outliers. Instead of trying to filter
them afterwards, let's not even include such samples in the first
place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Interrupts can cause massive outliers. Instead of trying to filter
them afterwards, let's not even include such samples in the first
place.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support matching based on PID in ft2csv</title>
<updated>2012-10-19T20:38:25+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-08-15T14:14:52+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=44da17bf24f2e67ab71ecb552ebf7b460e64999e'/>
<id>44da17bf24f2e67ab71ecb552ebf7b460e64999e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove hard-coded threshold</title>
<updated>2012-08-01T07:48:48+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-02-13T17:27:18+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=fe67e69e273ea7d589488465e95ba2b5b6d0a9a6'/>
<id>fe67e69e273ea7d589488465e95ba2b5b6d0a9a6</id>
<content type='text'>
The hard-coded threshold is a leftover from the beginnings.  It can be
surprising and is no longer needed: outlier filtering should happen
during post-processing, if at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The hard-coded threshold is a leftover from the beginnings.  It can be
surprising and is no longer needed: outlier filtering should happen
during post-processing, if at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support filtering by CPU identity.</title>
<updated>2011-02-21T15:53:51+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2011-02-21T15:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=bee50d638a562218b3a263439daa5eea5b6ee09b'/>
<id>bee50d638a562218b3a263439daa5eea5b6ee09b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow binary output in ft2csv</title>
<updated>2011-02-18T07:58:10+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2011-02-18T07:58:10+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=cff74703ad71f333491941d85baaa3f1835101fc'/>
<id>cff74703ad71f333491941d85baaa3f1835101fc</id>
<content type='text'>
This can help with large data sets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can help with large data sets.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove endian swapping from ft2csv; don't skip over holes</title>
<updated>2011-02-18T03:17:53+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2011-02-18T03:17:53+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=690b3db97d0f5e74ab8d14cb70f0601a4eb0cb79'/>
<id>690b3db97d0f5e74ab8d14cb70f0601a4eb0cb79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for release latency; make ftdump a bit prettier</title>
<updated>2011-02-17T23:58:18+00:00</updated>
<author>
<name>Bjoern B. Brandenburg</name>
<email>bbb@cs.unc.edu</email>
</author>
<published>2011-02-17T23:58:18+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=26b6535eaa2750df407ec06a37d05aca6183e163'/>
<id>26b6535eaa2750df407ec06a37d05aca6183e163</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
