summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PR6972. Fixed vfs tapset.David Smith2008-10-284-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.expRajan Arora2008-10-281-1/+1
|
* Correct ioblock and scsi tapset for 2.6.28.Wenji Huang2008-10-286-6/+36
|
* re-committing all work for today, resolving conflicts earlierddomingo2008-10-2826-446/+807
|\
| * adding symlinkddomingo2008-10-281-0/+1
| |
| * changes as per wcohen, minor additionsddomingo2008-10-2818-434/+702
| |
| * added inodewatch from warstoriesddomingo2008-10-272-0/+23
| |
| * added simplified, working para-callgraphddomingo2008-10-272-0/+47
| |
| * added simplified traceio2ddomingo2008-10-272-0/+21
| |
| * minor revision, shortening long line)ddomingo2008-10-271-1/+1
| |
* | Fix the argument passed for printf %c formatsJosh Stone2008-10-272-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 supportJosh Stone2008-10-272-3/+6
| |
* | relax string match logic in global_end.expRajan Arora2008-10-271-1/+1
| |
* | PR6871: weaken prologue searching assertionsFrank Ch. Eigler2008-10-271-2/+8
| |
* | RHBZ 468139 avoid display of tapset globalsRajan Arora2008-10-275-8/+34
| |
* | Provide dev and devname in vfs.read and vfs.write. Use them in disktop.stp.William Cohen2008-10-274-11/+26
| |
* | also dump CONFIG*_DEBUG_* settings from stap-reportFrank Ch. Eigler2008-10-271-1/+1
| |
* | partial revert of 212a56Frank Ch. Eigler2008-10-262-9/+11
| |
* | Unused global variables display in guru mode fix (rh bz 468139)Rajan Arora2008-10-254-3/+19
| |
* | Simplify hrtimer get/set expires logic a bitJosh Stone2008-10-241-7/+8
| |
* | Fix hrtimer.expires name change.Josh Stone2008-10-245-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/systemtapJim Keniston2008-10-2417-8/+4258
|\ \
| * | Add skeleton for SystemTap Tapset Reference manual.William Cohen2008-10-2412-0/+4243
| | |
| * | Use vfs tapset rather than kernel functions probes.William Cohen2008-10-245-8/+15
| |/
* / PR6946: Allow probing of 32-bit ppc apps with ppc64 kernels.Jim Keniston2008-10-242-1/+9
|/
* added new section on arraysddomingo2008-10-241-47/+150
|
* BZ467652: support old-style stap -c "FOO > BAR" usage by backing down to ↵Frank Ch. Eigler2008-10-232-9/+32
| | | | sh -c if needed.
* Don't use pointer_arg to fetch arguments for syscall utime and compat_utime.Mark Wielaard2008-10-232-8/+14
|
* added Arrays and other minor editsddomingo2008-10-234-170/+248
|
* more edits as per wcohenddomingo2008-10-226-50/+85
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-10-217-4/+42
|\
| * PR6851: Added support for %c printf conversion specifier [trying again]Elliott Baron2008-10-205-4/+29
| |
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapElliott Baron2008-10-2019-64/+361
| |\
| * | PR6851: Added support for %c printf conversion specifierElliott Baron2008-10-202-0/+13
| | |
* | | minor changes throughout, esp in Scripts.xmlddomingo2008-10-213-10/+37
| | |
* | | committing entddomingo2008-10-211-1/+3
| |/ |/|
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-10-2014-57/+73
|\ \
| * | stap-report script packaging & tweaksFrank Ch. Eigler2008-10-175-13/+13
| | |
| * | PR6923: Make on_each_cpu() autoconf test work on old kernels.Jim Keniston2008-10-172-1/+13
| | |
| * | Changed stap man page to account for default cache file behaviour.Kent Sebastian2008-10-171-2/+2
| | |
| * | Added creation of a default cache limit file if it doesn't exist.root2008-10-172-4/+7
| |/
| * Minor changes to cache.cxx (cache_clean).Kent Sebastian2008-10-173-33/+20
| |
| * Fix compilation warning of uninitialized value in gcc 3.x.Wenji Huang2008-10-172-1/+5
| |
| * fix wordexp error handling, for invalid shell-like stap -c "command > file"Frank Ch. Eigler2008-10-152-3/+13
| | | | | | | | Reported-By: Wade Mealing <wmealing@redhat.com>
| * copyright year tweakFrank Ch. Eigler2008-10-151-1/+1
| |
* | revised as per latest from wcohen, started out errors, minor edits throughoutddomingo2008-10-2010-44/+326
|/
* tried improving Installation, also trying out new chapter on advanced ↵ddomingo2008-10-157-24/+164
| | | | scripts (tentative)
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-10-1319-13/+402
|\
| * PR6749 test caseFrank Ch. Eigler2008-10-102-0/+16
| |
| * PR6749: tolerate failed kprobe_*register with warningFrank Ch. Eigler2008-10-102-1/+16
| |