summaryrefslogtreecommitdiffstats
path: root/tapset
Commit message (Collapse)AuthorAgeFilesLines
...
| * started fixing signal.stp comments for documentationddomingo2009-02-051-63/+89
| |
| * Correcting previous commit message and AuthorK Prasad2009-02-042-13/+29
| | | | | | | | 7030: use send_signal instead of generic_send_sig_info and specific_send_sig_info
| * Merge commit '4718b445d13b07448e71582f29ce1b0979b8dc50'Srikar Dronamraju2009-02-042-29/+13
| |
| * --authorSrikar Dronamraju2009-02-042-13/+29
| |
| * PR9810: Mostly revert "PR6961: initial sketch: set up dummy pt_regs for ↵Frank Ch. Eigler2009-02-032-8/+14
| | | | | | | | non-trap based probes"
| * cleanup for documentationddomingo2009-02-031-28/+31
| |
| * minor correction to comment on probe vm.brkddomingo2009-02-021-3/+3
| |
| * Use 'static' as much as possibleJosh Stone2009-01-283-23/+23
| | | | | | | | | | | | | | | | | | | | This change just inserts 'static' on runtime, tapset, and generated C functions and globals, so the compiler can do a better job of optimizing. My tests with small scripts show ~10% reduction in compile time and ~20% reduction in module size. Larger scripts may show less benefit, but I expect purely positive results.
* | Merge branch 'master' into pr6866.Mark Wielaard2009-01-233-1/+57
|\|
| * PR9699: tapset changes for STAPCONF_TASK_UID for *uid()/*gid() callsFrank Ch. Eigler2009-01-063-1/+57
| |
* | context-symbols.stp (probefunc): Call _stp_symbol_snprint with current task.Mark Wielaard2008-12-152-4/+6
| |
* | PR6866: First pass at translating addresses to symbol names through vma.Mark Wielaard2008-12-103-1/+17
|/
* PR6961: initial sketch: set up dummy pt_regs for non-trap based probesFrank Ch. Eigler2008-12-092-9/+13
|
* PR 6965: tweak symbol/unwind control macros to STP_NEED_{UNWIND,SYMBOL}_DATAFrank Ch. Eigler2008-11-283-9/+25
|
* PR6965 - Conditionally compile symbol table. Split context.stp into 3 files.Elliott Baron2008-11-283-136/+166
|
* Add scsi trace-doc material.William Cohen2008-11-262-3/+44
|
* Add kernel-doc compatible comments and pull process tapset into reference doc.William Cohen2008-11-262-36/+37
|
* Add ioscheduler, socket, tcp, and upd to tapset reference.William Cohen2008-11-255-403/+351
|
* Add context, timestamp, memory, and networking tapsets.William Cohen2008-11-255-531/+242
|
* Fix for 7030: use send_signal instead of generic_send_sig_info and ↵Srikar Dronamraju2008-11-241-11/+33
| | | | | | specific_send_sig_info (Prasad's Patch for fixing signal tapset)
* Handle a clone case which should behave like forkSrikar Dronamraju2008-11-212-2/+2
|
* tapset/s390/registers.stp: fixed a typo, updated stapfuncs(5)Jim Keniston2008-11-192-1/+5
|
* Add [u_]register() and *_arg() support for s390x.Jim Keniston2008-11-192-0/+217
|
* added remark tag for FIXMEsddomingo2008-11-141-3/+3
|
* Order entries in table.William Cohen2008-11-132-5/+9
|
* Add xml documentation for memory.stp.William Cohen2008-11-132-36/+183
|
* Remove cpuid() documentation.William Cohen2008-11-122-9/+5
|
* Add documentation for context.stp and networking.stp.William Cohen2008-11-112-7/+329
|
* Include id in <formalpara to allow crossreferences.William Cohen2008-11-111-5/+5
|
* Document timestamp.stp.William Cohen2008-11-111-6/+46
|
* Add inode variable, ino.William Cohen2008-10-302-0/+8
|
* PR6972. Fixed vfs tapset.David Smith2008-10-282-9/+33
| | | | | | | | | | | | | | | | | | 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-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