<feed xmlns='http://www.w3.org/2005/Atom'>
<title>feather-trace-tools.git, 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>Be more verbose about aborted moves</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-04T11:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=861b556c5a9867f2abe600901cbf3054195377c1'/>
<id>861b556c5a9867f2abe600901cbf3054195377c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add monotonicity filtering to ftsort</title>
<updated>2012-10-19T20:54:29+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-10-19T19:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=a1d385412709a36f85cab66deb578484439400c5'/>
<id>a1d385412709a36f85cab66deb578484439400c5</id>
<content type='text'>
Timestamps and sequence numbers should be monotonic with regard to a
single CPU and/or or task. Non-compliant samples were disturbed and
should be rejected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Timestamps and sequence numbers should be monotonic with regard to a
single CPU and/or or task. Non-compliant samples were disturbed and
should be rejected.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -s (simulate) and -v (verbose) flags to ftsort</title>
<updated>2012-10-19T20:54:29+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-10-19T19:36:09+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=3896f9f1eef468312cf622974c4c7ac0b287bf88'/>
<id>3896f9f1eef468312cf622974c4c7ac0b287bf88</id>
<content type='text'>
The -s flag prevents ftsort from writing back results to disk.  The -v
(verbose) flag enables more detailed output.  These flags are useful
when debugging traces and filtering.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The -s flag prevents ftsort from writing back results to disk.  The -v
(verbose) flag enables more detailed output.  These flags are useful
when debugging traces and filtering.
</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>Update timestamp structure to reflect PID field</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-15T11:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=2265873941ade09b9ba4eb754278818cd5801d3a'/>
<id>2265873941ade09b9ba4eb754278818cd5801d3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update locking timestamp IDs</title>
<updated>2012-10-19T18:36:02+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-08-15T11:41:13+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=dc9421543acf741a8c3aab32cc3630b33d7116bc'/>
<id>dc9421543acf741a8c3aab32cc3630b33d7116bc</id>
<content type='text'>
...to mirror those used in the kernel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...to mirror those used in the kernel.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support terminating ftcat after a given number of samples has been read</title>
<updated>2012-10-19T16:50:28+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-09-10T07:11:40+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=4d44afb20de33f00b0e9ffc708e360a419b11e56'/>
<id>4d44afb20de33f00b0e9ffc708e360a419b11e56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto-discover ftcat in st_trace</title>
<updated>2012-10-19T16:50:28+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-09-06T10:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/feather-trace-tools.git/commit/?id=46a5a8976116026302e9ee9b94bc93cdb40e247f'/>
<id>46a5a8976116026302e9ee9b94bc93cdb40e247f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
