diff options
| author | guanglei <guanglei> | 2006-06-01 05:46:35 +0000 |
|---|---|---|
| committer | guanglei <guanglei> | 2006-06-01 05:46:35 +0000 |
| commit | 01133ccb0ee31f7108f7cb4e89454f2693df912e (patch) | |
| tree | 71996abd2cf591efa823aa86fa7969f77529d548 /tapset/ChangeLog | |
| parent | 6d82733dfa661eddccfa3cae7232773cafd66a82 (diff) | |
| download | systemtap-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 'tapset/ChangeLog')
| -rw-r--r-- | tapset/ChangeLog | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog index b6fea641..9f4a556f 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -37,8 +37,6 @@ 2006-05-25 Li Guanglei <guanglei@cn.ibm.com> - * LKET/*.stp: explicitly add type qualifier for different arch - to make _stp_vsnprintf get the argument by va_arg correctly. * scheduler.stp: add prev_task and next_task variable. 2006-05-24 Josh Stone <joshua.i.stone@intel.com> @@ -69,14 +67,6 @@ * tapset/tskschedule.stp: deleted, merge into scheduler.stp * tapset/scheduler.stp: incorporate tskschedule.stp -2006-05-18 Li Guanglei <guanglei@cn.ibm.com> - - * testsuite/buildok/ioscheduler.stp: testcase for ioscheduler.stp - * testsuite/buildok/memory.stp: testcase for memory.stp - * testsuite/buildok/networking.stp: testcase for networking.stp - * testsuite/buildok/scsi.stp: testcase for scsi.stp - * testsuite/buildok/tskschedule.stp: testcase for tskschedule.stp - 2006-05-17 Josh Stone <joshua.i.stone@intel.com> * process.stp: Rename signal.send to signal_send and process.complete |
