diff options
author | trz <trz> | 2006-09-19 19:16:55 +0000 |
---|---|---|
committer | trz <trz> | 2006-09-19 19:16:55 +0000 |
commit | 18c785eef991aae229e7416d1b5edfc9306fa3a7 (patch) | |
tree | eef461a67160f247cf4f6bef96a0204f082c517a /README | |
parent | b96baad9f8f5bf04c3d136ed16fe59270ae947e9 (diff) | |
download | systemtap-steved-18c785eef991aae229e7416d1b5edfc9306fa3a7.tar.gz systemtap-steved-18c785eef991aae229e7416d1b5edfc9306fa3a7.tar.xz systemtap-steved-18c785eef991aae229e7416d1b5edfc9306fa3a7.zip |
Conversion from relay-on-procfs to relay-on-debugfs
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -53,7 +53,8 @@ Tips: Building a kernel.org kernel: - Build the kernel using your normal procedures. Enable - CONFIG_DEBUG_INFO, CONFIG_KPROBES, and optionally CONFIG_RELAY. + CONFIG_DEBUG_INFO, CONFIG_KPROBES, and optionally CONFIG_RELAY and + CONFIG_DEBUG_FS. - Boot into the kernel. - Make sure the large unstripped kernel image 'vmlinux' from your build can be found by systemtap (see above) You can just symlink |