From 01133ccb0ee31f7108f7cb4e89454f2693df912e Mon Sep 17 00:00:00 2001 From: guanglei Date: Thu, 1 Jun 2006 05:46:35 +0000 Subject: 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 --- staptree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'staptree.h') 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 { -- cgit