summaryrefslogtreecommitdiffstats
path: root/tapset
Commit message (Expand)AuthorAgeFilesLines
* Fixed PR 11269 by properly handling mmap syscall 'fd' argument.David Smith2010-02-237-25/+51
* Use clamping to more easily normalize input valuesJosh Stone2010-02-162-12/+9
* Add documentation for task.stp tapset.Mark Wielaard2010-02-151-34/+104
* rhbz#563114 Make syscall.pipe sys32_pipe probe alias optional on x86_64.Mark Wielaard2010-02-091-5/+3
* Added backports required for 2.6.18 kernel for RHEL 5.David J. Wilder2010-02-052-21/+52
* PR11234: Rewrite __get_argv without embedded-CJosh Stone2010-02-041-115/+44
* Revert "PR11234: Ensure __get_argv doesn't overflow"Josh Stone2010-02-041-15/+11
* Fix a incorrect UNKNOWN VALUE message creation in _sock_type_str functionPetr Muller2010-02-011-1/+1
* PR11234: Ensure __get_argv doesn't overflowJosh Stone2010-01-281-11/+15
* PR 11167 fixed by adding compat_sys_sigaction to the syscall.sigaction32 probe.David Smith2010-01-131-2/+4
* Fix PR11160 by handling ppc syscall.sigaction32 correctly.David Smith2010-01-132-1/+45
* Fixed PR 11163 so that syscall.readv/syscall.writev puts fd in argstr for ppc.David Smith2010-01-122-21/+1
* Fixed PR 11162 by removing extra 'buf_uaddr' assignment.David Smith2010-01-121-1/+0
* Make probe syscall.mmap2 optionalWenji Huang2010-01-041-3/+3
* Fixup some memory tapset vm kernel function probe fallbacks.Mark Wielaard2009-12-291-16/+43
* Guard SDEV_BLOCK and SDEV_CREATED_BLOCK in tapset/scsi.stp with #ifdef.Mark Wielaard2009-12-291-0/+4
* Define __GFP_MOVABLE GFP_ZONEMASK __GFP_NOTRACK in memory.stp if not there.Mark Wielaard2009-12-281-0/+16
* Updates to SCSI tapset scsi.stp and corresponding testcasesAndre Detsch2009-12-221-18/+115
* Update tapset related to struct inet_sock for 2.6.33Wenji Huang2009-12-224-0/+40
* Tracepoint based tapset for memory - changes to NEWS and tapset/memory.stp th...Rajasekhar Duddu2009-12-221-0/+266
* PR11015 Support shared library reloading (in different processes)Mark Wielaard2009-12-211-2/+2
* Remove blank line in ucontext-unwind.stp for SystemTap Tapset Reference ManualWilliam Cohen2009-12-171-1/+0
* support for a brief backtrace formatTim Moore2009-12-171-0/+18
* set the IP in return probes to the returned-to instructionTim Moore2009-12-162-4/+4
* Fix regression introduced by commit 379c585Wenji Huang2009-12-071-10/+1
* Make tapset and tests compatible with old kernelWenji Huang2009-12-026-22/+71
* Share ppc64 and ppc32 code where possibleAnton Vorontsov2009-12-012-2/+2
* Implement ppc32 variant of __is_user_regsAnton Vorontsov2009-12-012-0/+6
* Convert string.stp documentation to standard markup.Mark Wielaard2009-12-011-53/+76
* Fix typo in scheduler tapsetWenji Huang2009-12-011-1/+1
* Fixed tapset reference manual generation.David Smith2009-11-231-1/+1
* Correct tapset/ioscheduler.stp so documentation builds.William Cohen2009-11-231-6/+6
* Correct block IO and IO scheduler tapset and test caseWenji Huang2009-11-231-8/+1
* Added tracepoint-based probes to block IO and IO scheduler tapsets.Prerna Saxena2009-11-222-50/+362
* PR 10981. Fixed buildok/netdev.stp for RHEL5.David Smith2009-11-181-2/+2
* PR 5150. Fixed nfs tapset by making probes optional.David Smith2009-11-181-22/+30
* Document is_return(), module_name() and stp_pid() context tapset functions.Mark Wielaard2009-11-171-15/+18
* Fixed aux_syscalls.stp for RHEL4.David Smith2009-11-171-0/+12
* PR 10974 fix. Fixed aux_syscalls.stp for RHEL5.David Smith2009-11-171-0/+4
* PR 5150 partial fixes. Added support for nfs_file_fsync.David Smith2009-11-161-37/+40
* PR 5150 partial fix. Support nfs_write_begin()/nfs_write_end().David Smith2009-11-161-4/+76
* Add documentation for ansi.stp tapset.Mark Wielaard2009-11-161-15/+79
* Define IRQF_ONESHOT for older kernels.Mark Wielaard2009-11-161-0/+3
* add definition of function irqflags_str()Prerna Saxena2009-11-161-0/+27
* Turn ctime.stp documentation into proper Tapset Reference markup.Mark Wielaard2009-11-131-12/+15
* Add documentation for conversions.stp tapset functions.Mark Wielaard2009-11-121-7/+179
* Mark usymname as unprivileged.Mark Wielaard2009-11-121-1/+2
* A very simple patch that fix the networking tapset documentation.Breno Leitao2009-11-111-1/+1
* PR5916: Exploit kretprobe data storage areaJosh Stone2009-11-101-0/+56
* Normalized whitespace and comments.David Smith2009-11-091-146/+153