blob: aa188f0a9e359b58acd86fbe5ef131f86660f55a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?xml version='1.0'?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
<section id="useful-kernel">
<title>Kernel</title>
<remark>
http://sourceware.org/systemtap/examples/subsystem-index.html
</remark>
<remark>
Tracing Calls for Sections of Code - http://sourceware.org/systemtap/examples/general/para-callgraph.stp
</remark>
<remark>
Profile kernel functions - http://sourceware.org/systemtap/examples/process/pf2.stp
</remark>
<remark>
Count Times Functions Called -
http://sourceware.org/systemtap/examples/profiling/functioncallcount.stp
</remark>
<remark>
Profile kernel functions - http://sourceware.org/systemtap/examples/profiling/thread-times.stp
</remark>
</section>
|