diff options
Diffstat (limited to 'testsuite/systemtap.printf/bin1.stp')
-rw-r--r-- | testsuite/systemtap.printf/bin1.stp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/systemtap.printf/bin1.stp b/testsuite/systemtap.printf/bin1.stp new file mode 100644 index 00000000..2177d8b3 --- /dev/null +++ b/testsuite/systemtap.printf/bin1.stp @@ -0,0 +1,5 @@ +probe begin +{ + printf("%1b", 0x42) + exit() +} |