Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | PR9935. Fixed stap script typos. arg[5-10] -> $arg[5-10]. | Mark Wielaard | 2009-03-09 | 2 | -9/+7 | |
| | | | | | * testsuite/systemtap.base/sdt.exp: Enable stap_run2 when installtest_p. * testsuite/systemtap.base/sdt.stp: Fixed all arg to $arg typos. | |||||
* | Add PR9935 number to sdt.exp disabled test. | Mark Wielaard | 2009-03-09 | 1 | -1/+1 | |
| | ||||||
* | Add new sdt.exp testcase. | Mark Wielaard | 2009-03-09 | 3 | -0/+154 | |
| | | | | | | * testsuite/systemtap.base/sdt.exp: New test file. * testsuite/systemtap.base/sdt.stp: Likewise. * testsuite/systemtap.base/sdt.c: Likewise. | |||||
* | Make stap_run2 count exact number of lines. | Mark Wielaard | 2009-03-09 | 3 | -6/+3 | |
| | | | | | * testsuite/lib/stap_run2.exp: Compare found and expected number of lines. * testsuite/systemtap.*/*.exp (result_string): Make number of lines exact. | |||||
* | 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) | |||||
* | 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. | |||||
* | static_uprobes test case cleanup | Frank Ch. Eigler | 2009-02-19 | 1 | -12/+18 | |
| | ||||||
* | Always emit .probes section; use .label method as a backup strategy | Stan Cox | 2009-02-18 | 1 | -2/+4 | |
| | ||||||
* | Handles errors better. | David Smith | 2009-02-18 | 1 | -1/+3 | |
| | | | | | | | 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 | 1 | -3/+6 | |
| | | | | | | 2009-02-18 David Smith <dsmith@redhat.com> * systemtap.base/labels.exp: Better cleanup. | |||||
* | fix sdt.h test case for $srcdir != $builddir | Frank Ch. Eigler | 2009-02-17 | 1 | -2/+13 | |
| | ||||||
* | Move sdt.h to includes/sys and use in tests. | Mark Wielaard | 2009-02-17 | 1 | -31/+32 | |
| | ||||||
* | Improved cleanup in tests. | David Smith | 2009-02-16 | 4 | -22/+65 | |
| | ||||||
* | Handle c++ static user probes via .probe, c via .label. | Stan Cox | 2009-02-15 | 1 | -74/+40 | |
| | ||||||
* | Move crash.exp and crash.sh to systemtap.base directory. | William Cohen | 2009-02-10 | 2 | -0/+53 | |
| | ||||||
* | Move poll_map.exp and poll_map.stp to systemtap.base directory. | William Cohen | 2009-02-09 | 2 | -0/+47 | |
| | ||||||
* | Add test for .label("label") | Stan Cox | 2009-02-01 | 1 | -0/+67 | |
| | ||||||
* | Move some systemtap.sample tests to systemtap.base. | William Cohen | 2009-01-29 | 12 | -0/+391 | |
| | ||||||
* | Add dtrace -h support | Stan Cox | 2009-01-22 | 1 | -34/+46 | |
| | ||||||
* | Don't test -lsduprobe.s for now. | Stan Cox | 2009-01-20 | 1 | -21/+21 | |
| | ||||||
* | Add checking utrace in test cases. | Wenji Huang | 2009-01-19 | 4 | -0/+35 | |
| | ||||||
* | Create the rpm subpackage systemtap-sdt-devel | Stan Cox | 2009-01-13 | 1 | -1/+1 | |
| | ||||||
* | Fix compilation warning of too large number on 32-bits machines. | Wenji Huang | 2009-01-11 | 1 | -0/+1 | |
| | ||||||
* | Put a block around the probe point. | Stan Cox | 2008-12-21 | 1 | -4/+4 | |
| | ||||||
* | Convert .mark to .statement(0x) instead of .statement(foo.c:N) | Stan Cox | 2008-12-16 | 2 | -22/+66 | |
| | ||||||
* | PR6961: initial sketch: set up dummy pt_regs for non-trap based probes | Frank Ch. Eigler | 2008-12-09 | 3 | -1/+35 | |
| | ||||||
* | Remove STAP_PROBE_START. | Stan Cox | 2008-12-04 | 1 | -2/+0 | |
| | ||||||
* | merged | Frank Ch. Eigler | 2008-12-03 | 1 | -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 Huang | 2008-12-02 | 1 | -0/+13 | |
| | | ||||||
* | | PR5892: rename new -B /PATH to -r /PATH; merge functionality | Frank Ch. Eigler | 2008-12-03 | 1 | -4/+4 | |
|/ | ||||||
* | make uprobes -p5 test message matching more liberal | Frank Ch. Eigler | 2008-11-29 | 1 | -8/+3 | |
| | ||||||
* | test suite: simplify static-uprobes pass/fail messages | Frank Ch. Eigler | 2008-11-29 | 1 | -5/+5 | |
| | ||||||
* | Support debuginfo static uprobes. | Stan Cox | 2008-11-26 | 2 | -11/+43 | |
| | ||||||
* | PR5689 part 2: separate skip counters for low-stack and reentrancy cases | Frank Ch. Eigler | 2008-11-21 | 1 | -0/+21 | |
| | ||||||
* | badkprobe testsuite fix: don't try to run unless installtest_p | Frank Ch. Eigler | 2008-11-20 | 1 | -1/+3 | |
| | ||||||
* | PR6925: --vp (per-pass verbosity) option | Frank Ch. Eigler | 2008-11-18 | 1 | -0/+8 | |
| | ||||||
* | Add static uprobe support (static library variant) | Stan Cox | 2008-11-17 | 2 | -0/+87 | |
| | ||||||
* | Testsuite, pick up the correct stap being tested when executing under sudo. | Mark Wielaard | 2008-11-13 | 2 | -2/+6 | |
| | ||||||
* | PR6964: Revert "Fix hung test due to workaround for PR6964." | Frank Ch. Eigler | 2008-11-12 | 1 | -7/+7 | |
| | | | | This reverts commit 8576ea4be5619d9c169cab385ac0d31174fdee41. | |||||
* | Fix hung test due to workaround for PR6964. | Wenji Huang | 2008-11-03 | 1 | -7/+7 | |
| | ||||||
* | sanitation: don't create "testsuite/&1" file | Frank Ch. Eigler | 2008-10-29 | 1 | -1/+1 | |
| | ||||||
* | PR5274: uretprobe vs. longjmp support | Srikar Dronamraju | 2008-10-28 | 6 | -0/+132 | |
| | ||||||
* | regexp match for global_end.exp | Rajan Arora | 2008-10-28 | 1 | -1/+1 | |
| | ||||||
* | relax string match logic in global_end.exp | Rajan Arora | 2008-10-27 | 1 | -1/+1 | |
| | ||||||
* | RHBZ 468139 avoid display of tapset globals | Rajan Arora | 2008-10-27 | 2 | -1/+18 | |
| |