diff options
author | ddomingo <ddomingo@redhat.com> | 2008-10-13 14:38:03 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2008-10-13 14:38:03 +1000 |
commit | f4e4014f97627cfd36429d1c5b8e65373a837875 (patch) | |
tree | a36ae1581270ca034e211e67a8ad45e4aa6a25d7 /testsuite/parseko | |
parent | 74939defa679347fdd0b32d804b24b9976cb7cf3 (diff) | |
parent | 180b066c1d27320c1d706e35f56c8dc165d89583 (diff) | |
download | systemtap-steved-f4e4014f97627cfd36429d1c5b8e65373a837875.tar.gz systemtap-steved-f4e4014f97627cfd36429d1c5b8e65373a837875.tar.xz systemtap-steved-f4e4014f97627cfd36429d1c5b8e65373a837875.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/parseko')
-rwxr-xr-x | testsuite/parseko/source_context.stp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/parseko/source_context.stp b/testsuite/parseko/source_context.stp new file mode 100755 index 00000000..403b203b --- /dev/null +++ b/testsuite/parseko/source_context.stp @@ -0,0 +1,5 @@ +probe timer.ms(123) +{ +printf("Probe successful\n") + eeexit () +} |