summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.context/uprobe_stmt_num.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.context/uprobe_stmt_num.stp')
-rw-r--r--testsuite/systemtap.context/uprobe_stmt_num.stp4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/systemtap.context/uprobe_stmt_num.stp b/testsuite/systemtap.context/uprobe_stmt_num.stp
new file mode 100644
index 00000000..c2e8d5ba
--- /dev/null
+++ b/testsuite/systemtap.context/uprobe_stmt_num.stp
@@ -0,0 +1,4 @@
+probe process("uprobe_stmt_num").statement("func@uprobe_stmt_num.c:*")
+{
+ printf("0x%x\n", uaddr());
+}