| Commit message (Expand) | Author | Age | Files | Lines |
* | PR 6965: tweak symbol/unwind control macros to STP_NEED_{UNWIND,SYMBOL}_DATA | Frank Ch. Eigler | 2008-11-28 | 3 | -9/+25 |
* | PR6965 - Conditionally compile symbol table. Split context.stp into 3 files. | Elliott Baron | 2008-11-28 | 3 | -136/+166 |
* | Add scsi trace-doc material. | William Cohen | 2008-11-26 | 2 | -3/+44 |
* | Add kernel-doc compatible comments and pull process tapset into reference doc. | William Cohen | 2008-11-26 | 2 | -36/+37 |
* | Add ioscheduler, socket, tcp, and upd to tapset reference. | William Cohen | 2008-11-25 | 5 | -403/+351 |
* | Add context, timestamp, memory, and networking tapsets. | William Cohen | 2008-11-25 | 5 | -531/+242 |
* | Fix for 7030: use send_signal instead of generic_send_sig_info and specific_s... | Srikar Dronamraju | 2008-11-24 | 1 | -11/+33 |
* | Handle a clone case which should behave like fork | Srikar Dronamraju | 2008-11-21 | 2 | -2/+2 |
* | tapset/s390/registers.stp: fixed a typo, updated stapfuncs(5) | Jim Keniston | 2008-11-19 | 2 | -1/+5 |
* | Add [u_]register() and *_arg() support for s390x. | Jim Keniston | 2008-11-19 | 2 | -0/+217 |
* | added remark tag for FIXMEs | ddomingo | 2008-11-14 | 1 | -3/+3 |
* | Order entries in table. | William Cohen | 2008-11-13 | 2 | -5/+9 |
* | Add xml documentation for memory.stp. | William Cohen | 2008-11-13 | 2 | -36/+183 |
* | Remove cpuid() documentation. | William Cohen | 2008-11-12 | 2 | -9/+5 |
* | Add documentation for context.stp and networking.stp. | William Cohen | 2008-11-11 | 2 | -7/+329 |
* | Include id in <formalpara to allow crossreferences. | William Cohen | 2008-11-11 | 1 | -5/+5 |
* | Document timestamp.stp. | William Cohen | 2008-11-11 | 1 | -6/+46 |
* | Add inode variable, ino. | William Cohen | 2008-10-30 | 2 | -0/+8 |
* | PR6972. Fixed vfs tapset. | David Smith | 2008-10-28 | 2 | -9/+33 |
* | Correct ioblock and scsi tapset for 2.6.28. | Wenji Huang | 2008-10-28 | 3 | -0/+16 |
* | Provide dev and devname in vfs.read and vfs.write. Use them in disktop.stp. | William Cohen | 2008-10-27 | 2 | -0/+12 |
* | Don't use pointer_arg to fetch arguments for syscall utime and compat_utime. | Mark Wielaard | 2008-10-23 | 2 | -8/+14 |
* | Transform struct sigaction32 to struct sigaction for rt_sigaction32 syscall. | Mark Wielaard | 2008-10-07 | 3 | -41/+107 |
* | socket.stp (socket.aio_read/write): Fix version-checking method. | Zhaolei | 2008-09-23 | 2 | -4/+8 |
* | socket.stp (socket.aio_read/write): Fix the semantic error caused by the diff... | Zhaolei | 2008-09-22 | 2 | -6/+33 |
* | Moved reboot.h include out of _reboot_magic_str in aux_syscalls.stp. | Mark Wielaard | 2008-09-18 | 2 | -1/+11 |
* | Removed commented out code and unneeded embedded C-code from aux_syscalls.stp. | Mark Wielaard | 2008-09-17 | 2 | -154/+41 |
* | Add empty argstr to syscall.vm86_warning to stop warnings on probe syscall.* | Mark Wielaard | 2008-09-16 | 2 | -0/+5 |
* | Fix 2.6.27 detection. | Mark Wielaard | 2008-09-15 | 4 | -18/+24 |
* | Fix redundant implicit probe points in listing mode | Wenji Huang | 2008-09-12 | 2 | -24/+27 |
* | Add $return context variables on per-process-syscall.return probes | Masami Hiramatsu | 2008-09-09 | 2 | -0/+8 |
* | Add $argN context variables on per-process-syscall probes | Masami Hiramatsu | 2008-09-09 | 2 | -1/+8 |
* | Add $name context variable support on marker probes | Masami Hiramatsu | 2008-09-09 | 2 | -0/+26 |
* | PR4225: post-merge changelogs | Frank Ch. Eigler | 2008-09-01 | 1 | -4/+5 |
* | Merge commit 'origin/master' into pr4225 | Frank Ch. Eigler | 2008-09-01 | 2 | -40/+94 |
|\ |
|
| * | Fix memory access error in nfs.proc.read_setup, nfs.proc.write_setup and nfs.... | Zhaolei | 2008-09-01 | 2 | -40/+94 |
* | | Merge commit 'origin/master' into pr4225 | Frank Ch. Eigler | 2008-08-28 | 2 | -129/+140 |
|\| |
|
| * | 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 fixes... | Phil Muldoon | 2008-07-22 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | syscalls2.stp: Add sys_renameat. | Zhaolei | 2008-06-26 | 2 | -0/+27 |