Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add prototypes for using the 2.6.26 probe_kernel_* functions. | Josh Stone | 2008-05-27 | 5 | -38/+120 |
| | | | | | | | | | For now, the autoconf for the new code is disabled, because it shows poorer performance than our existing dereferencing functions. This is probably because ours get inlined and optimized. The code is being committed so that we may re-evaluate its usefulness in the future. This addresses bugzilla 6432. | ||||
* | normalize test case PASS message | Frank Ch. Eigler | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie ↵ | Frank Ch. Eigler | 2008-05-27 | 46 | -82/+70 |
| | | | | cleanup | ||||
* | Fix regparm() on i686 & x86_64. | Josh Stone | 2008-05-27 | 2 | -4/+4 |
| | | | | | It doesn't seem that regparm() is actually used, but I saw compilation errors when I compiled with -u. | ||||
* | stmtvars.exp regexp tweak | Frank Ch. Eigler | 2008-05-26 | 2 | -6/+9 |
| | |||||
* | Only include fdtable.h for kernel versions > 2.6.25. | Mark Wielaard | 2008-05-26 | 2 | -0/+5 |
| | |||||
* | Include fdtable.h in task.stp for 2.6.26 and format signal.stp | wenji | 2008-05-26 | 3 | -6/+11 |
| | |||||
* | Correct signal.stp for 2.6.26 | wenji | 2008-05-26 | 2 | -5/+22 |
| | |||||
* | Merge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap | wenji | 2008-05-26 | 0 | -0/+0 |
|\ | |||||
| * | PR6550: add comment justifying "execrc" | Frank Ch. Eigler | 2008-05-24 | 2 | -0/+4 |
| | | |||||
| * | PR6550: also EXTRA_DIST the little "execrc" helper script file | Frank Ch. Eigler | 2008-05-24 | 2 | -2/+2 |
| | | |||||
| * | PR6550: --enable-dejazilla: optional automatic test result reporting | Frank Ch. Eigler | 2008-05-24 | 8 | -24/+94 |
| | | |||||
| * | Fixed arg #3 type in nd_syscall.accept. | Jim Keniston | 2008-05-23 | 1 | -1/+1 |
| | | |||||
| * | Address powerpc dwarfless test failures. | Jim Keniston | 2008-05-23 | 2 | -9/+57 |
| | | |||||
| * | tapset cleanup: nfs kernel?,module? -> kernel!,module | Frank Ch. Eigler | 2008-05-23 | 3 | -80/+89 |
| | | |||||
| * | testsuite cleanup: kfailing some FOO-all-probes tests | Frank Ch. Eigler | 2008-05-23 | 4 | -2/+13 |
| | | |||||
| * | rpc tapset cleanup | Frank Ch. Eigler | 2008-05-23 | 2 | -81/+91 |
| | | |||||
| * | Srinivasa DS <srinivasa@in.ibm.com>,PR6429 Inerim fix to avoid compilation ↵ | Srikar Dronamraju | 2008-05-23 | 2 | -0/+25 |
| | | | | | | | | error of systemtap module | ||||
* | | PR6550: add comment justifying "execrc" | Frank Ch. Eigler | 2008-05-25 | 2 | -0/+4 |
| | | |||||
* | | PR6550: also EXTRA_DIST the little "execrc" helper script file | Frank Ch. Eigler | 2008-05-25 | 2 | -2/+2 |
| | | |||||
* | | PR6550: --enable-dejazilla: optional automatic test result reporting | Frank Ch. Eigler | 2008-05-25 | 8 | -24/+94 |
| | | |||||
* | | Fixed arg #3 type in nd_syscall.accept. | Jim Keniston | 2008-05-25 | 1 | -1/+1 |
| | | |||||
* | | Address powerpc dwarfless test failures. | Jim Keniston | 2008-05-25 | 2 | -9/+57 |
| | | |||||
* | | tapset cleanup: nfs kernel?,module? -> kernel!,module | Frank Ch. Eigler | 2008-05-25 | 3 | -80/+89 |
| | | |||||
* | | testsuite cleanup: kfailing some FOO-all-probes tests | Frank Ch. Eigler | 2008-05-25 | 4 | -2/+13 |
| | | |||||
* | | rpc tapset cleanup | Frank Ch. Eigler | 2008-05-25 | 2 | -81/+91 |
| | | |||||
* | | Srinivasa DS <srinivasa@in.ibm.com>,PR6429 Inerim fix to avoid compilation ↵ | Srikar Dronamraju | 2008-05-25 | 2 | -0/+25 |
| | | | | | | | | error of systemtap module | ||||
* | | Narrow the regexp matching in stmtvars.exp | wenji | 2008-05-22 | 1 | -2/+2 |
|/ | |||||
* | PR5643: fix .statement(NUM) regression | Wenji Huang | 2008-05-22 | 2 | -0/+14 |
| | |||||
* | powerpc register+arg access | Ananth N Mavinakayanahalli | 2008-05-22 | 3 | -0/+251 |
| | |||||
* | Fix assignment optimization expected results. | Stan Cox | 2008-05-21 | 2 | -10/+1 |
| | |||||
* | PR6538: more testsuite tweaks for read-only warnings | Frank Ch. Eigler | 2008-05-21 | 11 | -13/+21 |
| | |||||
* | PR6538: more tapset fixes | Frank Ch. Eigler | 2008-05-21 | 2 | -1/+6 |
| | |||||
* | PR6538: explain why absentstats.stp logs will contain warnings | Frank Ch. Eigler | 2008-05-21 | 1 | -0/+4 |
| | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-05-21 | 7 | -8/+45 |
|\ | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Use pointer_arg to fetch arguments for syscall.utime and compat_utime. Optimize compound and binary expression assignments. | ||||
| * | Use pointer_arg to fetch arguments for syscall.utime and compat_utime. | Mark Wielaard | 2008-05-21 | 2 | -8/+13 |
| | | |||||
| * | Optimize compound and binary expression assignments. | Stan Cox | 2008-05-21 | 5 | -0/+32 |
| | | |||||
* | | PR6538: fix treatment of initialized globals | Frank Ch. Eigler | 2008-05-21 | 3 | -4/+8 |
| | | |||||
* | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-05-21 | 2 | -3/+9 |
|\| | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Check new (sub) functions of _struct_utimbuf_* and _struct_compat_utimbuf_*. | ||||
| * | Check new (sub) functions of _struct_utimbuf_* and _struct_compat_utimbuf_*. | Mark Wielaard | 2008-05-21 | 2 | -2/+11 |
| | | |||||
* | | PR6538: tapset changes | Frank Ch. Eigler | 2008-05-20 | 5 | -14/+16 |
| | | |||||
* | | PR6538: testsuite changes | Frank Ch. Eigler | 2008-05-20 | 6 | -12/+21 |
| | | |||||
* | | PR5001: fix test suite collateral damage | Frank Ch. Eigler | 2008-05-20 | 2 | -2/+5 |
| | | |||||
* | | PR6538: warn about read-only variables | Frank Ch. Eigler | 2008-05-20 | 3 | -6/+68 |
|/ | |||||
* | Add some scripts and descriptions to the systemtap.examples. | William Cohen | 2008-05-20 | 11 | -0/+294 |
| | |||||
* | PR5001: Remove _stp_ctime and always use ctime. | Mark Wielaard | 2008-05-20 | 6 | -64/+87 |
| | |||||
* | Use tr1/unordered_map instead of the deprecated ext/hash_map. | Tim Moore | 2008-05-20 | 5 | -11/+424 |
| | |||||
* | PR6524: ctime() on bad values hangs system. | Mark Wielaard | 2008-05-20 | 5 | -2/+121 |
| | |||||
* | Optimize away assignments in other contexts. | Stan Cox | 2008-05-19 | 2 | -0/+11 |
| | |||||
* | Optimize away assignments in other contexts. | Stan Cox | 2008-05-19 | 3 | -0/+186 |
| |