Add two new articles about kernel profiling/debugging.
Written by: Ray Kinsella <ray.kinsella@intel.com>
This commit is contained in:
parent
3d76ffed72
commit
10a91033ac
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=34925
1 changed files with 11 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/docs/books.sgml,v 1.38 2008/05/31 13:35:17 remko Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/docs/books.sgml,v 1.39 2009/09/02 10:47:07 danger Exp $">
|
||||
<!ENTITY title "Books and Articles Online">
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
|
||||
|
@ -465,6 +465,16 @@
|
|||
Developer's Handbook</a>.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p><a href="http://software.intel.com/sites/oss/pdfs/profiling_debugging_freebsd_kernel_321772.pdf">Profiling
|
||||
and Debugging the FreeBSD Kernel</a></p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p><a href="http://software.intel.com/sites/oss/pdfs/debugging_buffer_overruns_322486.pdf">Debugging
|
||||
Buffer Overruns in the FreeBSD Kernel</a></p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p><a href="http://www.cfcl.com/rdm/split_DNS.html">Setting up
|
||||
Split DNS on FreeBSD 4.1</a></p>
|
||||
|
|
Loading…
Reference in a new issue