<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/ktrace, branch stable/10</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r297476:</title>
<updated>2016-04-13T16:47:14+00:00</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2016-04-13T16:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ebca713f849549da4a1a6540c6104a7822ab3731'/>
<id>ebca713f849549da4a1a6540c6104a7822ab3731</id>
<content type='text'>
Add a cross reference to ktrace(2).

Obtained from:	CheriBSD (9cb420d6b7f04c1b7d2006180b80932e5d3fe50e)
Sponsored by:	DARPA, AFRL
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a cross reference to ktrace(2).

Obtained from:	CheriBSD (9cb420d6b7f04c1b7d2006180b80932e5d3fe50e)
Sponsored by:	DARPA, AFRL
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 270674:</title>
<updated>2014-09-05T17:22:20+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2014-09-05T17:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=62445b08679eb8a793fa7793583fc727986aaf16'/>
<id>62445b08679eb8a793fa7793583fc727986aaf16</id>
<content type='text'>
Clarify that the -c argument clears the list of tracepoints specified by
-t (it does not clear all tracepoints).

Approved by:	re (gjb for 10)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clarify that the -c argument clears the list of tracepoints specified by
-t (it does not clear all tracepoints).

Approved by:	re (gjb for 10)
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't trace or dump page fault records in the default set of tracepoints</title>
<updated>2012-05-31T14:46:02+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2012-05-31T14:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5c506fb0b44cfbafbb0ae7576d11aaa79f9ccae5'/>
<id>5c506fb0b44cfbafbb0ae7576d11aaa79f9ccae5</id>
<content type='text'>
as they can be quite noisy.

Requested by:	Peter Jeremy
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as they can be quite noisy.

Requested by:	Peter Jeremy
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new ktrace records for the start and end of VM faults.  This gives</title>
<updated>2012-04-05T17:13:14+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2012-04-05T17:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=35818d2e94892c19f667f9be44319c542f6b34d6'/>
<id>35818d2e94892c19f667f9be44319c542f6b34d6</id>
<content type='text'>
a pair of records similar to syscall entry and return that a user can
use to determine how long page faults take.  The new ktrace records are
enabled via the 'p' trace type, and are enabled in the default set of
trace points.

Reviewed by:	kib
MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a pair of records similar to syscall entry and return that a user can
use to determine how long page faults take.  The new ktrace records are
enabled via the 'p' trace type, and are enabled in the default set of
trace points.

Reviewed by:	kib
MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Make ktrace(1) build cleanly at WARNS level 6 by completely rethinking the</title>
<updated>2011-10-18T08:26:12+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2011-10-18T08:26:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=99afdfe58d39b9239c774749112a1bb96ca9ee7c'/>
<id>99afdfe58d39b9239c774749112a1bb96ca9ee7c</id>
<content type='text'>
way in which it handles the -C, -c, -g and -p options.

MFC after:	3 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
way in which it handles the -C, -c, -g and -p options.

MFC after:	3 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a new trace point, KTRFAC_CAPFAIL, which traces capability check</title>
<updated>2011-10-11T20:37:10+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2011-10-11T20:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c601ad8eebac3f9bc517d75ecab772aae70aeec6'/>
<id>c601ad8eebac3f9bc517d75ecab772aae70aeec6</id>
<content type='text'>
failures.  It is included in the default set for ktrace(1) and kdump(1).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
failures.  It is included in the default set for ktrace(1) and kdump(1).
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicated header files</title>
<updated>2011-06-24T07:18:44+00:00</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2011-06-24T07:18:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=aa7e4bb4663ca1167a0c9de643091ffaffebdc4f'/>
<id>aa7e4bb4663ca1167a0c9de643091ffaffebdc4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Teach kdump to understand sv_flags records in the trace files.</title>
<updated>2011-02-25T22:07:23+00:00</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2011-02-25T22:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7144d36faba30670276f646f414e4d0c52c9ffd3'/>
<id>7144d36faba30670276f646f414e4d0c52c9ffd3</id>
<content type='text'>
MFC after:	1 Month.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	1 Month.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the advertising clause from UCB copyrighted files in usr.bin.  This</title>
<updated>2010-12-11T08:32:16+00:00</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2010-12-11T08:32:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=da52b4caaf187775f6b56a72c6b16e94ad728f7b'/>
<id>da52b4caaf187775f6b56a72c6b16e94ad728f7b</id>
<content type='text'>
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with:	imp, rwatson
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with:	imp, rwatson
</pre>
</div>
</content>
</entry>
<entry>
<title>- Sort list of trace points.</title>
<updated>2010-07-14T18:28:46+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2010-07-14T18:28:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d4523bd9cbe7e6d96bab85aee1541c97579f3a71'/>
<id>d4523bd9cbe7e6d96bab85aee1541c97579f3a71</id>
<content type='text'>
- Note that 'y' (sysctl requests) is in the default set of trace points.

MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Note that 'y' (sysctl requests) is in the default set of trace points.

MFC after:	3 days
</pre>
</div>
</content>
</entry>
</feed>
