]> sourceware.org Git - systemtap.git/commit
socktop: Make sure *_str are always known as strings
authorJosh Stone <jistone@redhat.com>
Tue, 25 Mar 2014 20:46:57 +0000 (13:46 -0700)
committerJosh Stone <jistone@redhat.com>
Tue, 25 Mar 2014 21:58:59 +0000 (14:58 -0700)
commitfdaaa038e771806bc7ac4b9a31037d4a752bac53
tree00727eb955b68fe0886f1df907e3f9eefae4d5c5
parent26321bcec12c2ddbcfcf4b331501701655e7b79f
socktop: Make sure *_str are always known as strings

The new removal of unreachable code meant socktop might remove its whole
filter setup, and all the related variables are left with unknown type.
They would typically be pruned away just fine, but socktop also has a
probe never with print statements to avoid autoprint.  Changing those to
log() lets stap always know they are strings.
testsuite/systemtap.examples/network/socktop
This page took 0.025896 seconds and 5 git commands to generate.