summaryrefslogtreecommitdiffstats
path: root/testsuite
Commit message (Collapse)AuthorAgeFilesLines
* PR6835. io/io_submit.stp: Fix #! start. Convert to normal line-ending.Mark Wielaard2008-08-112-71/+76
|
* PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable.Mark Wielaard2008-08-1116-7/+26
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-08-08100-421/+2274
|\ | | | | | | | | | | | | Conflicts: ChangeLog testsuite/ChangeLog
| * Lower statement wildcard test matching threshold.Stan Cox2008-08-082-2/+6
| |
| * Add index of subsystem and keywords at top of HTML indexes.Mark Wielaard2008-08-084-37/+64
| |
| * Don't output output, exits, status line in indexes (mentioned in descriptions).Mark Wielaard2008-08-088-372/+200
| |
| * Make sure examples indexes are always generated in builddir.Mark Wielaard2008-08-082-4/+18
| |
| * remove chmod +x from perl script to avoid spurious build-time rpm-found prereqFrank Ch. Eigler2008-08-071-0/+0
| |
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-08-071-0/+5
| |\ | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Added testsuite/systemtap.examples/.gitignore file.
| | * Added testsuite/systemtap.examples/.gitignore file.David Smith2008-08-072-0/+7
| | | | | | | | | | | | | | | | | | 2008-08-07 David Smith <dsmith@redhat.com> * .gitignore: New file.
| * | PR6823: store generated sample index filesFrank Ch. Eigler2008-08-079-5/+1655
| | |
| * | samples: separate into subdirectories by subsystemFrank Ch. Eigler2008-08-0783-373/+5
| |/
| * 'stap_compile' test procedure now ignores warningsDavid Smith2008-08-074-41/+9
| | | | | | | | | | | | | | | | | | 2008-08-07 David Smith <dsmith@redhat.com> * systemtap.base/utrace_p4.exp: Uses lib/stap_compile.exp instead of its own stap_compile procedure. * systemtap.base/cache.exp (stap_compile): Ignores warnings. * lib/stap_compile.exp: Ignores warnings.
| * Add new examples-index-gen.pl script and support files.Mark Wielaard2008-08-078-1/+527
| |
| * Correct futexes.meta name: entry.Mark Wielaard2008-08-072-1/+5
| |
| * Add meta file tag descriptions to systemtap.examples/README.Mark Wielaard2008-08-072-2/+54
| |
| * itrace: move test suite item to appropriate locationFrank Ch. Eigler2008-08-061-0/+106
| |
| * Use relative instead of absolute line. (bug 6611)Stan Cox2008-08-052-1/+2
| |
| * Add test for $$vars, $$params, $$locals.Stan Cox2008-08-052-0/+35
| |
* | Start/stop the systemtap server from systemtap.exp and not in the top level ↵Dave Brolley2008-08-084-6/+60
|/ | | | Makefile.
* Correct several tests for 2.6.27Wenji Huang2008-08-033-0/+12
|
* Tweak test_installcheck for helloworld.meta and traceio2.meta.William Cohen2008-08-013-2/+6
|
* Run both tests for installcheck tests.William Cohen2008-08-012-21/+27
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-07-291-0/+4
|\ | | | | | | | | | | | | Conflicts: ChangeLog testsuite/ChangeLog
| * session.h (struct systemtap_session): Added itrace_derived_probedcn2008-07-291-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | group. elaborate.cxx (systemtap_session::systemtap_session): Added initialization of itrace_derived_probes. tapsets.cxx (struct itrace_derived_probe): Add derived_probe struct for holding info needed by itrace probes. (struct itrace_derived_probe_group): New derived_probe_group to handle itrace probes. (itrace_derived_probe::itrace_derived_probe): Needed for use with task_finder. (itrace_derived_probe_group::join_group): Ditto. (itrace_derived_probe_group::enroll): Ditto. (itrace_derived_probe_group::emit_probe_decl): Ditto. (itrace_derived_probe_group::emit_module_decls): Ditto. (itrace_derived_probe_group::emit_module_init): Ditto. (itrace_derived_probe_group::emit_module_exit): Ditto. stapprobes.5.in : Added documentation of itrace probe.
* | Ensure that a systemtap server is available if 'server' is specifiedDave Brolley2008-07-299-16/+18
|/ | | | in EXTRA_TOOL_OPTS for 'make check' and 'make installcheck'
* version bump to 0.7.1Frank Ch. Eigler2008-07-162-11/+11
|
* fix *{ok,ko} test case permissionsFrank Ch. Eigler2008-07-153-0/+0
|
* Add my name which was missing in some ChangeLog entries.Dave Brolley2008-07-151-1/+1
|
* Enable 'make check' and 'make installcheck' using the systemtap client/server.Dave Brolley2008-07-149-10/+47
|
* s/decending/descending/g in example description.Mark Wielaard2008-07-113-2/+7
|
* fixing inappropriate personal copyright noticesFrank Ch. Eigler2008-07-103-6/+3
|
* clarify dejagnu test case name for empty-struct changesFrank Ch. Eigler2008-07-091-3/+3
|
* add changelog entries for last two changesFrank Ch. Eigler2008-07-091-0/+6
|
* Add test suite for declaration resolutionJames Bottomley2008-07-094-40/+59
| | | | | | | | | | This adds the test declaration.exp which checks that specific named declarations inside the kernel both fail and succeed. We get the failure by only using a single compile unit which is currently known to have the structure stubbed. We get exactly the same declaration to succeed by adding a CU that is known to have the declaration. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
* Add functioncallcount.meta and functioncallcount.stp.William Cohen2008-07-023-0/+34
|
* Add para-callgraph.stp and para-callgraph.meta.William Cohen2008-07-023-0/+37
|
* Make _vfs.generic_commit_write only for kernel<=2.6.25Wenji Huang2008-07-012-0/+8
|
* Added tests for 'process(PID)' variants.David Smith2008-06-272-6/+67
| | | | | | | 2008-06-27 David Smith <dsmith@redhat.com> * systemtap.base/utrace_p4.exp: Added tests for 'process(PID)' variants.
* This commit makes changes to the VFS tapset. The changes include deprecation ofroot2008-06-271-0/+461
| | | | | | | some old probe points to older versions of kernel, adding new helper C functions and probe points for the VFS subsystem. A new testcase is created for the VFS tapset which performs a compile test (i.e. up4) on the probe points to verify sanity. These details can also be found in the ChangeLog.
* bz451707: fix conversions.exp test $nameFrank Ch. Eigler2008-06-242-2/+8
|
* Update documentation for .statement wildcard.Stan Cox2008-06-232-10/+10
|
* Add kernel.statement("Func@File:*) and kernel.statement("Func@File:X-Y)Stan Cox2008-06-233-1/+34
|
* Correct test_check and test_installcheck commands.William Cohen2008-06-202-2/+6
|
* Add test for dev.stp tapset functions.William Cohen2008-06-203-0/+37
|
* Add tests for new statement optimizations.Josh Stone2008-06-183-0/+105
| | | | | * systemtap.base/optim_voidstmt.stp: Add tests for various statement optimizations that we should now be eliding.
* Hack optim_arridx to avoid more optimization than intendedJosh Stone2008-06-182-2/+2
|
* Add sleepingBeauties.stp and sleepingBeauties.meta.William Cohen2008-06-183-0/+75
|
* Add the graphs.stp example from War Stories.William Cohen2008-06-173-0/+77
|
* warning/error message compaction by removing duplicated token file namesFrank Ch. Eigler2008-06-163-2/+6
|