summaryrefslogtreecommitdiffstats
path: root/tapset
Commit message (Expand)AuthorAgeFilesLines
* PR9871: use @cast in tapsetWenji Huang2009-03-067-348/+269
* Fix typo in kernel version check 2.6.21 -> 2.6.11 in inet_sock.Mark Wielaard2009-03-041-2/+2
* minor revision, added tagddomingo2009-03-021-2/+2
* Use @cast where possible for examining inet_sock.Mark Wielaard2009-02-271-25/+25
* Remove unnecessary embedded C include.Mark Wielaard2009-02-271-4/+0
* Guard _struct_sigaction32_u with ifdef CONFIG_COMPAT.Mark Wielaard2009-02-251-0/+2
* Fix the syscall tapset for architectures using SYSCALL_WRAPPERSAnanth N Mavinakayanahalli2009-02-242-564/+1095
* Add selective use of _stp_time_init/kill (PR9822)Josh Stone2009-02-232-43/+68
* Update guidelines for the ChangeLog-less worldJosh Stone2009-02-191-8/+1
* Kill all ChangeLogsJosh Stone2009-02-191-2116/+0
* short revisions to udp.stpddomingo2009-02-191-8/+8
* Update Documentation section and include URLs.William Cohen2009-02-132-12/+66
* Function to determine page fault type and have pfaults.stp exercise it.William Cohen2009-02-122-0/+47
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2009-02-102-1/+6
|\
| * process.create: fix the new_pid read orderJosh Stone2009-02-092-1/+6
* | minor revisionsddomingo2009-02-091-6/+5
|/
* Tapset Ref Guide: formatted comments, added other values from man pageddomingo2009-02-061-131/+158
* started fixing signal.stp comments for documentationddomingo2009-02-051-63/+89
* Correcting previous commit message and AuthorK Prasad2009-02-042-13/+29
* 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 non-t...Frank Ch. Eigler2009-02-032-8/+14
* 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
* PR9699: tapset changes for STAPCONF_TASK_UID for *uid()/*gid() callsFrank Ch. Eigler2009-01-063-1/+57
* 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 specific_s...Srikar Dronamraju2008-11-241-11/+33
* 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
* 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