summaryrefslogtreecommitdiffstats
path: root/tapset/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Kill all ChangeLogsJosh Stone2009-02-191-2116/+0
| | | | | | Mark Wielaard, a dear friend of the departed, will be performing a song and dance at the funeral services to commemorate the joyous times that they had together.
* Update Documentation section and include URLs.William Cohen2009-02-131-0/+4
|
* Function to determine page fault type and have pfaults.stp exercise it.William Cohen2009-02-121-0/+4
|
* process.create: fix the new_pid read orderJosh Stone2009-02-091-0/+5
| | | | | | | | | | * process.stp (process.create): Read the task pid *after* the task pointer is checked for errors. This is to fix a problem reported on the mailing list: http://sources.redhat.com/ml/systemtap/2009-q1/msg00403.html CC: Luis Fernando Muñoz Mejías <Luis.Fernando.Munoz.Mejias@cern.ch>
* Correcting previous commit message and AuthorK Prasad2009-02-041-0/+5
| | | | 7030: use send_signal instead of generic_send_sig_info and specific_send_sig_info
* Merge commit '4718b445d13b07448e71582f29ce1b0979b8dc50'Srikar Dronamraju2009-02-041-5/+0
|
* --authorSrikar Dronamraju2009-02-041-0/+5
|
* PR9810: Mostly revert "PR6961: initial sketch: set up dummy pt_regs for ↵Frank Ch. Eigler2009-02-031-0/+5
| | | | non-trap based probes"
* PR9699: tapset changes for STAPCONF_TASK_UID for *uid()/*gid() callsFrank Ch. Eigler2009-01-061-0/+5
|
* PR6961: initial sketch: set up dummy pt_regs for non-trap based probesFrank Ch. Eigler2008-12-091-0/+5
|
* PR 6965: tweak symbol/unwind control macros to STP_NEED_{UNWIND,SYMBOL}_DATAFrank Ch. Eigler2008-11-281-0/+16
|
* Add scsi trace-doc material.William Cohen2008-11-261-0/+3
|
* Add kernel-doc compatible comments and pull process tapset into reference doc.William Cohen2008-11-261-0/+4
|
* Add ioscheduler, socket, tcp, and upd to tapset reference.William Cohen2008-11-251-0/+7
|
* Add context, timestamp, memory, and networking tapsets.William Cohen2008-11-251-0/+7
|
* tapset/s390/registers.stp: fixed a typo, updated stapfuncs(5)Jim Keniston2008-11-191-0/+4
|
* Add [u_]register() and *_arg() support for s390x.Jim Keniston2008-11-191-0/+4
|
* Order entries in table.William Cohen2008-11-131-0/+4
|
* Add xml documentation for memory.stp.William Cohen2008-11-131-0/+4
|
* Remove cpuid() documentation.William Cohen2008-11-121-0/+4
|
* Add inode variable, ino.William Cohen2008-10-301-0/+4
|
* PR6972. Fixed vfs tapset.David Smith2008-10-281-0/+12
| | | | | | | | | | | | | | | | | | 2008-10-28 David Smith <dsmith@redhat.com> PR6972 * vfs.stp (generic.fop.aio_read): Works under 2.6.18 kernels, such as RHEL5. (generic.fop.aio_read.return): Ditto. (vfs.__set_page_dirty_buffers): Fixed small bug. (_vfs.block_write_begin): Only use for kernels >= 2.6.24. (_vfs.block_write_begin.return): Ditto. (_vfs.block_write_end): Ditto. (_vfs.block_write_end.return): Ditto. 2008-10-28 David Smith <dsmith@redhat.com> * buildok/vfs_testcase.stp: Fixes for updated vfs tapset.
* Correct ioblock and scsi tapset for 2.6.28.Wenji Huang2008-10-281-0/+5
|
* Provide dev and devname in vfs.read and vfs.write. Use them in disktop.stp.William Cohen2008-10-271-0/+4
|
* Don't use pointer_arg to fetch arguments for syscall utime and compat_utime.Mark Wielaard2008-10-231-0/+6
|
* Transform struct sigaction32 to struct sigaction for rt_sigaction32 syscall.Mark Wielaard2008-10-071-0/+7
|
* socket.stp (socket.aio_read/write): Fix version-checking method.Zhaolei2008-09-231-0/+4
| | | | Thanks Mark Wielaard <mjw@redhat.com>
* socket.stp (socket.aio_read/write): Fix the semantic error caused by the ↵Zhaolei2008-09-221-0/+5
| | | | difference of kernel versions.
* Moved reboot.h include out of _reboot_magic_str in aux_syscalls.stp.Mark Wielaard2008-09-181-0/+4
|
* Removed commented out code and unneeded embedded C-code from aux_syscalls.stp.Mark Wielaard2008-09-171-0/+5
|
* Add empty argstr to syscall.vm86_warning to stop warnings on probe syscall.*Mark Wielaard2008-09-161-0/+4
|
* Fix 2.6.27 detection.Mark Wielaard2008-09-151-0/+6
|
* Fix redundant implicit probe points in listing modeWenji Huang2008-09-121-0/+4
|
* Add $return context variables on per-process-syscall.return probesMasami Hiramatsu2008-09-091-0/+4
|
* Add $argN context variables on per-process-syscall probesMasami Hiramatsu2008-09-091-0/+4
|
* Add $name context variable support on marker probesMasami Hiramatsu2008-09-091-0/+4
|
* PR4225: post-merge changelogsFrank Ch. Eigler2008-09-011-4/+5
|
* Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-09-011-3/+7
|\ | | | | | | | | | | | | | | | | | | | | * 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-011-3/+7
| | | | | | | | nfs.proc.commit_setup
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-281-128/+132
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-281-0/+3
| |
* | rework utrace $syscall var to expand to tapset fn, not synthetic hard-coded oneFrank Ch. Eigler2008-08-071-0/+3
|/
* Rename $path to $pathname of syscall tapset for 2.6.27Wenji Huang2008-08-041-0/+6
|
* Correct several tests for 2.6.27Wenji Huang2008-08-031-0/+4
|
* * syscalls2.stp: Add sys_unlinkat.Zhaolei2008-07-251-0/+4
|
* syscalls2.stp: Add sys_symlinkat.Zhaolei2008-07-181-0/+4
|
* Changed method of getting the value of $syscall.David Smith2008-07-151-0/+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-101-0/+4
|
* Fix PR 6732: Add runtime/autoconf-real-parent.c check for task_struct field.Mark Wielaard2008-07-091-0/+7
|
* Make _vfs.generic_commit_write only for kernel<=2.6.25Wenji Huang2008-07-011-0/+4
|