Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | ||||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2008-10-21 | 7 | -4/+42 | |
|\ | ||||||
| * | PR6851: Added support for %c printf conversion specifier [trying again] | Elliott Baron | 2008-10-20 | 5 | -4/+29 | |
| | | ||||||
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Elliott Baron | 2008-10-20 | 19 | -64/+361 | |
| |\ | ||||||
| * | | PR6851: Added support for %c printf conversion specifier | Elliott Baron | 2008-10-20 | 2 | -0/+13 | |
| | | | ||||||
* | | | minor changes throughout, esp in Scripts.xml | ddomingo | 2008-10-21 | 3 | -10/+37 | |
| | | | ||||||
* | | | committing ent | ddomingo | 2008-10-21 | 1 | -1/+3 | |
| |/ |/| | ||||||
* | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2008-10-20 | 14 | -57/+73 | |
|\ \ | ||||||
| * | | stap-report script packaging & tweaks | Frank Ch. Eigler | 2008-10-17 | 5 | -13/+13 | |
| | | | ||||||
| * | | PR6923: Make on_each_cpu() autoconf test work on old kernels. | Jim Keniston | 2008-10-17 | 2 | -1/+13 | |
| | | | ||||||
| * | | Changed stap man page to account for default cache file behaviour. | Kent Sebastian | 2008-10-17 | 1 | -2/+2 | |
| | | | ||||||
| * | | Added creation of a default cache limit file if it doesn't exist. | root | 2008-10-17 | 2 | -4/+7 | |
| |/ | ||||||
| * | Minor changes to cache.cxx (cache_clean). | Kent Sebastian | 2008-10-17 | 3 | -33/+20 | |
| | | ||||||
| * | Fix compilation warning of uninitialized value in gcc 3.x. | Wenji Huang | 2008-10-17 | 2 | -1/+5 | |
| | | ||||||
| * | fix wordexp error handling, for invalid shell-like stap -c "command > file" | Frank Ch. Eigler | 2008-10-15 | 2 | -3/+13 | |
| | | | | | | | | Reported-By: Wade Mealing <wmealing@redhat.com> | |||||
| * | copyright year tweak | Frank Ch. Eigler | 2008-10-15 | 1 | -1/+1 | |
| | | ||||||
* | | revised as per latest from wcohen, started out errors, minor edits throughout | ddomingo | 2008-10-20 | 10 | -44/+326 | |
|/ | ||||||
* | tried improving Installation, also trying out new chapter on advanced ↵ | ddomingo | 2008-10-15 | 7 | -24/+164 | |
| | | | | scripts (tentative) | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2008-10-13 | 19 | -13/+402 | |
|\ | ||||||
| * | PR6749 test case | Frank Ch. Eigler | 2008-10-10 | 2 | -0/+16 | |
| | | ||||||
| * | PR6749: tolerate failed kprobe_*register with warning | Frank Ch. Eigler | 2008-10-10 | 2 | -1/+16 | |
| | | ||||||
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-10-10 | 1 | -0/+4 | |
| |\ | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Added NEWS entry for source context fix | |||||
| | * | Added NEWS entry for source context fix | Rajan Arora | 2008-10-10 | 1 | -0/+4 | |
| | | | ||||||
| * | | reword NEWS blurb on cache limiting | Frank Ch. Eigler | 2008-10-10 | 1 | -5/+4 | |
| |/ | ||||||
| * | build fix for invalid glob (..., NULL, ...) call, as remarked upon by gcc 4.1.2 | Frank Ch. Eigler | 2008-10-10 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Elliott Baron | 2008-10-10 | 7 | -2/+205 | |
| |\ | ||||||
| | * | Added cache limiting info to man page and NEWS. | Kent Sebastian | 2008-10-10 | 2 | -1/+13 | |
| | | | ||||||
| | * | ChangeLog update | Kent Sebastian | 2008-10-10 | 1 | -0/+5 | |
| | | | ||||||
| | * | Functions implementing cache limiting. | Kent Sebastian | 2008-10-10 | 4 | -1/+187 | |
| | | | ||||||
| * | | Added NEWS entry for stap-report tool | Elliott Baron | 2008-10-10 | 1 | -0/+4 | |
| |/ | ||||||
| * | 2008-10-10 Elliott Baron <ebaron@redhat.com> | Elliott Baron | 2008-10-10 | 1 | -0/+32 | |
| | | | | | | | | | | PR 4211 * stap-report: First attempt at bug reporting tool. |