Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Correct ioblock and scsi tapset for 2.6.28. | Wenji Huang | 2008-10-28 | 3 | -0/+16 | |
| | ||||||
* | Provide dev and devname in vfs.read and vfs.write. Use them in disktop.stp. | William Cohen | 2008-10-27 | 2 | -0/+12 | |
| | ||||||
* | Don't use pointer_arg to fetch arguments for syscall utime and compat_utime. | Mark Wielaard | 2008-10-23 | 2 | -8/+14 | |
| | ||||||
* | Transform struct sigaction32 to struct sigaction for rt_sigaction32 syscall. | Mark Wielaard | 2008-10-07 | 3 | -41/+107 | |
| | ||||||
* | socket.stp (socket.aio_read/write): Fix version-checking method. | Zhaolei | 2008-09-23 | 2 | -4/+8 | |
| | | | | Thanks Mark Wielaard <mjw@redhat.com> | |||||
* | socket.stp (socket.aio_read/write): Fix the semantic error caused by the ↵ | Zhaolei | 2008-09-22 | 2 | -6/+33 | |
| | | | | difference of kernel versions. | |||||
* | Moved reboot.h include out of _reboot_magic_str in aux_syscalls.stp. | Mark Wielaard | 2008-09-18 | 2 | -1/+11 | |
| | ||||||
* | Removed commented out code and unneeded embedded C-code from aux_syscalls.stp. | Mark Wielaard | 2008-09-17 | 2 | -154/+41 | |
| | ||||||
* | Add empty argstr to syscall.vm86_warning to stop warnings on probe syscall.* | Mark Wielaard | 2008-09-16 | 2 | -0/+5 | |
| | ||||||
* | Fix 2.6.27 detection. | Mark Wielaard | 2008-09-15 | 4 | -18/+24 | |
| | ||||||
* | Fix redundant implicit probe points in listing mode | Wenji Huang | 2008-09-12 | 2 | -24/+27 | |
| | ||||||
* | Add $return context variables on per-process-syscall.return probes | Masami Hiramatsu | 2008-09-09 | 2 | -0/+8 | |
| | ||||||
* | Add $argN context variables on per-process-syscall probes | Masami Hiramatsu | 2008-09-09 | 2 | -1/+8 | |
| | ||||||
* | Add $name context variable support on marker probes | Masami Hiramatsu | 2008-09-09 | 2 | -0/+26 | |
| | ||||||
* | PR4225: post-merge changelogs | Frank Ch. Eigler | 2008-09-01 | 1 | -4/+5 | |
| | ||||||
* | Merge commit 'origin/master' into pr4225 | Frank Ch. Eigler | 2008-09-01 | 2 | -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 ↵ | Zhaolei | 2008-09-01 | 2 | -40/+94 | |
| | | | | | | | | nfs.proc.commit_setup | |||||
* | | Merge commit 'origin/master' into pr4225 | Frank Ch. Eigler | 2008-08-28 | 2 | -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. | Zhaolei | 2008-08-28 | 2 | -1/+11 | |
| | | ||||||
* | | rework utrace $syscall var to expand to tapset fn, not synthetic hard-coded one | Frank Ch. Eigler | 2008-08-07 | 2 | -0/+14 | |
|/ | ||||||
* | Rename $path to $pathname of syscall tapset for 2.6.27 | Wenji Huang | 2008-08-04 | 3 | -13/+102 | |
| | ||||||
* | Correct several tests for 2.6.27 | Wenji Huang | 2008-08-03 | 2 | -0/+13 | |
| | ||||||
* | * syscalls2.stp: Add sys_unlinkat. | Zhaolei | 2008-07-25 | 2 | -0/+23 | |
| | ||||||
* | Fix sw 6752. Alter condtional to check for >= 2.6.26. This accounts and ↵ | Phil Muldoon | 2008-07-22 | 1 | -1/+1 | |
| | | | | fixes false positives in kernel_v strings that return xx.xx.xx.xx over xx.xx.xx. | |||||
* | syscalls2.stp: Add sys_symlinkat. | Zhaolei | 2008-07-18 | 2 | -0/+26 | |
| | ||||||
* | Changed method of getting the value of $syscall. | David Smith | 2008-07-15 | 3 | -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 Stone | 2008-07-10 | 2 | -2/+5 | |
| | ||||||
* | Fix PR 6732: Add runtime/autoconf-real-parent.c check for task_struct field. | Mark Wielaard | 2008-07-09 | 3 | -0/+19 | |
| | ||||||
* | Make _vfs.generic_commit_write only for kernel<=2.6.25 | Wenji Huang | 2008-07-01 | 2 | -0/+6 | |
| | ||||||
* | This commit makes changes to the VFS tapset. The changes include deprecation of | root | 2008-06-27 | 1 | -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. | Zhaolei | 2008-06-26 | 2 | -0/+27 | |
| | ||||||
* | syscalls.stp: Add sys_mknodat. | Zhaolei | 2008-06-23 | 2 | -0/+25 | |
| | ||||||
* | Functions for kdev_t information: MAJOR, MINOR, MKDEV, and usrdev2kerndev. | William Cohen | 2008-06-20 | 2 | -0/+37 | |
| | ||||||
* | aux_syscalls.stp: Output unknown bits in _stp_lookup_or_str. | Zhaolei | 2008-06-19 | 2 | -3/+10 | |
| | ||||||
* | syscalls.stp: Add sys_linkat. | Zhaolei | 2008-06-17 | 2 | -0/+32 | |
| | ||||||
* | aux_syscalls.stp (__fork_flags): Add termination signal. | Zhaolei | 2008-06-17 | 2 | -1/+11 | |
| | ||||||
* | Add 'pure' to embedded-C functions that deserve it | Josh Stone | 2008-06-13 | 9 | -22/+27 | |
| | ||||||
* | syscalls.stp: Add sys_fchownat. | Zhaolei | 2008-06-13 | 2 | -0/+26 | |
| | ||||||
* | Add user_mode function to tapset and document. | William Cohen | 2008-06-12 | 2 | -0/+16 | |
| | ||||||
* | syscalls.stp: Add sys_fchmodat. | Zhaolei | 2008-06-11 | 2 | -0/+22 | |
| | ||||||
* | PR6470: new argv[] tapset, docs, test cases | Frank Ch. Eigler | 2008-06-10 | 2 | -0/+53 | |
| | ||||||
* | syscalls.stp: Add sys_faccessat. | Zhaolei | 2008-06-10 | 2 | -0/+22 | |
| | ||||||
* | syscalls.stp(syscall.mkdirat): Use _dfd_str() to add support for AT_FDCWD. | Zhaolei | 2008-06-10 | 2 | -1/+6 | |
| | ||||||
* | Fixed utrace probe '$syscall' handling. | David Smith | 2008-06-09 | 3 | -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 6588 | Jim Keniston | 2008-06-04 | 1 | -3/+4 | |
| | ||||||
* | syscalls2.stp: Add sys_unshare. | Zhaolei | 2008-06-04 | 2 | -0/+18 | |
| | ||||||
* | Support for new clone flags before linux-2.6.25. | Zhaolei | 2008-06-03 | 2 | -0/+13 | |
| | ||||||
* | Fix PR 6582: verify CONTEXT->regs in [u_]register() | Jim Keniston | 2008-05-29 | 4 | -6/+24 | |
| | ||||||
* | Fix powerpc dwarfless argument access | Ananth N Mavinakayanahalli | 2008-05-29 | 1 | -66/+36 | |
| | ||||||
* | Fix regparm() on i686 & x86_64. | Josh Stone | 2008-05-27 | 2 | -4/+4 | |
| | | | | | It doesn't seem that regparm() is actually used, but I saw compilation errors when I compiled with -u. |