1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
2006-07-14 Li Guanglei <guanglei@cn.ibm.com>
* aio.stp: bugfix to make each aio sub event hook
runnable standalone.
2006-07-11 Li Guanglei <guanglei@cn.ibm.com>
* process.stp, register_event.stp: changes to
addevent.process to generate adequate info
of process relationships
* lket_trace.stp: use current->parent->tgid as the
parent process id for ascii tracing
2006-06-29 Li Guanglei <guanglei@cn.ibm.com>
* lket_trace.stp:
_lket_trace() won't log ppid and tgid any more.
Using bit-OP to make _lket_trace's format string shorter
for better performance.
2006-06-26 Li Guanglei <guanglei@cn.ibm.com>
* aio.stp: new event hooks for AIO
* register_events.stp, hookid_defs.stp: changes for aio.stp.
* register_events.stp, process.stp: bugfix for ascii tracing
2006-06-24 Li Guanglei <guanglei@cn.ibm.com>
* iosyscall.stp, register_events.stp: change the return type from string to int64_t
for better performance. sub-hooks for each iosyscall.
* lket_trace.stp: make update_record() work for ascii tracing
2006-06-21 Li Guanglei <guanglei@cn.ibm.com>
* scsi.stp, ioscheduler.stp, register_event.stp:
More data items for scsi and ioscheduler event hooks
* ioscheduler.stp: delete filter_by_pid filter for io scheduler
event hooks
2006-06-15 Li Guanglei <guanglei@cn.ibm.com>
* iosyscall.stp: new event hooks for io related syscalls
* hookid_defs.stp: add the necessary IDs for iosyscall event hooks
* register_event.stp: add corresponding event register calls
of the newly added io syscall event hooks
2006-06-09 Li Guanglei <guanglei@cn.ibm.com>
* *.stp: New design of making user able to append extra trace data.
lket_backtrace() is deleted.
* register_event.stp: write the metainfo of trace data.
2006-06-01 Li Guanglei <guanglei@cn.ibm.com>
* *.stp: make user able to append extra trace data. The
way of logging backtrace is also changed
2006-05-25 Li Guanglei <guanglei@cn.ibm.com>
* hookid_defs.stp, ioscheduler.stp, lket_trace.stp, netdev.stp,
pagefault.stp, process.stp, scsi.stp, syscalls.stp, tskdispatch.stp,
utils.stp: explicitly add type qualifier for different arch to
make _stp_vsnprintf get the argument by va_arg correctly.
2006-05-18 Li Guanglei <guanglei@cn.ibm.com>
Initial version by Li Guanglei.
* hookid_defs.stp, ioscheduler.stp, lket_trace.stp, netdev.stp,
pagefault.stp, process.stp, scsi.stp, syscalls.stp, tskdispatch.stp, utils.stp
|