summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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.
| * Cleanup generated files from uprobes.exp test.Mark Wielaard2008-10-102-2/+8
| |
| * Make testsuite/systemtap.base/bz6850.stp executable.Jim Keniston2008-10-091-0/+0
| |
| * Merge branch 'master' of ssh://rarora@sources.redhat.com/git/systemtapRajan Arora2008-10-090-0/+0
| |\ | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * Fix line match error message typo.Stan Cox2008-10-092-1/+5
| | |
| * | Display source context for error and warning messages (6701)Rajan Arora2008-10-0910-8/+118
| |/
* | added Useful_Scripts-nettop.xmlddomingo2008-10-133-7/+139
| |
* | added Useful_Scripts-kernelprofiling.xmlddomingo2008-10-133-1/+113
|/
* latest editsddomingo2008-10-093-3/+3
|
* added Identifying Contended User-Space Locksddomingo2008-10-093-1/+90
|
* added Counting Function Calls Made, other minor editsddomingo2008-10-093-2/+82
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-10-0913-45/+964
|\
| * PR4886: weaken build-id failure semanticsFrank Ch. Eigler2008-10-076-49/+56
| |
| * Transform struct sigaction32 to struct sigaction for rt_sigaction32 syscall.Mark Wielaard2008-10-073-41/+107
| |
| * Add workaround for fedora 9 2.6.26 kernels to utrace_compatibility.h.Mark Wielaard2008-10-062-1/+26
| |
| * Add uprobes.txt.Jim Keniston2008-10-061-0/+675
| |
| * PR4886: check build-id if able.Wenji Huang2008-10-067-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 stuffddomingo2008-10-095-4/+150
| |
* | added traceio2.stpddomingo2008-10-083-6/+74
| |
* | modified to allow conditional-by-brand taggingddomingo2008-10-081-0/+2
| |
* | corrected tag errorsddomingo2008-10-083-5/+48
| |
* | added para-callgraph.stpddomingo2008-10-071-0/+97
| |
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-10-0614-45/+344
|\|
| * Expect syscall faccessat, fchmodat, linkat, symlinkat, readlinkat chain-calls.Mark Wielaard2008-10-054-11/+31
| |
| * Guess where debuginfo is installed for debugpath.exp test.Mark Wielaard2008-10-042-1/+16
| |
| * Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtapJim Keniston2008-10-032-1/+17
| |\
| | * Remove debug output from warning in procfs.Mark Wielaard2008-10-042-2/+6
| | |
| | * procfs dir_entry count warning on removal depends on kernel version.Mark Wielaard2008-10-042-3/+15
| | |
| * | PR 6850Jim Keniston2008-10-035-28/+272
| | | | | | | | | | | | | | | Fix handling of fork with uretprobe_instances outstanding. Add regression test.
| * | Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtapJim Keniston2008-10-0321-227/+403
| |\|