Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
| * | Cleanup generated files from uprobes.exp test. | Mark Wielaard | 2008-10-10 | 2 | -2/+8 | |
| | | ||||||
| * | Make testsuite/systemtap.base/bz6850.stp executable. | Jim Keniston | 2008-10-09 | 1 | -0/+0 | |
| | | ||||||
| * | Merge branch 'master' of ssh://rarora@sources.redhat.com/git/systemtap | Rajan Arora | 2008-10-09 | 0 | -0/+0 | |
| |\ | | | | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
| | * | Fix line match error message typo. | Stan Cox | 2008-10-09 | 2 | -1/+5 | |
| | | | ||||||
| * | | Display source context for error and warning messages (6701) | Rajan Arora | 2008-10-09 | 10 | -8/+118 | |
| |/ | ||||||
* | | added Useful_Scripts-nettop.xml | ddomingo | 2008-10-13 | 3 | -7/+139 | |
| | | ||||||
* | | added Useful_Scripts-kernelprofiling.xml | ddomingo | 2008-10-13 | 3 | -1/+113 | |
|/ | ||||||
* | latest edits | ddomingo | 2008-10-09 | 3 | -3/+3 | |
| | ||||||
* | added Identifying Contended User-Space Locks | ddomingo | 2008-10-09 | 3 | -1/+90 | |
| | ||||||
* | added Counting Function Calls Made, other minor edits | ddomingo | 2008-10-09 | 3 | -2/+82 | |
| | ||||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2008-10-09 | 13 | -45/+964 | |
|\ | ||||||
| * | PR4886: weaken build-id failure semantics | Frank Ch. Eigler | 2008-10-07 | 6 | -49/+56 | |
| | | ||||||
| * | Transform struct sigaction32 to struct sigaction for rt_sigaction32 syscall. | Mark Wielaard | 2008-10-07 | 3 | -41/+107 | |
| | | ||||||
| * | Add workaround for fedora 9 2.6.26 kernels to utrace_compatibility.h. | Mark Wielaard | 2008-10-06 | 2 | -1/+26 | |
| | | ||||||
| * | Add uprobes.txt. | Jim Keniston | 2008-10-06 | 1 | -0/+675 | |
| | | ||||||
| * | PR4886: check build-id if able. | Wenji Huang | 2008-10-06 | 7 | -1/+147 | |
| | | | | | | | | This provides sanity check of debuginfo file based on build-id. Many cases are considered, whether build-id exists in debuginfo file or not, whether module is loaded or not, whether build-id exists in runtime kernel/module. It will do work when LD >= 2.18 and kernel >=2.6.23, otherwise no check. | |||||
* | | added new stuff | ddomingo | 2008-10-09 | 5 | -4/+150 | |
| | | ||||||
* | | added traceio2.stp | ddomingo | 2008-10-08 | 3 | -6/+74 | |
| | | ||||||
* | | modified to allow conditional-by-brand tagging | ddomingo | 2008-10-08 | 1 | -0/+2 | |
| | | ||||||
* | | corrected tag errors | ddomingo | 2008-10-08 | 3 | -5/+48 | |
| | |