Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Make _get_sock_addr return correct address in kernel before 2.6.16. | Zhaolei | 2008-08-28 | 2 | -1/+11 | |
| | | ||||||
* | | rework utrace $syscall var to expand to tapset fn, not synthetic hard-coded one | Frank Ch. Eigler | 2008-08-07 | 2 | -0/+14 | |
|/ | ||||||
* | Rename $path to $pathname of syscall tapset for 2.6.27 | Wenji Huang | 2008-08-04 | 3 | -13/+102 | |
| | ||||||
* | Correct several tests for 2.6.27 | Wenji Huang | 2008-08-03 | 2 | -0/+13 | |
| | ||||||
* | * syscalls2.stp: Add sys_unlinkat. | Zhaolei | 2008-07-25 | 2 | -0/+23 | |
| | ||||||
* | Fix sw 6752. Alter condtional to check for >= 2.6.26. This accounts and ↵ | Phil Muldoon | 2008-07-22 | 1 | -1/+1 | |
| | | | | fixes false positives in kernel_v strings that return xx.xx.xx.xx over xx.xx.xx. | |||||
* | syscalls2.stp: Add sys_symlinkat. | Zhaolei | 2008-07-18 | 2 | -0/+26 | |
| | ||||||
* | Changed method of getting the value of $syscall. | David Smith | 2008-07-15 | 3 | -8/+5 | |
| | | | | | | | | | | | | | 2008-07-14 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_var_expanding_copy_visitor::visit_target_symbol): Synthesize a function to get the value of $syscall. 2008-07-14 David Smith <dsmith@redhat.com> * i686/registers.stp: Removed syscall_nr function. * x86_64/registers.stp: Ditto. | |||||
* | Correct access to the mapping field in vfs::__address_inode(). | Josh Stone | 2008-07-10 | 2 | -2/+5 | |
| | ||||||
* | Fix PR 6732: Add runtime/autoconf-real-parent.c check for task_struct field. | Mark Wielaard | 2008-07-09 | 3 | -0/+19 | |
| | ||||||
* | Make _vfs.generic_commit_write only for kernel<=2.6.25 | Wenji Huang | 2008-07-01 | 2 | -0/+6 | |
| | ||||||
* | This commit makes changes to the VFS tapset. The changes include deprecation of | root | 2008-06-27 | 1 | -6/+297 | |
| | | | | | | | some old probe points to older versions of kernel, adding new helper C functions and probe points for the VFS subsystem. A new testcase is created for the VFS tapset which performs a compile test (i.e. up4) on the probe points to verify sanity. These details can also be found in the ChangeLog. | |||||
* | syscalls2.stp: Add sys_renameat. | Zhaolei | 2008-06-26 | 2 | -0/+27 | |
| | ||||||
* | syscalls.stp: Add sys_mknodat. | Zhaolei | 2008-06-23 | 2 | -0/+25 | |
| | ||||||
* | Functions for kdev_t information: MAJOR, MINOR, MKDEV, and usrdev2kerndev. | William Cohen | 2008-06-20 | 2 | -0/+37 | |
| | ||||||
* | aux_syscalls.stp: Output unknown bits in _stp_lookup_or_str. | Zhaolei | 2008-06-19 | 2 | -3/+10 | |
| | ||||||
* | syscalls.stp: Add sys_linkat. | Zhaolei | 2008-06-17 | 2 | -0/+32 | |
| | ||||||
* | aux_syscalls.stp (__fork_flags): Add termination signal. | Zhaolei | 2008-06-17 | 2 | -1/+11 | |
| | ||||||
* | Add 'pure' to embedded-C functions that deserve it | Josh Stone | 2008-06-13 | 9 | -22/+27 | |
| | ||||||
* | syscalls.stp: Add sys_fchownat. | Zhaolei | 2008-06-13 | 2 | -0/+26 | |
| | ||||||
* | Add user_mode function to tapset and document. | William Cohen | 2008-06-12 | 2 | -0/+16 | |
| | ||||||
* | syscalls.stp: Add sys_fchmodat. | Zhaolei | 2008-06-11 | 2 | -0/+22 | |
| | ||||||
* | PR6470: new argv[] tapset, docs, test cases | Frank Ch. Eigler | 2008-06-10 | 2 | -0/+53 | |
| | ||||||
* | syscalls.stp: Add sys_faccessat. | Zhaolei | 2008-06-10 | 2 | -0/+22 | |
| | ||||||
* | syscalls.stp(syscall.mkdirat): Use _dfd_str() to add support for AT_FDCWD. | Zhaolei | 2008-06-10 | 2 | -1/+6 | |
| | ||||||
* | Fixed utrace probe '$syscall' handling. | David Smith | 2008-06-09 | 3 | -0/+13 | |
| | | | | | | | | | | | | | 2008-06-09 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_var_expanding_copy_visitor::visit_target_symbol): Calls 'syscall_nr' to get the value of '$syscall'. 2008-06-09 David Smith <dsmith@redhat.com> * x86_64/registers.stp (syscall_nr): Added syscall_nr function. * i686/registers.stp (syscall_nr): Ditto. | |||||
* | Fix PR 6588 | Jim Keniston | 2008-06-04 | 1 | -3/+4 | |
| | ||||||
* | syscalls2.stp: Add sys_unshare. | Zhaolei | 2008-06-04 | 2 | -0/+18 | |
| | ||||||
* | Support for new clone flags before linux-2.6.25. | Zhaolei | 2008-06-03 | 2 | -0/+13 | |
| | ||||||
* | Fix PR 6582: verify CONTEXT->regs in [u_]register() | Jim Keniston | 2008-05-29 | 4 | -6/+24 | |
| | ||||||
* | Fix powerpc dwarfless argument access | Ananth N Mavinakayanahalli | 2008-05-29 | 1 | -66/+36 | |
| | ||||||
* | Fix regparm() on i686 & x86_64. | Josh Stone | 2008-05-27 | 2 | -4/+4 | |
| | | | | | It doesn't seem that regparm() is actually used, but I saw compilation errors when I compiled with -u. | |||||
* | Only include fdtable.h for kernel versions > 2.6.25. | Mark Wielaard | 2008-05-26 | 2 | -0/+5 | |
| | ||||||
* | Include fdtable.h in task.stp for 2.6.26 and format signal.stp | wenji | 2008-05-26 | 3 | -6/+11 | |
| | ||||||
* | Correct signal.stp for 2.6.26 | wenji | 2008-05-26 | 2 | -5/+22 | |
| | ||||||
* | Fixed arg #3 type in nd_syscall.accept. | Jim Keniston | 2008-05-25 | 1 | -1/+1 | |
| | ||||||
* | tapset cleanup: nfs kernel?,module? -> kernel!,module | Frank Ch. Eigler | 2008-05-25 | 3 | -80/+89 | |
| | ||||||
* | rpc tapset cleanup | Frank Ch. Eigler | 2008-05-25 | 2 | -81/+91 | |
| | ||||||
* | powerpc register+arg access | Ananth N Mavinakayanahalli | 2008-05-22 | 1 | -0/+239 | |
| | ||||||
* | PR6538: more tapset fixes | Frank Ch. Eigler | 2008-05-21 | 2 | -1/+6 | |
| | ||||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-05-21 | 2 | -8/+13 | |
|\ | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Use pointer_arg to fetch arguments for syscall.utime and compat_utime. Optimize compound and binary expression assignments. | |||||
| * | Use pointer_arg to fetch arguments for syscall.utime and compat_utime. | Mark Wielaard | 2008-05-21 | 2 | -8/+13 | |
| | | ||||||
* | | PR6538: tapset changes | Frank Ch. Eigler | 2008-05-20 | 5 | -14/+16 | |
|/ | ||||||
* | PR5001: Remove _stp_ctime and always use ctime. | Mark Wielaard | 2008-05-20 | 3 | -61/+78 | |
| | ||||||
* | PR6524: ctime() on bad values hangs system. | Mark Wielaard | 2008-05-20 | 2 | -2/+42 | |
| | ||||||
* | Factored returnval() out of returnstr(), for use in dwarfless probing. | Jim Keniston | 2008-05-13 | 1 | -16/+28 | |
| | ||||||
* | Converted more aliases to use arg numbers instead of names. In particular, | Jim Keniston | 2008-05-13 | 1 | -104/+265 | |
| | | | | | | converted the aliases for futex, getrusage, and mq_open -- which presented problems when this tapset is used without dwarf, even if those aliases aren't used. | |||||
* | Merge commit 'origin/dwarfless' | Jim Keniston | 2008-05-12 | 3 | -0/+3290 | |
|\ | | | | | | | PR 4311 - Function boundary tracing without debuginfo: Phases 1 and 2 | |||||
| * | The beginnings of a no-dwarf version of syscalls.stp. Selected | Jim Keniston | 2008-05-06 | 1 | -0/+2845 | |
| | | | | | | | | aliases refer to args by number rather than name. | |||||
| * | Replaced [u_]arg() with [u]int_arg(), [u]long_arg(), {s|u}32_arg(), | Jim Keniston | 2008-05-05 | 2 | -52/+200 | |
| | | | | | | | | | | | | | | {s|u}64_arg(), etc. Added asmlinkage(), fastcall(), regparm(). Dealt with some surprises -- e.g., rax is ZERO-extended eax. Seems to work well with -m32 and -m64 user apps, and with a (small) dwarfless subset of syscall.stp. |