diff options
author | guanglei <guanglei> | 2006-06-09 09:20:03 +0000 |
---|---|---|
committer | guanglei <guanglei> | 2006-06-09 09:20:03 +0000 |
commit | 82e6bf4b654f667ae71acd9667ab1524fba6af93 (patch) | |
tree | 7b34199435d65416ecd3a2c8fadcd3b440452d54 /staptree.h | |
parent | 628a07f130c67aa5de7134c761dd443ff547339a (diff) | |
download | systemtap-steved-82e6bf4b654f667ae71acd9667ab1524fba6af93.tar.gz systemtap-steved-82e6bf4b654f667ae71acd9667ab1524fba6af93.tar.xz systemtap-steved-82e6bf4b654f667ae71acd9667ab1524fba6af93.zip |
Revert my former changes to lket_trace_extra() in translator.
a new way of allowing user add arbitrary trace data. And also provide
a way of letting user write the trace data format.
Diffstat (limited to 'staptree.h')
-rw-r--r-- | staptree.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -261,7 +261,6 @@ struct print_format: public expression { bool print_with_format; bool print_to_stream; - bool lket_trace_extra; enum format_flag { |