Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor changes to labels.exp. | Stan Cox | 2009-03-08 | 1 | -6/+6 |
| | |||||
* | Fix and add tests for function(".so").statement(N) | Stan Cox | 2009-03-08 | 1 | -3/+83 |
| | | | | | | | | * tapsets.cxx (query_dwarf_func): die_has_pc (dwarf_haspc) does not expect a module_start for shared objects so don't call module_address_to_global for the statement address. * testsuite/systemtap.base/labels.exp: Add tests for executable .statement(N), shared object .label("L") and so .statement(N). | ||||
* | PR9919: Set last_stmt for array (scalar or statistical) assignments. | Mark Wielaard | 2009-03-04 | 2 | -0/+54 |
| | | | | * translate.cxx (visit_arrayindex): Update last_stmt. | ||||
* | Merge branch 'gtod' | Josh Stone | 2009-02-23 | 1 | -0/+29 |
|\ | |||||
| * | Add a testcase for gtod init/kill | Josh Stone | 2009-02-23 | 1 | -0/+29 |
| | | | | | | | | | | | | This test simply checks that _gettimeofday_init and _gettimeofday_kill are pulled in when gettimeofday is used, and also that they are NOT pulled in when gettimeofday is not used. | ||||
* | | Improve static probe: c++ navigation, -l output. | Stan Cox | 2009-02-23 | 1 | -3/+3 |
|/ | | | | | | | * tapsets.cxx (dwflpp::build): Improve c+ method navigation. Use .label for listing mode. * systemtap.base/static_uprobes.exp: Test multiple invocations of the same probe per block. (SW9770) | ||||
* | make all examples executable | Eugeniy Meshcheryakov | 2009-02-21 | 7 | -0/+0 |
| | |||||
* | Check for required resources and tools before attempting tests using the ↵ | Dave Brolley | 2009-02-20 | 3 | -11/+42 |
| | | | | | | client/server. Ensure that tests run with/without the server have unique names. | ||||
* | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-02-20 | 6 | -2817/+82 |
|\ | | | | | | | | | | | | | Conflicts: ChangeLog testsuite/ChangeLog | ||||
| * | Better testcase cleanup. | David Smith | 2009-02-20 | 2 | -3/+3 |
| | | | | | | | | | | | | | | 2009-02-20 David Smith <dsmith@redhat.com> * systemtap.base/cache.exp (stap_compile): Better cleanup. * static_uprobes.exp: Ditto. | ||||
| * | Kill all ChangeLogs | Josh Stone | 2009-02-19 | 4 | -2801/+62 |
| | | | | | | | | | | | | Mark Wielaard, a dear friend of the departed, will be performing a song and dance at the funeral services to commemorate the joyous times that they had together. | ||||
| * | static_uprobes test case cleanup | Frank Ch. Eigler | 2009-02-19 | 2 | -12/+23 |
| | | |||||
* | | New basic tests for client/server. | Dave Brolley | 2009-02-20 | 3 | -44/+103 |
|/ | |||||
* | Adding test case for PR9719 fix | Rajan Arora | 2009-02-18 | 1 | -0/+8 |
| | |||||
* | Always emit .probes section; use .label method as a backup strategy | Stan Cox | 2009-02-18 | 2 | -3/+8 |
| | |||||
* | Handles errors better. | David Smith | 2009-02-18 | 2 | -1/+6 |
| | | | | | | | 2009-02-18 David Smith <dsmith@redhat.com> * systemtap.base/static_uprobes.exp: Handles errors from running 'dtrace' python script better. | ||||
* | Better testcase cleanup. | David Smith | 2009-02-18 | 2 | -3/+10 |
| | | | | | | 2009-02-18 David Smith <dsmith@redhat.com> * systemtap.base/labels.exp: Better cleanup. | ||||
* | version bump to 0.9 throughout | Frank Ch. Eigler | 2009-02-17 | 2 | -11/+11 |
| | |||||
* | fixing configury version drift | Frank Ch. Eigler | 2009-02-17 | 3 | -1088/+1687 |
| | |||||
* | fix sdt.h test case for $srcdir != $builddir | Frank Ch. Eigler | 2009-02-17 | 2 | -2/+17 |
| | |||||
* | Move sdt.h to includes/sys and use in tests. | Mark Wielaard | 2009-02-17 | 6 | -2052/+1273 |
| | |||||
* | PR 9716, replaced pkgconfig checks with AC macros in configure.ac for server ↵ | Elliott Baron | 2009-02-17 | 3 | -518/+711 |
| | | | | deps. | ||||
* | Improved cleanup in tests. | David Smith | 2009-02-16 | 5 | -22/+73 |
| | |||||
* | Handle c++ static user probes via .probe, c via .label. | Stan Cox | 2009-02-15 | 2 | -74/+44 |
| | |||||
* | Correct entries for test_check and test_installcheck. | William Cohen | 2009-02-12 | 2 | -2/+6 |
| | |||||
* | Function to determine page fault type and have pfaults.stp exercise it. | William Cohen | 2009-02-12 | 9 | -74/+89 |
| | |||||
* | Use kernel stack backtrace support when available | Tim Moore | 2009-02-11 | 2 | -2/+9 |
| | | | | | Define new functions that use the kernel support to do a backtrace of other tasks than current. | ||||
* | Probe only calls and not inlines in functioncallcount.stp | Ananth N Mavinakayanahalli | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | Remove profile.exp and profile.stp. | William Cohen | 2009-02-10 | 3 | -50/+5 |
| | |||||
* | Move crash.exp and crash.sh to systemtap.base directory. | William Cohen | 2009-02-10 | 3 | -0/+5 |
| | |||||
* | Move poll_map.exp and poll_map.stp to systemtap.base directory. | William Cohen | 2009-02-09 | 3 | -0/+5 |
| | |||||
* | Revised version of kmalloc-top in systemtap.examples. | William Cohen | 2009-02-09 | 8 | -44/+139 |
| | |||||
* | Fold the systemtap.samples/iotask*.stp into systemtap.examples/io/iostats.stp. | William Cohen | 2009-02-06 | 9 | -86/+110 |
| | | | | Regenerate the catalog information. | ||||
* | Removed syscalls.stp, syscalls1.exp, and syscalls2.exp. | William Cohen | 2009-02-06 | 4 | -36/+6 |
| | |||||
* | Move symbols.exp and symbols.stp to systemtap.context directory. | William Cohen | 2009-02-06 | 3 | -0/+5 |
| | |||||
* | Revised topsys.stp and moved to the testsuite/systemtap.examples directory. | William Cohen | 2009-02-02 | 8 | -69/+69 |
| | |||||
* | Revise tcp_connections.stp example and place in sysemtap.examples directory. | William Cohen | 2009-02-02 | 8 | -50/+95 |
| | |||||
* | Remove redundant tcp_connections_wa.stp. | William Cohen | 2009-02-02 | 2 | -55/+4 |
| | |||||
* | Merge ChangeLog conflict | William Cohen | 2009-02-02 | 1 | -7/+4 |
| | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | William Cohen | 2009-02-02 | 2 | -0/+74 |
|\ | | | | | | | | | Conflicts: testsuite/ChangeLog | ||||
| * | Add test for .label("label") | Stan Cox | 2009-02-01 | 1 | -0/+67 |
| | | |||||
| * | Add .label("label") | Stan Cox | 2009-02-01 | 1 | -0/+4 |
| | | |||||
* | | Remove systemtap.samples/queue_demo.{exp|stp}. | William Cohen | 2009-01-30 | 3 | -45/+5 |
|/ | |||||
* | Correct ChangeLog date type. | William Cohen | 2009-01-30 | 1 | -1/+1 |
| | |||||
* | reduce systemtap.log contribution by semok/twenty.stp | Frank Ch. Eigler | 2009-01-30 | 2 | -1/+10 |
| | |||||
* | More security checking for client/server. Set exec_prefix and sysconfdir at ↵ | Dave Brolley | 2009-01-30 | 2 | -4/+10 |
| | | | | install time. | ||||
* | Move the scf.stp example from systemtap.samples to systemtap.examples. | William Cohen | 2009-01-30 | 9 | -39/+89 |
| | |||||
* | Move some systemtap.sample tests to systemtap.base. | William Cohen | 2009-01-29 | 13 | -0/+7 |
| | |||||
* | Correct ChangeLog entry. | William Cohen | 2009-01-29 | 1 | -5/+5 |
| | |||||
* | Remove uninteresting examples, args.stp, primes.stp, and testlog.stp. | William Cohen | 2009-01-29 | 6 | -141/+8 |
| |