summaryrefslogtreecommitdiffstats
path: root/tapset
Commit message (Expand)AuthorAgeFilesLines
* Rename $path to $pathname of syscall tapset for 2.6.27Wenji Huang2008-08-043-13/+102
* Correct several tests for 2.6.27Wenji Huang2008-08-032-0/+13
* * syscalls2.stp: Add sys_unlinkat.Zhaolei2008-07-252-0/+23
* Fix sw 6752. Alter condtional to check for >= 2.6.26. This accounts and fixes...Phil Muldoon2008-07-221-1/+1
* syscalls2.stp: Add sys_symlinkat.Zhaolei2008-07-182-0/+26
* Changed method of getting the value of $syscall.David Smith2008-07-153-8/+5
* Correct access to the mapping field in vfs::__address_inode().Josh Stone2008-07-102-2/+5
* Fix PR 6732: Add runtime/autoconf-real-parent.c check for task_struct field.Mark Wielaard2008-07-093-0/+19
* Make _vfs.generic_commit_write only for kernel<=2.6.25Wenji Huang2008-07-012-0/+6
* This commit makes changes to the VFS tapset. The changes include deprecation ofroot2008-06-271-6/+297
* syscalls2.stp: Add sys_renameat.Zhaolei2008-06-262-0/+27
* syscalls.stp: Add sys_mknodat.Zhaolei2008-06-232-0/+25
* Functions for kdev_t information: MAJOR, MINOR, MKDEV, and usrdev2kerndev.William Cohen2008-06-202-0/+37
* aux_syscalls.stp: Output unknown bits in _stp_lookup_or_str.Zhaolei2008-06-192-3/+10
* syscalls.stp: Add sys_linkat.Zhaolei2008-06-172-0/+32
* aux_syscalls.stp (__fork_flags): Add termination signal.Zhaolei2008-06-172-1/+11
* Add 'pure' to embedded-C functions that deserve itJosh Stone2008-06-139-22/+27
* syscalls.stp: Add sys_fchownat.Zhaolei2008-06-132-0/+26
* Add user_mode function to tapset and document.William Cohen2008-06-122-0/+16
* syscalls.stp: Add sys_fchmodat.Zhaolei2008-06-112-0/+22
* PR6470: new argv[] tapset, docs, test casesFrank Ch. Eigler2008-06-102-0/+53
* syscalls.stp: Add sys_faccessat.Zhaolei2008-06-102-0/+22
* syscalls.stp(syscall.mkdirat): Use _dfd_str() to add support for AT_FDCWD.Zhaolei2008-06-102-1/+6
* Fixed utrace probe '$syscall' handling.David Smith2008-06-093-0/+13
* Fix PR 6588Jim Keniston2008-06-041-3/+4
* syscalls2.stp: Add sys_unshare.Zhaolei2008-06-042-0/+18
* Support for new clone flags before linux-2.6.25.Zhaolei2008-06-032-0/+13
* Fix PR 6582: verify CONTEXT->regs in [u_]register()Jim Keniston2008-05-294-6/+24
* Fix powerpc dwarfless argument accessAnanth N Mavinakayanahalli2008-05-291-66/+36
* Fix regparm() on i686 & x86_64.Josh Stone2008-05-272-4/+4
* Only include fdtable.h for kernel versions > 2.6.25.Mark Wielaard2008-05-262-0/+5
* Include fdtable.h in task.stp for 2.6.26 and format signal.stpwenji2008-05-263-6/+11
* Correct signal.stp for 2.6.26wenji2008-05-262-5/+22
* Fixed arg #3 type in nd_syscall.accept.Jim Keniston2008-05-251-1/+1
* tapset cleanup: nfs kernel?,module? -> kernel!,moduleFrank Ch. Eigler2008-05-253-80/+89
* rpc tapset cleanupFrank Ch. Eigler2008-05-252-81/+91
* powerpc register+arg accessAnanth N Mavinakayanahalli2008-05-221-0/+239
* PR6538: more tapset fixesFrank Ch. Eigler2008-05-212-1/+6
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-05-212-8/+13
|\
| * Use pointer_arg to fetch arguments for syscall.utime and compat_utime.Mark Wielaard2008-05-212-8/+13
* | PR6538: tapset changesFrank Ch. Eigler2008-05-205-14/+16
|/
* PR5001: Remove _stp_ctime and always use ctime.Mark Wielaard2008-05-203-61/+78
* PR6524: ctime() on bad values hangs system.Mark Wielaard2008-05-202-2/+42
* Factored returnval() out of returnstr(), for use in dwarfless probing.Jim Keniston2008-05-131-16/+28
* Converted more aliases to use arg numbers instead of names. In particular,Jim Keniston2008-05-131-104/+265
* Merge commit 'origin/dwarfless'Jim Keniston2008-05-123-0/+3290
|\
| * The beginnings of a no-dwarf version of syscalls.stp. SelectedJim Keniston2008-05-061-0/+2845
| * Replaced [u_]arg() with [u]int_arg(), [u]long_arg(), {s|u}32_arg(),Jim Keniston2008-05-052-52/+200
| * Added support for register(), u_register(), arg(), and u_arg() functions.Jim Keniston2008-05-012-0/+161
* | In ioblock.stp ioblock.end set bytes_done depending on kernel version.Mark Wielaard2008-05-082-1/+7