summaryrefslogtreecommitdiffstats
path: root/tapset
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct ioblock and scsi tapset for 2.6.28.Wenji Huang2008-10-283-0/+16
|
* Provide dev and devname in vfs.read and vfs.write. Use them in disktop.stp.William Cohen2008-10-272-0/+12
|
* Don't use pointer_arg to fetch arguments for syscall utime and compat_utime.Mark Wielaard2008-10-232-8/+14
|
* Transform struct sigaction32 to struct sigaction for rt_sigaction32 syscall.Mark Wielaard2008-10-073-41/+107
|
* socket.stp (socket.aio_read/write): Fix version-checking method.Zhaolei2008-09-232-4/+8
| | | | Thanks Mark Wielaard <mjw@redhat.com>
* socket.stp (socket.aio_read/write): Fix the semantic error caused by the ↵Zhaolei2008-09-222-6/+33
| | | | difference of kernel versions.
* Moved reboot.h include out of _reboot_magic_str in aux_syscalls.stp.Mark Wielaard2008-09-182-1/+11
|
* Removed commented out code and unneeded embedded C-code from aux_syscalls.stp.Mark Wielaard2008-09-172-154/+41
|
* Add empty argstr to syscall.vm86_warning to stop warnings on probe syscall.*Mark Wielaard2008-09-162-0/+5
|
* Fix 2.6.27 detection.Mark Wielaard2008-09-154-18/+24
|
* Fix redundant implicit probe points in listing modeWenji Huang2008-09-122-24/+27
|
* Add $return context variables on per-process-syscall.return probesMasami Hiramatsu2008-09-092-0/+8
|
* Add $argN context variables on per-process-syscall probesMasami Hiramatsu2008-09-092-1/+8
|
* Add $name context variable support on marker probesMasami Hiramatsu2008-09-092-0/+26
|
* PR4225: post-merge changelogsFrank Ch. Eigler2008-09-011-4/+5
|
* Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-09-012-40/+94
|\ | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': Fix memory access error in nfs.proc.read_setup, nfs.proc.write_setup and nfs.proc.commit_setup Update NEWS regarding the systemtap client/server. New man page for the systemtap client/server and related utilities. Repopulate symbol/type info. Pushed quiesce logic down into the task_finder layer. Added bug 6841 fix utrace syscall test. PR6731: improve listing mode to list variables
| * Fix memory access error in nfs.proc.read_setup, nfs.proc.write_setup and ↵Zhaolei2008-09-012-40/+94
| | | | | | | | nfs.proc.commit_setup
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-282-129/+140
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': PR5686: correct regression in semok/optimize.stp trailing whitespace removal, as approved by emacs fix global-var array index rendering fix NEWS to refer to simpler context.stp tapset functions in auto-printing blurb Document written but unread global variable automatic display. 2nd try initial Make _get_sock_addr return correct address in kernel before 2.6.16. Automatically print written but unread globals Make nodwf test passed when CONFIG_QUOTACTL unset Uses STAPCONF_DPATH_PATH instead of a kernel version check. Simplified "rpm" target a bit. Moved tar archive creation step from "rpm" target to "dist-gzip" target. remove support for "make dist" since git-archive does as well; Examples html files moved into subdir. 2008-08-25 David Smith <dsmith@redhat.com> ChangeLog Entries Robustness improvements for the stap client/server
| * Make _get_sock_addr return correct address in kernel before 2.6.16.Zhaolei2008-08-282-1/+11
| |
* | rework utrace $syscall var to expand to tapset fn, not synthetic hard-coded oneFrank Ch. Eigler2008-08-072-0/+14
|/
* Rename $path to $pathname of syscall tapset for 2.6.27Wenji Huang2008-08-043-13/+102
|
* Correct several tests for 2.6.27Wenji Huang2008-08-032-0/+13
|
* * syscalls2.stp: Add sys_unlinkat.Zhaolei2008-07-252-0/+23
|
* Fix sw 6752. Alter condtional to check for >= 2.6.26. This accounts and ↵Phil Muldoon2008-07-221-1/+1
| | | | fixes false positives in kernel_v strings that return xx.xx.xx.xx over xx.xx.xx.
* syscalls2.stp: Add sys_symlinkat.Zhaolei2008-07-182-0/+26
|
* Changed method of getting the value of $syscall.David Smith2008-07-153-8/+5
| | | | | | | | | | | | | 2008-07-14 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_var_expanding_copy_visitor::visit_target_symbol): Synthesize a function to get the value of $syscall. 2008-07-14 David Smith <dsmith@redhat.com> * i686/registers.stp: Removed syscall_nr function. * x86_64/registers.stp: Ditto.
* Correct access to the mapping field in vfs::__address_inode().Josh Stone2008-07-102-2/+5
|
* Fix PR 6732: Add runtime/autoconf-real-parent.c check for task_struct field.Mark Wielaard2008-07-093-0/+19
|
* Make _vfs.generic_commit_write only for kernel<=2.6.25Wenji Huang2008-07-012-0/+6
|
* This commit makes changes to the VFS tapset. The changes include deprecation ofroot2008-06-271-6/+297
| | | | | | | some old probe points to older versions of kernel, adding new helper C functions and probe points for the VFS subsystem. A new testcase is created for the VFS tapset which performs a compile test (i.e. up4) on the probe points to verify sanity. These details can also be found in the ChangeLog.
* syscalls2.stp: Add sys_renameat.Zhaolei2008-06-262-0/+27
|
* syscalls.stp: Add sys_mknodat.Zhaolei2008-06-232-0/+25
|
* Functions for kdev_t information: MAJOR, MINOR, MKDEV, and usrdev2kerndev.William Cohen2008-06-202-0/+37
|
* aux_syscalls.stp: Output unknown bits in _stp_lookup_or_str.Zhaolei2008-06-192-3/+10
|
* syscalls.stp: Add sys_linkat.Zhaolei2008-06-172-0/+32
|
* aux_syscalls.stp (__fork_flags): Add termination signal.Zhaolei2008-06-172-1/+11
|
* Add 'pure' to embedded-C functions that deserve itJosh Stone2008-06-139-22/+27
|
* syscalls.stp: Add sys_fchownat.Zhaolei2008-06-132-0/+26
|
* Add user_mode function to tapset and document.William Cohen2008-06-122-0/+16
|
* syscalls.stp: Add sys_fchmodat.Zhaolei2008-06-112-0/+22
|
* PR6470: new argv[] tapset, docs, test casesFrank Ch. Eigler2008-06-102-0/+53
|
* syscalls.stp: Add sys_faccessat.Zhaolei2008-06-102-0/+22
|
* syscalls.stp(syscall.mkdirat): Use _dfd_str() to add support for AT_FDCWD.Zhaolei2008-06-102-1/+6
|
* Fixed utrace probe '$syscall' handling.David Smith2008-06-093-0/+13
| | | | | | | | | | | | | 2008-06-09 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_var_expanding_copy_visitor::visit_target_symbol): Calls 'syscall_nr' to get the value of '$syscall'. 2008-06-09 David Smith <dsmith@redhat.com> * x86_64/registers.stp (syscall_nr): Added syscall_nr function. * i686/registers.stp (syscall_nr): Ditto.
* Fix PR 6588Jim Keniston2008-06-041-3/+4
|
* syscalls2.stp: Add sys_unshare.Zhaolei2008-06-042-0/+18
|
* Support for new clone flags before linux-2.6.25.Zhaolei2008-06-032-0/+13
|
* Fix PR 6582: verify CONTEXT->regs in [u_]register()Jim Keniston2008-05-294-6/+24
|
* Fix powerpc dwarfless argument accessAnanth N Mavinakayanahalli2008-05-291-66/+36
|
* Fix regparm() on i686 & x86_64.Josh Stone2008-05-272-4/+4
| | | | | It doesn't seem that regparm() is actually used, but I saw compilation errors when I compiled with -u.