<feed xmlns='http://www.w3.org/2005/Atom'>
<title>trace-cmd.git, branch master</title>
<subtitle>Home of trace-cmd and kernelshark</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/'/>
<entry>
<title>Allow servers to run on a special NULL cpu.</title>
<updated>2012-10-15T21:18:01+00:00</updated>
<author>
<name>Jonathan Herman</name>
<email>hermanjl@cs.unc.edu</email>
</author>
<published>2012-10-15T21:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=34c00c482f8d63af02784de9d376237611b42bfe'/>
<id>34c00c482f8d63af02784de9d376237611b42bfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Displayed additional data in server visualizations.</title>
<updated>2012-10-12T05:55:26+00:00</updated>
<author>
<name>Jonathan Herman</name>
<email>hermanjl@cs.unc.edu</email>
</author>
<published>2012-10-12T05:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=84c21bf0c89821bd35b035cd9f7f08acc13ea2dc'/>
<id>84c21bf0c89821bd35b035cd9f7f08acc13ea2dc</id>
<content type='text'>
This disables display_last_info until performance problem solved.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This disables display_last_info until performance problem solved.
</pre>
</div>
</content>
</entry>
<entry>
<title>Temporarily disabled record hash dispatching and fixed container box filling.</title>
<updated>2012-10-09T06:39:51+00:00</updated>
<author>
<name>Jonathan Herman</name>
<email>hermanjl@cs.unc.edu</email>
</author>
<published>2012-10-09T06:39:51+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=756317e8f3a6ec5a4e6147a28f10157cf8a38f4a'/>
<id>756317e8f3a6ec5a4e6147a28f10157cf8a38f4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged VCPU and VTASK plots.</title>
<updated>2012-10-06T20:45:16+00:00</updated>
<author>
<name>Jonathan Herman</name>
<email>hermanjl@cs.unc.edu</email>
</author>
<published>2012-10-06T20:45:16+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=f1b106178638b6155b116ff51f55d49759a28852'/>
<id>f1b106178638b6155b116ff51f55d49759a28852</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrote set_cpu_to_rts() and iterate() for increased performance and accuracy.</title>
<updated>2012-10-05T21:14:37+00:00</updated>
<author>
<name>Jonathan Herman</name>
<email>hermanjl@cs.unc.edu</email>
</author>
<published>2012-10-05T21:14:37+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=93290e83d330653f090b3780e59ea5d2bf1e3bca'/>
<id>93290e83d330653f090b3780e59ea5d2bf1e3bca</id>
<content type='text'>
Container job information functions, like displaying the job in the server's boxes
or the currently running task in pop-ups, rewritten to take advantage of these
changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Container job information functions, like displaying the job in the server's boxes
or the currently running task in pop-ups, rewritten to take advantage of these
changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Temporarily disable hash-based plotting until it works with blocking.</title>
<updated>2012-10-03T22:59:38+00:00</updated>
<author>
<name>Jonathan Herman</name>
<email>hermanjl@cs.unc.edu</email>
</author>
<published>2012-10-03T22:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=8e74ea12a1fcbe0a799284163f0cf72bcb916df7'/>
<id>8e74ea12a1fcbe0a799284163f0cf72bcb916df7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Plotter automatically reads all records _at least_ once.</title>
<updated>2012-10-02T01:35:49+00:00</updated>
<author>
<name>Jonathan Herman</name>
<email>hermanjl@cs.unc.edu</email>
</author>
<published>2012-10-02T01:35:49+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=fe1bbdcd1f561aba818c55dfede6b932ff8e4001'/>
<id>fe1bbdcd1f561aba818c55dfede6b932ff8e4001</id>
<content type='text'>
Certain records, like container and task params, must be read on the first pass
to set up the plot menus. Before, once the release was found, the plotter would
skip right to the first task release. Unfortunately, container params are
dropped right after the release record, and were being skipped. Now, the plotter
will read up to the release time (or the release time + start offset).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Certain records, like container and task params, must be read on the first pass
to set up the plot menus. Before, once the release was found, the plotter would
skip right to the first task release. Unfortunately, container params are
dropped right after the release record, and were being skipped. Now, the plotter
will read up to the release time (or the release time + start offset).
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial viewing area size determined using rt-timestamps, not ftrace timestamps.</title>
<updated>2012-09-29T21:25:55+00:00</updated>
<author>
<name>Jonathan Herman</name>
<email>hermanjl@cs.unc.edu</email>
</author>
<published>2012-09-29T21:25:55+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=7a67bb21f120fc0da6943a5557ef5af06d881ff0'/>
<id>7a67bb21f120fc0da6943a5557ef5af06d881ff0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed debug messaging</title>
<updated>2012-09-21T18:50:35+00:00</updated>
<author>
<name>Jonathan Herman</name>
<email>hermanjl@cs.unc.edu</email>
</author>
<published>2012-09-21T18:50:35+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=cfde60c05a5acc9ff7e4bff8326f6ae6a83e3c7d'/>
<id>cfde60c05a5acc9ff7e4bff8326f6ae6a83e3c7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup</title>
<updated>2012-09-21T15:14:41+00:00</updated>
<author>
<name>Jonathan Herman</name>
<email>hermanjl@cs.unc.edu</email>
</author>
<published>2012-09-21T15:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/trace-cmd.git/commit/?id=15f952eca67215e7bf1b28ae323635b0882135e2'/>
<id>15f952eca67215e7bf1b28ae323635b0882135e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
