Skip to content

Instantly share code, notes, and snippets.

@kerneltoast
Created December 7, 2020 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kerneltoast/77ca9fffacb2b2950d5682cf310ded30 to your computer and use it in GitHub Desktop.
Save kerneltoast/77ca9fffacb2b2950d5682cf310ded30 to your computer and use it in GitHub Desktop.
Running /home/sultan/systemtap/testsuite/systemtap.base/probewrite.exp ...
spawn stap /home/sultan/systemtap/testsuite/systemtap.base/probewrite_1.stp
WARNING: Eliding assignment to 'var': operator '=' at /home/sultan/systemtap/testsuite/systemtap.base/probewrite_1.stp:12:9
source: var = 0
^
WARNING: Eliding side-effect-free expression : identifier 'var' at :12:5
source: var = 0
^
spawn stap /home/sultan/systemtap/testsuite/systemtap.base/probewrite_2.stp
WARNING: Eliding assignment to 'var': operator '=' at /home/sultan/systemtap/testsuite/systemtap.base/probewrite_2.stp:3:9
source: var = 0
^
WARNING: Eliding side-effect-free expression : identifier 'var' at :3:5
source: var = 0
^
spawn stap -g /home/sultan/systemtap/testsuite/systemtap.base/probewrite_3.stp -c ./probewrite
PASS
FAIL: probewrite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment