summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-10-10 13:26:15 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-10-10 13:26:15 +0100
commitc155330f04f933d13298d5cddab6b7f3dc9d218f (patch)
tree61d18967a14806cc8c60c4043cb5554b27372816 /README
parentd6622d7636d592eb1c01fbcb8b8ad52c2b20615b (diff)
downloadlibguestfs-c155330f04f933d13298d5cddab6b7f3dc9d218f.tar.gz
libguestfs-c155330f04f933d13298d5cddab6b7f3dc9d218f.tar.xz
libguestfs-c155330f04f933d13298d5cddab6b7f3dc9d218f.zip
Add systemtap/DTrace probes.
Mainly this is a documentation change. However a sample of DTrace-compatible userspace probes are also added.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 6b2078e5..396c8bb2 100644
--- a/README
+++ b/README
@@ -77,6 +77,9 @@ For basic functionality and the C tools:
- Berkeley DB 'db_dump' and 'db_load' utilities
(db4-utils or db4.X-util or similar) (optional)
+- systemtap/DTrace userspace probes (optional)
+ http://sourceware.org/systemtap/wiki/AddingUserSpaceProbingToApps
+
- perldoc (pod2man, pod2text, pod2html) to generate the manual pages
and other documentation.