summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base
Commit message (Collapse)AuthorAgeFilesLines
* Move some systemtap.sample tests to systemtap.base.William Cohen2009-01-2912-0/+391
|
* Add dtrace -h supportStan Cox2009-01-221-34/+46
|
* Don't test -lsduprobe.s for now.Stan Cox2009-01-201-21/+21
|
* Add checking utrace in test cases.Wenji Huang2009-01-194-0/+35
|
* Create the rpm subpackage systemtap-sdt-develStan Cox2009-01-131-1/+1
|
* Fix compilation warning of too large number on 32-bits machines.Wenji Huang2009-01-111-0/+1
|
* Put a block around the probe point.Stan Cox2008-12-211-4/+4
|
* Convert .mark to .statement(0x) instead of .statement(foo.c:N)Stan Cox2008-12-162-22/+66
|
* PR6961: initial sketch: set up dummy pt_regs for non-trap based probesFrank Ch. Eigler2008-12-093-1/+35
|
* Remove STAP_PROBE_START.Stan Cox2008-12-041-2/+0
|
* mergedFrank Ch. Eigler2008-12-031-0/+13
|\ | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: PR7053: Add checking empty aggregate and default print where @count==0. Add man page entry for stap -B
| * PR7053: Add checking empty aggregate and default print where @count==0.Wenji Huang2008-12-021-0/+13
| |
* | PR5892: rename new -B /PATH to -r /PATH; merge functionalityFrank Ch. Eigler2008-12-031-4/+4
|/
* make uprobes -p5 test message matching more liberalFrank Ch. Eigler2008-11-291-8/+3
|
* test suite: simplify static-uprobes pass/fail messagesFrank Ch. Eigler2008-11-291-5/+5
|
* Support debuginfo static uprobes.Stan Cox2008-11-262-11/+43
|
* PR5689 part 2: separate skip counters for low-stack and reentrancy casesFrank Ch. Eigler2008-11-211-0/+21
|
* badkprobe testsuite fix: don't try to run unless installtest_pFrank Ch. Eigler2008-11-201-1/+3
|
* PR6925: --vp (per-pass verbosity) optionFrank Ch. Eigler2008-11-181-0/+8
|
* Add static uprobe support (static library variant)Stan Cox2008-11-172-0/+87
|
* Testsuite, pick up the correct stap being tested when executing under sudo.Mark Wielaard2008-11-132-2/+6
|
* PR6964: Revert "Fix hung test due to workaround for PR6964."Frank Ch. Eigler2008-11-121-7/+7
| | | | This reverts commit 8576ea4be5619d9c169cab385ac0d31174fdee41.
* Fix hung test due to workaround for PR6964.Wenji Huang2008-11-031-7/+7
|
* sanitation: don't create "testsuite/&1" fileFrank Ch. Eigler2008-10-291-1/+1
|
* PR5274: uretprobe vs. longjmp supportSrikar Dronamraju2008-10-286-0/+132
|
* regexp match for global_end.expRajan Arora2008-10-281-1/+1
|
* relax string match logic in global_end.expRajan Arora2008-10-271-1/+1
|
* RHBZ 468139 avoid display of tapset globalsRajan Arora2008-10-272-1/+18
|
* partial revert of 212a56Frank Ch. Eigler2008-10-261-7/+1
|
* Unused global variables display in guru mode fix (rh bz 468139)Rajan Arora2008-10-251-1/+7
|
* PR6749 test caseFrank Ch. Eigler2008-10-101-0/+11
|
* Cleanup generated files from uprobes.exp test.Mark Wielaard2008-10-101-2/+4
|
* 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-091-0/+2
|
* Guess where debuginfo is installed for debugpath.exp test.Mark Wielaard2008-10-041-1/+11
|
* PR 6850Jim Keniston2008-10-033-0/+115
| | | | | Fix handling of fork with uretprobe_instances outstanding. Add regression test.
* Adjust expected foreach ordering in global_end.exp due to commit e91b23bc.Mark Wielaard2008-10-031-4/+4
|
* fix test suite regression due to commit e91b23bcFrank Ch. Eigler2008-10-011-1/+1
| | | | Reported-By: mjw
* PR6916: fix STRUCT1 ($var alternatives error message syntax) regressionFrank Ch. Eigler2008-09-261-5/+4
|
* testsuite tweaks for rhel5Frank Ch. Eigler2008-09-121-2/+2
|
* PR6871: test caseFrank Ch. Eigler2008-09-112-4/+5
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-09-101-0/+19
|\ | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: added Handlers description, more cleanup Ensure that "stap -l ..." only prints probe names, not variables.
| * Ensure that "stap -l ..." only prints probe names, not variables.Josh Stone2008-09-101-0/+19
| |
* | PR6876 testsuite regression tweakFrank Ch. Eigler2008-09-101-4/+4
|/
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-09-091-0/+45
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Added tests for utrace-syscall probe context variables. Add $return context variables on per-process-syscall.return probes Add $argN context variables on per-process-syscall probes Add $name context variable support on marker probes Utrace on ia64 fast fetch-register support Add ia64 utrace support Correct this_section_offset calculation in _stp_kallsyms_lookup. tiny grammar fix in NEWS separated Scripts, edited accordingly PR1288: runtime functions for avoiding certain addresses remove test tag added content for Ch1 and 2, to add more later
| * Add $name context variable support on marker probesMasami Hiramatsu2008-09-091-0/+45
| |
* | uprobes test case tweakFrank Ch. Eigler2008-09-092-4/+8
|/
* PR6871: temporarily weaken the uprobe test since $$parms are unreliableFrank Ch. Eigler2008-09-061-2/+2
|
* PR6445: documentation, mopping upFrank Ch. Eigler2008-09-061-28/+20
|
* Handle scalar statistics.Stan Cox2008-09-052-2/+8
|