summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
authorguanglei <guanglei>2006-06-01 05:46:35 +0000
committerguanglei <guanglei>2006-06-01 05:46:35 +0000
commit01133ccb0ee31f7108f7cb4e89454f2693df912e (patch)
tree71996abd2cf591efa823aa86fa7969f77529d548 /staptree.h
parent6d82733dfa661eddccfa3cae7232773cafd66a82 (diff)
downloadsystemtap-steved-01133ccb0ee31f7108f7cb4e89454f2693df912e.tar.gz
systemtap-steved-01133ccb0ee31f7108f7cb4e89454f2693df912e.tar.xz
systemtap-steved-01133ccb0ee31f7108f7cb4e89454f2693df912e.zip
make user able to append extra trace data. The way of logging backtrace is also changed.
lket_trace_extra() and lket_backtrace() are introduced for these two purpose. I also modified lket.5.in for the backtrace changes
Diffstat (limited to 'staptree.h')
-rw-r--r--staptree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/staptree.h b/staptree.h
index 583a877d..b2512054 100644
--- a/staptree.h
+++ b/staptree.h
@@ -261,6 +261,7 @@ struct print_format: public expression
{
bool print_with_format;
bool print_to_stream;
+ bool lket_trace_extra;
enum format_flag
{