summaryrefslogtreecommitdiffstats
path: root/tapset
Commit message (Expand)AuthorAgeFilesLines
* Fix [set_]kernel_pointer for 32-bitHEADmasterJosh Stone2010-04-132-2/+2
* Title for kernel_pointer needs to be all on one line.William Cohen2010-04-081-2/+1
* PR 9871 (partial) fix. Removed embedded-C in ioblock.stp and ipmib.stp.David Smith2010-04-072-101/+39
* Added kernel_pointer()/set_kernel_pointer() tapset functions.David Smith2010-04-073-12/+38
* PR 9871 (partial) fix. Removed all embedded-C in rpc.stp.David Smith2010-04-071-94/+69
* Added atomic_read() embedded-C function and tests.David Smith2010-04-061-0/+12
* PR 9871 (partial) fix. Removed some embedded-C in scsi.stp.David Smith2010-04-061-14/+15
* PR 9871 (partial) fix. Removed more embedded-C in nfs_proc.stp and nfs.stp.David Smith2010-04-062-146/+129
* PR 9871 (partial) fix. Removed more embedded-C in nfs_proc.stp.David Smith2010-04-051-156/+92
* PR 9871 (partial) fix. Removed some embedded-C in nfs_proc.stp.David Smith2010-04-051-22/+21
* Add kernel-writing functions for guru onlyJosh Stone2010-04-011-0/+117
* PR 9871 (partial) fix. Removed some embedded-C in ioblock.stp/vfs.stp.David Smith2010-03-304-29/+42
* PR 11338 (partial): Used @defined in ioscheduler.stp and fixed deref hazards.David Smith2010-03-291-48/+40
* PR 11338 (partial): Used '@defined()' in inet_sock tapsets.David Smith2010-03-261-21/+7
* PR 9871/11338 fix in tcpmib.stp by removing embedded-C and using @defined.David Smith2010-03-263-88/+69
* Fix pipe syscall name in return probe.Mark Wielaard2010-03-241-1/+5
* Removed unneeded convenience variables in syscall.pipe.return.David Smith2010-03-231-5/+1
* Fixed PR 11425 by fixing probefunc() when used with kprobe.function.David Smith2010-03-231-1/+1
* Partial fix for pr 11414. Fixed several 32-bit probe points.David Smith2010-03-231-8/+13
* Fixed nd_syscalls 'sys32_mmap2' problem on newer kernels.David Smith2010-03-221-2/+2
* Fixed cut-and-paste error for sys_ia64_pipe.David Smith2010-03-221-1/+1
* Ifdef out atomic_long_read() body on older kernels where the type doesn't exist.David Smith2010-03-221-0/+2
* Partial fix for pr 11388 by adding 'sys_mmap_pgoff' support.David Smith2010-03-222-4/+8
* Partial fix for pr 11388 by adding 'sys_mmap_pgoff' support.David Smith2010-03-222-6/+10
* Fix syscall tapset on older kernels (RHEL4).David Smith2010-03-221-0/+2
* Improve handling of O_NONBLOCK and O_CLOEXEC.David Smith2010-03-221-1/+7
* Support signalfd4 in syscalls2.stp tapset.Mark Wielaard2010-03-212-5/+40
* Add inotify_init1() and inotify_add_watch() mask string support.Mark Wielaard2010-03-212-7/+57
* Add support for eventfd2 to syscall.stp tapset.Mark Wielaard2010-03-212-6/+40
* Match syscall.pipe32 with regular syscall.pipe[2] output.Mark Wielaard2010-03-211-1/+34
* Add support for dup3 to syscall.stp tapset.Mark Wielaard2010-03-212-0/+53
* Add F_DUPFD_CLOEXEC to _fcntl_cmd_str().Mark Wielaard2010-03-211-0/+1
* Add MSG_CMSG_CLOEXEC to _recvflags_str.Mark Wielaard2010-03-211-0/+1
* Support epoll_create1 syscall.Mark Wielaard2010-03-212-6/+28
* Add ia64 pipe result support. Relax pipe syscall test a little.Mark Wielaard2010-03-191-1/+17
* tapset: port addr_to_node() to rhel4Frank Ch. Eigler2010-03-191-1/+5
* Merge syscall.pipe and syscall.pipe2 to get around "nesting".Mark Wielaard2010-03-191-41/+24
* Reindent syscall2.stp pipe[2][.return] to follow unify formatting rules.Mark Wielaard2010-03-191-72/+54
* PR11402 Support pipe2 syscall.Mark Wielaard2010-03-192-0/+59
* Recognize O_CLOEXEC in _sys_open_flag_str.Mark Wielaard2010-03-191-0/+4
* Make pipe file descriptors available in syscall.pipe[.return].Mark Wielaard2010-03-191-1/+34
* Use @defined() in syscall.pipe to select whether fildes_uaddr is available.Mark Wielaard2010-03-191-20/+10
* PR909: add perf.hw_cache.* aliasesFrank Ch. Eigler2010-03-181-0/+48
* Fixed BZ 568032 by adding support for sys_ia64_pipe.David Smith2010-03-181-2/+9
* Fixed BZ 568032 by adding support for sys_ia64_pipe.David Smith2010-03-181-2/+9
* PR909: switch to tapset-based attr/type resolutionFrank Ch. Eigler2010-03-181-0/+29
* Fixed PR 11372 by removing (most) embedded-C from proc_mem.stp.David Smith2010-03-162-135/+169
* The rpc buildok test suite probe breaks with new kernelsSteve Dickson2010-03-161-2/+21
* Backport recently added probes to RHEL5(U5)Steve Dickson2010-03-163-51/+79
* Revert "Backport recently added probes to RHEL5(U5)"Steve Dickson2010-03-163-119/+51