diff options
author | wcohen <wcohen> | 2006-05-09 12:55:56 +0000 |
---|---|---|
committer | wcohen <wcohen> | 2006-05-09 12:55:56 +0000 |
commit | 0323ed4d37fee4f84251a74dce04271160d2d1f1 (patch) | |
tree | 6ef595d8821c3c7ffc2c2b54f59133831eed4adf /parse.h | |
parent | f272aaccb24b64bf1baa1d70722e0608d654297f (diff) | |
download | systemtap-steved-0323ed4d37fee4f84251a74dce04271160d2d1f1.tar.gz systemtap-steved-0323ed4d37fee4f84251a74dce04271160d2d1f1.tar.xz systemtap-steved-0323ed4d37fee4f84251a74dce04271160d2d1f1.zip |
Print out information to make it easier to determine which probe
in script associated with timing information.
Diffstat (limited to 'parse.h')
-rw-r--r-- | parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ struct source_loc unsigned column; }; +std::ostream& operator << (std::ostream& o, const source_loc& loc); enum token_type { |