index
:
systemtap-steved
master
nfsd-update
rpc-update
Unnamed repository; edit this file to name it for gitweb.
Steve Dickson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tapset
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix [set_]kernel_pointer for 32-bit
HEAD
master
Josh Stone
2010-04-13
2
-2
/
+2
*
Title for kernel_pointer needs to be all on one line.
William Cohen
2010-04-08
1
-2
/
+1
*
PR 9871 (partial) fix. Removed embedded-C in ioblock.stp and ipmib.stp.
David Smith
2010-04-07
2
-101
/
+39
*
Added kernel_pointer()/set_kernel_pointer() tapset functions.
David Smith
2010-04-07
3
-12
/
+38
*
PR 9871 (partial) fix. Removed all embedded-C in rpc.stp.
David Smith
2010-04-07
1
-94
/
+69
*
Added atomic_read() embedded-C function and tests.
David Smith
2010-04-06
1
-0
/
+12
*
PR 9871 (partial) fix. Removed some embedded-C in scsi.stp.
David Smith
2010-04-06
1
-14
/
+15
*
PR 9871 (partial) fix. Removed more embedded-C in nfs_proc.stp and nfs.stp.
David Smith
2010-04-06
2
-146
/
+129
*
PR 9871 (partial) fix. Removed more embedded-C in nfs_proc.stp.
David Smith
2010-04-05
1
-156
/
+92
*
PR 9871 (partial) fix. Removed some embedded-C in nfs_proc.stp.
David Smith
2010-04-05
1
-22
/
+21
*
Add kernel-writing functions for guru only
Josh Stone
2010-04-01
1
-0
/
+117
*
PR 9871 (partial) fix. Removed some embedded-C in ioblock.stp/vfs.stp.
David Smith
2010-03-30
4
-29
/
+42
*
PR 11338 (partial): Used @defined in ioscheduler.stp and fixed deref hazards.
David Smith
2010-03-29
1
-48
/
+40
*
PR 11338 (partial): Used '@defined()' in inet_sock tapsets.
David Smith
2010-03-26
1
-21
/
+7
*
PR 9871/11338 fix in tcpmib.stp by removing embedded-C and using @defined.
David Smith
2010-03-26
3
-88
/
+69
*
Fix pipe syscall name in return probe.
Mark Wielaard
2010-03-24
1
-1
/
+5
*
Removed unneeded convenience variables in syscall.pipe.return.
David Smith
2010-03-23
1
-5
/
+1
*
Fixed PR 11425 by fixing probefunc() when used with kprobe.function.
David Smith
2010-03-23
1
-1
/
+1
*
Partial fix for pr 11414. Fixed several 32-bit probe points.
David Smith
2010-03-23
1
-8
/
+13
*
Fixed nd_syscalls 'sys32_mmap2' problem on newer kernels.
David Smith
2010-03-22
1
-2
/
+2
*
Fixed cut-and-paste error for sys_ia64_pipe.
David Smith
2010-03-22
1
-1
/
+1
*
Ifdef out atomic_long_read() body on older kernels where the type doesn't exist.
David Smith
2010-03-22
1
-0
/
+2
*
Partial fix for pr 11388 by adding 'sys_mmap_pgoff' support.
David Smith
2010-03-22
2
-4
/
+8
*
Partial fix for pr 11388 by adding 'sys_mmap_pgoff' support.
David Smith
2010-03-22
2
-6
/
+10
*
Fix syscall tapset on older kernels (RHEL4).
David Smith
2010-03-22
1
-0
/
+2
*
Improve handling of O_NONBLOCK and O_CLOEXEC.
David Smith
2010-03-22
1
-1
/
+7
*
Support signalfd4 in syscalls2.stp tapset.
Mark Wielaard
2010-03-21
2
-5
/
+40
*
Add inotify_init1() and inotify_add_watch() mask string support.
Mark Wielaard
2010-03-21
2
-7
/
+57
*
Add support for eventfd2 to syscall.stp tapset.
Mark Wielaard
2010-03-21
2
-6
/
+40
*
Match syscall.pipe32 with regular syscall.pipe[2] output.
Mark Wielaard
2010-03-21
1
-1
/
+34
*
Add support for dup3 to syscall.stp tapset.
Mark Wielaard
2010-03-21
2
-0
/
+53
*
Add F_DUPFD_CLOEXEC to _fcntl_cmd_str().
Mark Wielaard
2010-03-21
1
-0
/
+1
*
Add MSG_CMSG_CLOEXEC to _recvflags_str.
Mark Wielaard
2010-03-21
1
-0
/
+1
*
Support epoll_create1 syscall.
Mark Wielaard
2010-03-21
2
-6
/
+28
*
Add ia64 pipe result support. Relax pipe syscall test a little.
Mark Wielaard
2010-03-19
1
-1
/
+17
*
tapset: port addr_to_node() to rhel4
Frank Ch. Eigler
2010-03-19
1
-1
/
+5
*
Merge syscall.pipe and syscall.pipe2 to get around "nesting".
Mark Wielaard
2010-03-19
1
-41
/
+24
*
Reindent syscall2.stp pipe[2][.return] to follow unify formatting rules.
Mark Wielaard
2010-03-19
1
-72
/
+54
*
PR11402 Support pipe2 syscall.
Mark Wielaard
2010-03-19
2
-0
/
+59
*
Recognize O_CLOEXEC in _sys_open_flag_str.
Mark Wielaard
2010-03-19
1
-0
/
+4
*
Make pipe file descriptors available in syscall.pipe[.return].
Mark Wielaard
2010-03-19
1
-1
/
+34
*
Use @defined() in syscall.pipe to select whether fildes_uaddr is available.
Mark Wielaard
2010-03-19
1
-20
/
+10
*
PR909: add perf.hw_cache.* aliases
Frank Ch. Eigler
2010-03-18
1
-0
/
+48
*
Fixed BZ 568032 by adding support for sys_ia64_pipe.
David Smith
2010-03-18
1
-2
/
+9
*
Fixed BZ 568032 by adding support for sys_ia64_pipe.
David Smith
2010-03-18
1
-2
/
+9
*
PR909: switch to tapset-based attr/type resolution
Frank Ch. Eigler
2010-03-18
1
-0
/
+29
*
Fixed PR 11372 by removing (most) embedded-C from proc_mem.stp.
David Smith
2010-03-16
2
-135
/
+169
*
The rpc buildok test suite probe breaks with new kernels
Steve Dickson
2010-03-16
1
-2
/
+21
*
Backport recently added probes to RHEL5(U5)
Steve Dickson
2010-03-16
3
-51
/
+79
*
Revert "Backport recently added probes to RHEL5(U5)"
Steve Dickson
2010-03-16
3
-119
/
+51
[next]