Bug fix around USDT argument handling for constants
authorSasha Goldshtein <goldshtn@gmail.com>
Thu, 31 Mar 2016 13:32:14 +0000 (06:32 -0700)
committerSasha Goldshtein <goldshtn@gmail.com>
Thu, 31 Mar 2016 14:19:11 +0000 (07:19 -0700)
commit4d966bcfce5597718b9787b1dfa0fad94ae67597
treef48ee011e3b08c37a35210673dcc2e1aacdd5041
parenta6200fbec0d97a78b5154b18eb65b686c37de35e
Bug fix around USDT argument handling for constants

For USDT arguments of the form "-4@$-1", the parsing logic would fail
because it didn't expect the second number (the actual value of the
USDT argument as a constant) to be negative. This is now fixed.
src/python/bcc/usdt.py