blob: 2f9a5572d46de037d9e468bfe2eeadda58f7afa9 (
plain)
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
|
2006-02-07 Martin Hunt <hunt@redhat.com>
* syscalls.stp: Latest.
* syscalls2.stp: Commented out pciconfig calls. Those
need to go in arch-specific directories.
* aux_syscalls.stp (_access_mode_str): Fix.
(_mmap_flags): New Function.
(_mprotect_prot_str): Fix.
(__string): New.
(__get_argv): New.
(__fork_flags): New.
2006-02-01 Martin Hunt <hunt@redhat.com>
* syscalls.stp: New syscall file.
* syscall2.stp: More syscalls.
* i686/syscalls.stp: x86-specific calls.
* x86_64/syscalls.stp: x86_64-specific calls.
2006-01-30 Martin Hunt <hunt@redhat.com>
* context.stp (probefunc): New function.
(is_return): New function.
(returnval): New function.
2006-01-15 Frank Ch. Eigler <fche@elastic.org>
* logging.stp: Revert.
2006-01-10 Martin Hunt <hunt@redhat.com>
* logging.stp: Don't set STAP_SESSION_STOPPING.
That it done in _stp_exit().
|