DEBSOURCES
Skip Quicknav
sources / systemtap / 5.1-5 / testsuite / parseko / var_definition2.stp
12345678
#! stap -p1 # Numeric values can't end with an alpha character. probe begin { var=2015a exit() }