summaryrefslogtreecommitdiffstats
path: root/testsuite
Commit message (Collapse)AuthorAgeFilesLines
* PR5376: probe alias parsing tweaksFrank Ch. Eigler2008-11-282-0/+9
|
* clone (CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD) is just fork ().Mark Wielaard2008-11-272-1/+6
|
* Support debuginfo static uprobes.Stan Cox2008-11-263-11/+48
|
* para-callgraph.meta: Add accidentially removed -c back to test_installcheck.Mark Wielaard2008-11-262-1/+6
|
* Don't use single quotes in .meta files.Mark Wielaard2008-11-252-1/+5
|
* PR5689 part 2: separate skip counters for low-stack and reentrancy casesFrank Ch. Eigler2008-11-212-0/+26
|
* badkprobe testsuite fix: don't try to run unless installtest_pFrank Ch. Eigler2008-11-201-1/+3
|
* samples catalog: more linkiesFrank Ch. Eigler2008-11-204-68/+78
|
* example catalog: remove by-subsystem indexesFrank Ch. Eigler2008-11-209-609/+144
|
* updated sleepingBeauties.meta, regenerated indexFrank Ch. Eigler2008-11-198-47/+49
|
* Add [u_]register() and *_arg() support for s390x.Jim Keniston2008-11-192-0/+5
|
* PR6925: --vp (per-pass verbosity) optionFrank Ch. Eigler2008-11-182-0/+13
|
* Add static uprobe support (static library variant)Stan Cox2008-11-173-0/+92
|
* bump version to 0.8Frank Ch. Eigler2008-11-132-11/+11
|
* Testsuite, pick up the correct stap being tested when executing under sudo.Mark Wielaard2008-11-133-2/+12
|
* PR6964: Revert "Fix hung test due to workaround for PR6964."Frank Ch. Eigler2008-11-122-7/+12
| | | | This reverts commit 8576ea4be5619d9c169cab385ac0d31174fdee41.
* Improved error handling of num_args.tcl testcase.David Smith2008-11-122-1/+9
| | | | | | | 2008-11-12 David Smith <dsmith@redhat.com> * systemtap.context/num_args.tcl: Improved error handling of testcase.
* made dev globalddomingo2008-11-041-1/+1
|
* Fix hung test due to workaround for PR6964.Wenji Huang2008-11-032-7/+11
|
* Use local variable available from vfs tapset.William Cohen2008-10-292-8/+7
|
* Clean up disktop.stp and check in for real.William Cohen2008-10-292-15/+21
|
* tweak demo script to solve namespace collisionFrank Ch. Eigler2008-10-292-5/+10
|
* sanitation: don't create "testsuite/&1" fileFrank Ch. Eigler2008-10-292-1/+5
|
* removed simplesddomingo2008-10-296-91/+0
|
* fixed html used in traceio2-simpleddomingo2008-10-291-1/+1
|
* PR5274: uretprobe vs. longjmp supportSrikar Dronamraju2008-10-287-0/+137
|
* PR6972. Fixed vfs tapset.David Smith2008-10-282-4/+7
| | | | | | | | | | | | | | | | | | 2008-10-28 David Smith <dsmith@redhat.com> PR6972 * vfs.stp (generic.fop.aio_read): Works under 2.6.18 kernels, such as RHEL5. (generic.fop.aio_read.return): Ditto. (vfs.__set_page_dirty_buffers): Fixed small bug. (_vfs.block_write_begin): Only use for kernels >= 2.6.24. (_vfs.block_write_begin.return): Ditto. (_vfs.block_write_end): Ditto. (_vfs.block_write_end.return): Ditto. 2008-10-28 David Smith <dsmith@redhat.com> * buildok/vfs_testcase.stp: Fixes for updated vfs tapset.
* regexp match for global_end.expRajan Arora2008-10-281-1/+1
|
* Correct ioblock and scsi tapset for 2.6.28.Wenji Huang2008-10-283-6/+20
|
* re-committing all work for today, resolving conflicts earlierddomingo2008-10-287-12/+104
|\
| * added inodewatch from warstoriesddomingo2008-10-272-0/+23
| |
| * added simplified, working para-callgraphddomingo2008-10-272-0/+47
| |
| * added simplified traceio2ddomingo2008-10-272-0/+21
| |
| * minor revision, shortening long line)ddomingo2008-10-271-1/+1
| |
* | 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
| |
* | RHBZ 468139 avoid display of tapset globalsRajan Arora2008-10-273-4/+20
| |
* | Provide dev and devname in vfs.read and vfs.write. Use them in disktop.stp.William Cohen2008-10-272-11/+14
| |
* | partial revert of 212a56Frank Ch. Eigler2008-10-261-7/+1
| |
* | Unused global variables display in guru mode fix (rh bz 468139)Rajan Arora2008-10-252-2/+13
| |
* | Use vfs tapset rather than kernel functions probes.William Cohen2008-10-245-8/+15
|/
* PR6851: Added support for %c printf conversion specifier [trying again]Elliott Baron2008-10-201-0/+5
|
* PR6851: Added support for %c printf conversion specifierElliott Baron2008-10-202-0/+13
|
* PR6749 test caseFrank Ch. Eigler2008-10-102-0/+16
|
* 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
|
* Display source context for error and warning messages (6701)Rajan Arora2008-10-093-0/+12
|
* 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
|
* PR 6850Jim Keniston2008-10-033-0/+115
| | | | | Fix handling of fork with uretprobe_instances outstanding. Add regression test.