Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Clean up disktop.stp and check in for real. | William Cohen | 2008-10-29 | 2 | -15/+21 | |
| | ||||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | William Cohen | 2008-10-29 | 2 | -5/+10 | |
|\ | ||||||
| * | tweak demo script to solve namespace collision | Frank Ch. Eigler | 2008-10-29 | 2 | -5/+10 | |
| | | ||||||
* | | Simplify syncanbuild.sh script and put examples in the correct location. | William Cohen | 2008-10-29 | 1 | -10/+3 | |
|/ | ||||||
* | sanitation: don't create "testsuite/&1" file | Frank Ch. Eigler | 2008-10-29 | 2 | -1/+5 | |
| | ||||||
* | added new sync-and-build script, removed extra extra directory | ddomingo | 2008-10-29 | 2 | -0/+21 | |
| | ||||||
* | creating folder | ddomingo | 2008-10-29 | 1 | -0/+0 | |
| | ||||||
* | added new content for Errors, et al | ddomingo | 2008-10-29 | 1 | -8/+8 | |
| | ||||||
* | removed symlink | ddomingo | 2008-10-29 | 1 | -1/+0 | |
| | ||||||
* | PR6964: temporary workaround for fedora utrace kernel bug 467568 | Wenji Huang | 2008-10-28 | 2 | -0/+25 | |
| | ||||||
* | fixed doc extras symlink to become relative | Frank Ch. Eigler | 2008-10-28 | 1 | -1/+1 | |
| | ||||||
* | removed simples | ddomingo | 2008-10-29 | 6 | -91/+0 | |
| | ||||||
* | re-adding SHOW_REMARKS param in makefile | ddomingo | 2008-10-29 | 1 | -0/+1 | |
| | ||||||
* | revised xi includes to point to updated paths of stps | ddomingo | 2008-10-29 | 12 | -12/+12 | |
| | ||||||
* | adding new simple files to docbook local folder | ddomingo | 2008-10-29 | 4 | -0/+71 | |
| | ||||||
* | renaming extras folder | ddomingo | 2008-10-29 | 1 | -0/+0 | |
| | ||||||
* | PR6967: fix s390x compilation error re on_each_cpu | Frank Ch. Eigler | 2008-10-28 | 2 | -2/+24 | |
| | ||||||
* | fixed html used in traceio2-simple | ddomingo | 2008-10-29 | 1 | -1/+1 | |
| | ||||||
* | PR5274: uretprobes fixes, belated commit | Srikar Dronamraju | 2008-10-28 | 9 | -4/+112 | |
| | ||||||
* | PR5274: uretprobe vs. longjmp support | Srikar Dronamraju | 2008-10-28 | 7 | -0/+137 | |
| | ||||||
* | PR6972. Fixed vfs tapset. | David Smith | 2008-10-28 | 4 | -13/+40 | |
| | | | | | | | | | | | | | | | | | | 2008-10-28 David Smith <dsmith@redhat.com> PR6972 * vfs.stp (generic.fop.aio_read): Works under 2.6.18 kernels, such as RHEL5. (generic.fop.aio_read.return): Ditto. (vfs.__set_page_dirty_buffers): Fixed small bug. (_vfs.block_write_begin): Only use for kernels >= 2.6.24. (_vfs.block_write_begin.return): Ditto. (_vfs.block_write_end): Ditto. (_vfs.block_write_end.return): Ditto. 2008-10-28 David Smith <dsmith@redhat.com> * buildok/vfs_testcase.stp: Fixes for updated vfs tapset. | |||||
* | regexp match for global_end.exp | Rajan Arora | 2008-10-28 | 1 | -1/+1 | |
| | ||||||
* | Correct ioblock and scsi tapset for 2.6.28. | Wenji Huang | 2008-10-28 | 6 | -6/+36 | |
| | ||||||
* | re-committing all work for today, resolving conflicts earlier | ddomingo | 2008-10-28 | 26 | -446/+807 | |
|\ | ||||||
| * | adding symlink | ddomingo | 2008-10-28 | 1 | -0/+1 | |
| | | ||||||
| * | changes as per wcohen, minor additions | ddomingo | 2008-10-28 | 18 | -434/+702 | |
| | | ||||||
| * | added inodewatch from warstories | ddomingo | 2008-10-27 | 2 | -0/+23 | |
| | | ||||||
| * | added simplified, working para-callgraph | ddomingo | 2008-10-27 | 2 | -0/+47 | |
| | | ||||||
| * | added simplified traceio2 | ddomingo | 2008-10-27 | 2 | -0/+21 | |
| | | ||||||
| * | minor revision, shortening long line) | ddomingo | 2008-10-27 | 1 | -1/+1 | |
| | | ||||||
* | | Fix the argument passed for printf %c formats | Josh Stone | 2008-10-27 | 2 | -0/+8 | |
| | | | | | | | | | | This fix was noted in the comments to bug 6851, but for some reason it was not applied when originally committed. | |||||
* | | Expose an i686 problem in printf %c support | Josh Stone | 2008-10-27 | 2 | -3/+6 | |
| | | ||||||
* | | relax string match logic in global_end.exp | Rajan Arora | 2008-10-27 | 1 | -1/+1 | |
| | | ||||||
* | | PR6871: weaken prologue searching assertions | Frank Ch. Eigler | 2008-10-27 | 1 | -2/+8 | |
| | | ||||||
* | | RHBZ 468139 avoid display of tapset globals | Rajan Arora | 2008-10-27 | 5 | -8/+34 | |
| | | ||||||
* | | Provide dev and devname in vfs.read and vfs.write. Use them in disktop.stp. | William Cohen | 2008-10-27 | 4 | -11/+26 | |
| | | ||||||
* | | also dump CONFIG*_DEBUG_* settings from stap-report | Frank Ch. Eigler | 2008-10-27 | 1 | -1/+1 | |
| | | ||||||
* | | partial revert of 212a56 | Frank Ch. Eigler | 2008-10-26 | 2 | -9/+11 | |
| | | ||||||
* | | Unused global variables display in guru mode fix (rh bz 468139) | Rajan Arora | 2008-10-25 | 4 | -3/+19 | |
| | | ||||||
* | | Simplify hrtimer get/set expires logic a bit | Josh Stone | 2008-10-24 | 1 | -7/+8 | |
| | | ||||||
* | | Fix hrtimer.expires name change. | Josh Stone | 2008-10-24 | 5 | -3/+27 | |
| | | | | | | | | | | | | The field is renamed to _expires starting in 2.6.28-rc1, and it's not meant to be directly manipulated. Instead hrtimer users are supposed to use hrtimer_get_expires and hrtimer_set_expires. | |||||
* | | Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap | Jim Keniston | 2008-10-24 | 17 | -8/+4258 | |
|\ \ | ||||||
| * | | Add skeleton for SystemTap Tapset Reference manual. | William Cohen | 2008-10-24 | 12 | -0/+4243 | |
| | | | ||||||
| * | | Use vfs tapset rather than kernel functions probes. | William Cohen | 2008-10-24 | 5 | -8/+15 | |
| |/ | ||||||
* / | PR6946: Allow probing of 32-bit ppc apps with ppc64 kernels. | Jim Keniston | 2008-10-24 | 2 | -1/+9 | |
|/ | ||||||
* | added new section on arrays | ddomingo | 2008-10-24 | 1 | -47/+150 | |
| | ||||||
* | BZ467652: support old-style stap -c "FOO > BAR" usage by backing down to ↵ | Frank Ch. Eigler | 2008-10-23 | 2 | -9/+32 | |
| | | | | sh -c if needed. | |||||
* | Don't use pointer_arg to fetch arguments for syscall utime and compat_utime. | Mark Wielaard | 2008-10-23 | 2 | -8/+14 | |
| | ||||||
* | added Arrays and other minor edits | ddomingo | 2008-10-23 | 4 | -170/+248 | |
| | ||||||
* | more edits as per wcohen | ddomingo | 2008-10-22 | 6 | -50/+85 | |
| |