summaryrefslogtreecommitdiffstats
path: root/tapset
Commit message (Collapse)AuthorAgeFilesLines
* Specified explicit types for __find_bdevname() parameters and return value. ↵mmason2007-09-261-12/+22
| | | | | | | | The types could not be determined correctly when __find_bdevname() was used in nfs.stp Added __page_index() to work around problem dereferencing unions in stap language. Made generic.fop.sendfile conditional on kernel <= 2.6.22. generic_file_sendfile() was removed in 2.6.23.
* 2007-09-26 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-261-0/+8
| | | | | | | | From Lai Jiangshan <laijs@cn.fujitsu.com> * syscall.stp (syscall.brk): Add probe point kernel.function("ia64_brk"). * syscall.stp (syscall.mremap): Add probe point kernel.function("ia64_mremap").
* 2007-09-26 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-261-4/+16
| | | | | | | | From Lai Jiangshan <laijs@cn.fujitsu.com> * syscall.stp (syscall.brk): Add probe point kernel.function("ia64_brk") * syscall.stp (syscall.mremap): Add probe point kernel.function("ia64_mremap")
* 2007-09-26 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-263-40/+45
| | | | | From Lai Jiangshan <laijs@cn.fujitsu.com> modify field-access operator from "." to "->" in all files.
* 2007-09-26 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-263-1/+28
| | | | | | * syscalls.stp (adjtimex.return): Improve retstr. * aux_syscalls.stp: Add a function(_adjtimex_return_str) for adjtimex.return.
* typo fixfche2007-09-251-1/+1
|
* socket.stp build fix for 2.6.9 kernelfche2007-09-252-0/+7
| | | | | | 2007-09-25 Frank Ch. Eigler <fche@elastic.org> * socket.stp (sock_flags_num2str): Define SOCK_PASSCRED if needed.
* * build fix on rhel4fche2007-09-252-1/+5
| | | | | | 2007-09-25 Frank Ch. Eigler <fche@elastic.org> * socket.stp (__i2n_ip_proto): Add a cast for 32-bit compatibility.
* remove problematic $target variable from signal.sendfche2007-09-252-2/+7
| | | | | | | 2007-09-25 Frank Ch. Eigler <fche@elastic.org> * signal.stp (_signal.send.part*): Remove sinfo alias variable, since it's a struct rather than integral value.
* 2007-09-25 Martin Hunt <hunt@redhat.com>hunt2007-09-252-2/+4
| | | | * syscalls2.stp (sys_readlinkat): Make optional.
* 2007-09-25 Martin Hunt <hunt@redhat.com>hunt2007-09-252-1/+8
| | | | | * aux_syscalls.stp (_struct_compat_timeval_u): ifdef CONFIG_COMPAT so buildok test will pass.
* 2007-09-25 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-251-0/+6
| | | | | | From Cai Fei <caifei@cn.fujitsu.com> * rpc.stp Fix the wrong calling of returnstr($return) to returnstr(1) or returnstr(2).
* 2007-09-25 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-251-12/+14
| | | | | | From Cai Fei <caifei@cn.fujitsu.com> * rpc.stp Fix the wrong calling of returnstr($return) to returnstr(1) or returnstr(2).
* 2007-09-25 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-251-0/+5
| | | | | From Cai Fei <caifei@cn.fujitsu.com> * rpc.stp Add function for probe point sunrpc.clnt.create_client.
* 2007-09-25 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-251-11/+39
| | | | | From CaiFei <caifei@cn.fujitsu.com> * rpc.stp Add function for probe point sunrpc.clnt.create_client.
* Add missing CATCH_DEREF_FAULT()s.fche2007-09-242-0/+8
|
* Add /* pure */ to embedded-C functions.fche2007-09-247-38/+39
|
* * conversions.stp (user_string): Redefine in terms of user_string2.fche2007-09-242-6/+5
|
* 2007-09-24 Martin Hunt <hunt@redhat.com>hunt2007-09-243-13/+16
| | | | | * aux_syscalls.stp (_at_flag_str): Add some more flags. * syscalls2.stp (openat): Call _dfd_str().
* 2007-09-24 David Smith <dsmith@redhat.com>dsmith2007-09-242-1/+5
| | | | * nfsd.stp (__svc_fh): Added missing semicolon.
* 2007-09-23 Ulrich Drepper <drepper@redhat.com>fche2007-09-232-1/+28
| | | | * syscalls2.stp (readlinkat): Add.
* 2007-09-21 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-213-1/+21
| | | | | | | | | | | From Lai Jiangshan <laijs@cn.fujitsu.com> * aux_syscalls.stp (_sys_open_flag_str): Fix bug that missing "O_ASYNC". From Lai Jiangshan <laijs@cn.fujitsu.com> * aux_syscalls.stp: Add a function _mremap_flags. * syscalls.stp (syscall.mremap): Use _mremap_flags instead of _mmap_flags.
* 2007-09-21 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-211-0/+5
| | | | | * aux_syscalls.stp(_reboot_magic_str) Fix the problem that LINUX_REBOOT_MAGIC1 printed as UNKNOWN VALUE.
* 2007-09-21 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-211-8/+31
| | | | | * aux_syscalls.stp(_reboot_magic_str) Fix the problem that LINUX_REBOOT_MAGIC1 printed as UNKNOWN VALUE.
* 2007-09-19 Martin Hunt <hunt@redhat.com>hunt2007-09-194-26/+41
| | | | | | | | | | | | | | | | PR 2295 * syscalls.stp (sys_bdflush): Make optional. (sys_madvise): Ditto. (sys_mincore): Ditto. (sys_mlock): Ditto. (sys_mlockall): Ditto. (sys_mprotect): Ditto. (sys_mremap): Ditto. (sys_msync): Ditto. (sys_munlock): Ditto. (sys_munlockall): Ditto. * syscalls2.stp (sys_remap_pages): Make optional. * ppc64/syscalls.stp (ppc_rtas): Make optional.
* 2007-09-19 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-192-1/+15
| | | | | * syscall.stp(getrusage) Fix the output of getrusage's argstr when who is set to -2.
* 2007-09-19 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-191-0/+8
| | | | | | | | From Lai Jiangshan <laijs@cn.fujitsu.com> * ia64/syscalls.stp Add a probe point syscall.sigaltstack for ia64. * signal.stp(signal.force_segv) Add a part(force_sigsegv_info) for signal.force_segv.
* 2007-09-19 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-191-2/+16
| | | | | | From Lai Jiangshan <laijs@cn.fujitsu.com> * signal.stp(signal.force_segv) Add a part(force_sigsegv_info) for signal.force_segv.
* 2007-09-19 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-191-0/+19
| | | | | | From Lai Jiangshan <laijs@cn.fujitsu.com> * ia64/syscalls.stp Add a probe point syscall.sigaltstack for ia64
* 2007-09-13 David Smith <dsmith@redhat.com>dsmith2007-09-132-8/+44
| | | | | | * task.stp (task_open_file_handles): Fixed for kernels less than version 2.6.15. (task_max_file_handles): Ditto.
* 2007-09-13 Martin Hunt <hunt@redhat.com>hunt2007-09-132-2/+6
| | | | * aux_syscalls.stp: Replace get_user calls with __stp_get_user.
* * link to wiki status pagefche2007-09-061-0/+2
|
* 2007-09-06 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-062-14/+20
| | | | | * aux_syscalls.stp (_stp_sockaddr_str): Fix memory access error when calling with addrlen set to 0.
* 2007-09-06 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-062-5/+18
| | | | | * aux_syscalls.stp (_module_flags_str): Modify combination of flags' values.
* Added open_file_handles tapset function and man page for task tapsets.srikar2007-09-041-0/+34
|
* 2007-09-04 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-042-2/+9
| | | | | | From Lai Jiangshan <laijs@cn.fujitsu.com> * syscalls2.stp (quotactl): Init special_str before use. (rt_sigqueueinfo): Change pid's type from %p to %d in argstr.
* 2007-08-31 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-08-312-5/+10
| | | | | | From Lai Jiangshan <laijs@cn.fujitsu.com> * aux_syscalls.stp (_mknod_mode_str): Fix file type judgement error.
* *** empty log message ***wenji2007-08-311-6/+31
|
* 2007-08-30 Wenji Huang <wenji.huang@oracle.com>wenji2007-08-302-22/+45
| | | | | | | | | | | * nfs.stp (__iov_length): Update. (nfs.fop.aio_read, nfs.fop.aio_write): Update calling __iov_length. * vfs.stp (generic.fop.aio_read, generic.fop.aio_write): Modify evaluating count,buf. (generic.fop.readv*, generic.fop.writev*, generic.fop.splice_read*, generic.fop.splice_write*, generic.fop.read*, generic.fop.write*): Make optional. (vfs.__set_page_dirty_buffers.return): Add condition. (vfs.remove_from_page_cache.return): Fix typo. (vfs.block_sync_page.return): Remove size and units.
* 2007-08-30 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-08-302-1/+5
| | | | * syscalls2.stp (syslog): Make $buf output as address in argstr.
* 2007-08-29 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-08-291-2/+2
| | | | | * syscalls2.stp (sysfs): Make numbers of args in argstr always same.
* 2007-08-29 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-08-292-1/+13
| | | | | * syscalls2.stp (sysfs): Set argstr's format different by value of option arg.
* 2007-08-28 Wenji Huang <wenji.huang@oracle.com>wenji2007-08-292-2/+6
| | | | * tcp.stp (sockstate): Fix typo.
* 2007-08-28 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-08-281-0/+6
| | | | | | * syscalls.stp (bdflush): Add comma between args in argstr Set second parameter(data)'s type by first parameter(func)'s value in argstr.
* 2007-08-28 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-08-281-1/+5
| | | | | | * syscalls.stp (bdflush): Add comma between args in argstr. Set second parameter(data)'s type by first parameter(func)'s value in argstr.
* 2007-08-27 Martin Hunt <hunt@redhat.com>hunt2007-08-273-0/+15
| | | | | | | * context.stp (module_name): New. Returns the current module name. * tcp.stp (tcp_sendmsg): For 2.6.23, parameters change.
* Removing tapset/LKET directory.srikar2007-08-271-308/+0
|
* Removing LKET tapset files. (PR 4817: retiring LKET services)srikar2007-08-2719-7209/+0
|
* 2007-08-27 Wenji Huang <wenji.huang@oracle.com>wenji2007-08-272-3/+7
| | | | * signal.stp (signal.do_action): Modify evaluating sa_handler,sa_mask.
* 2007-08-27 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-08-272-2/+6
| | | | * syscalls2.stp(sendto): Set $addr as content string in argstr.