summaryrefslogtreecommitdiffstats
path: root/tapset
Commit message (Expand)AuthorAgeFilesLines
* Use a header-cast in nd_syscall.sigaltstackJosh Stone2009-08-311-1/+2
* Mirror the sys_sigaltstack fix in nd_syscallsJosh Stone2009-08-311-2/+2
* Fix sys_sigaltstack ussp conditional.Mark Wielaard2009-08-291-1/+1
* Use || and && in preprocessor's conditions in tapsets.Przemyslaw Pawelczyk2009-08-281-13/+3
* Cleanup some deref handling in the task tapsetJosh Stone2009-08-261-11/+20
* Correct a few comments to match the codeJosh Stone2009-08-263-6/+6
* PR4186 cont'd: option #2: standardize on kernel ARCH/SUBARCH throughoutFrank Ch. Eigler2009-08-259-12/+12
* PR4186 cont'd: move tapset/i686 -> tapset/i386Frank Ch. Eigler2009-08-243-0/+0
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-08-041-0/+267
|\
| * PR10204: Place userspace markers in systemtap itselfKent Sebastian2009-07-311-0/+267
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-237-145/+339
|\|
| * PR10421: Update task.stp for 2.6.31Wenji Huang2009-07-211-3/+9
| * Fixes for 2.6.31. There are some changes in sk_buff structure those causeDavid J. Wilder2009-07-202-10/+81
| * Tweak kernel or module resident probeWenji Huang2009-07-193-132/+132
| * PR10410: dentry tapset, autofs4 sampleJeff Moyer2009-07-171-0/+117
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-173-0/+968
|\|
| * This SNMP group of tapsets provides probes used to count SNMP managementDavid J. Wilder2009-07-163-0/+968
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-131-2/+5
|\|
| * Don't accidentially use user space ntohs function.Mark Wielaard2009-07-111-2/+5
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-101-26/+28
|\|
| * Fix signal.send matching for 2.6.30+.Roland McGrath2009-07-091-26/+28
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-084-20/+41
|\|
| * More gcc 4.5 'jump skips variable initialization' fixlets.Mark Wielaard2009-07-084-20/+41
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-06-302-2/+15
|\|
| * Update memory and ioscheduler tapset for 2.6.31Wenji Huang2009-06-292-2/+15
* | Disallow embedded C in tapset functions ifor unprivileged users unless tagged...Dave Brolley2009-06-252-5/+5
|/
* Remove unused strlens from str_replaceJosh Stone2009-06-221-2/+0
* Add str_replace() To TapsetsVarun Chandramohan2009-06-221-0/+33
* Fix target_set tapset.Przemyslaw Pawelczyk2009-06-181-10/+18
* Fix tokenize function and test.Przemyslaw Pawelczyk2009-06-171-8/+15
* Add pgrp() context tapset function. Describe sid().Przemyslaw Pawelczyk2009-06-151-0/+13
* Add $arch/nd_syscalls.stpJosh Stone2009-06-025-0/+1419
* Clean up the formatting of $arch/syscalls.stpJosh Stone2009-06-025-149/+224
* Complete a few TODO probe points in nd_syscalls2Josh Stone2009-06-021-39/+96
* Fix nd_syscall2 open.return typo.Mark Wielaard2009-06-021-2/+2
* More nd_syscalls2 cleanup, and add SYSCALL_WRAPPERSJosh Stone2009-06-021-291/+575
* Fix a few variables in nd_syscalls2Josh Stone2009-05-291-13/+13
* Clean up nd_syscalls2 formattingJosh Stone2009-05-291-556/+786
* Kill trailing whitespace in nd_syscalls[2]Josh Stone2009-05-292-144/+144
* Convert nd_syscalls2 to kprobe.functionJosh Stone2009-05-291-437/+437
* Create nd_syscalls2.stpJoeLynn Keniston2009-05-291-0/+3916
* Add ucontext-symbols and ucontext-unwind tapset functions to the manual.Mark Wielaard2009-05-281-1/+0
* Fix nd_syscalls.stp for architectures using SYSCALL_WRAPPERS.Przemyslaw Pawelczyk2009-05-261-305/+568
* Move the "pure" tag into the body of __is_user_regsJosh Stone2009-05-222-2/+4
* Use embedded-C for empty functionsJosh Stone2009-05-223-12/+6
* Uncomment 'name' variable in nd_syscall.lseek probe point.Przemyslaw Pawelczyk2009-05-221-1/+1
* Add missing probe points in nd_syscalls.stp.Przemyslaw Pawelczyk2009-05-221-0/+154
* Remove return probes for exit[_group] in nd_syscalls.stp.Przemyslaw Pawelczyk2009-05-221-3/+4
* Unify formatting of nd_syscalls.stp.Przemyslaw Pawelczyk2009-05-221-110/+103
* PR10177: init/kill time in sleepy context onlyJosh Stone2009-05-201-15/+2