summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-10-101-0/+4
| |\ | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Added NEWS entry for source context fix
| | * Added NEWS entry for source context fixRajan Arora2008-10-101-0/+4
| | |
| * | reword NEWS blurb on cache limitingFrank Ch. Eigler2008-10-101-5/+4
| |/
| * build fix for invalid glob (..., NULL, ...) call, as remarked upon by gcc 4.1.2Frank Ch. Eigler2008-10-101-1/+1
| |
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapElliott Baron2008-10-107-2/+205
| |\
| | * Added cache limiting info to man page and NEWS.Kent Sebastian2008-10-102-1/+13
| | |
| | * ChangeLog updateKent Sebastian2008-10-101-0/+5
| | |
| | * Functions implementing cache limiting.Kent Sebastian2008-10-104-1/+187
| | |
| * | Added NEWS entry for stap-report toolElliott Baron2008-10-101-0/+4
| |/
| * 2008-10-10 Elliott Baron <ebaron@redhat.com>Elliott Baron2008-10-101-0/+32
| | | | | | | | | | PR 4211 * stap-report: First attempt at bug reporting tool.