summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/const_value_func.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.base/const_value_func.stp')
-rw-r--r--testsuite/systemtap.base/const_value_func.stp4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/systemtap.base/const_value_func.stp b/testsuite/systemtap.base/const_value_func.stp
new file mode 100644
index 00000000..9dad9150
--- /dev/null
+++ b/testsuite/systemtap.base/const_value_func.stp
@@ -0,0 +1,4 @@
+probe process("const_value_func.exe").mark("constvalues")
+{
+ printf("f: %s\n", usymname($f));
+} \ No newline at end of file