summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/uprobes_uname.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.base/uprobes_uname.stp')
-rw-r--r--testsuite/systemtap.base/uprobes_uname.stp7
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuite/systemtap.base/uprobes_uname.stp b/testsuite/systemtap.base/uprobes_uname.stp
deleted file mode 100644
index a44d78d3..00000000
--- a/testsuite/systemtap.base/uprobes_uname.stp
+++ /dev/null
@@ -1,7 +0,0 @@
-probe process("uprobes_exe").function("*") {
- printf("exe: %s=%s\n",probefunc(), usymname(uaddr()));
-}
-
-probe process("libuprobes_lib.so").function("*") {
- printf("lib: %s=%s\n",probefunc(), usymname(uaddr()));
-}