Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test suite for declaration resolution | James Bottomley | 2008-07-09 | 4 | -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 Cohen | 2008-07-02 | 3 | -0/+34 |
| | |||||
* | Add para-callgraph.stp and para-callgraph.meta. | William Cohen | 2008-07-02 | 3 | -0/+37 |
| | |||||
* | Make _vfs.generic_commit_write only for kernel<=2.6.25 | Wenji Huang | 2008-07-01 | 2 | -0/+8 |
| | |||||
* | Added tests for 'process(PID)' variants. | David Smith | 2008-06-27 | 2 | -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 of | root | 2008-06-27 | 1 | -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 $name | Frank Ch. Eigler | 2008-06-24 | 2 | -2/+8 |
| | |||||
* | Update documentation for .statement wildcard. | Stan Cox | 2008-06-23 | 2 | -10/+10 |
| | |||||
* | Add kernel.statement("Func@File:*) and kernel.statement("Func@File:X-Y) | Stan Cox | 2008-06-23 | 3 | -1/+34 |
| | |||||
* | Correct test_check and test_installcheck commands. | William Cohen | 2008-06-20 | 2 | -2/+6 |
| | |||||
* | Add test for dev.stp tapset functions. | William Cohen | 2008-06-20 | 3 | -0/+37 |
| | |||||
* | Add tests for new statement optimizations. | Josh Stone | 2008-06-18 | 3 | -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 intended | Josh Stone | 2008-06-18 | 2 | -2/+2 |
| | |||||
* | Add sleepingBeauties.stp and sleepingBeauties.meta. | William Cohen | 2008-06-18 | 3 | -0/+75 |
| | |||||
* | Add the graphs.stp example from War Stories. | William Cohen | 2008-06-17 | 3 | -0/+77 |
| | |||||
* | warning/error message compaction by removing duplicated token file names | Frank Ch. Eigler | 2008-06-16 | 3 | -2/+6 |
| | |||||
* | Bug 6611: read-only variable typo warnings should list alternatives. | Stan Cox | 2008-06-16 | 3 | -2/+17 |
| | |||||
* | make "-p4 -m FOO" mode consistent with ordinary -p4 | Frank Ch. Eigler | 2008-06-13 | 2 | -1/+4 |
| | |||||
* | Add thread-times.meta and thread-times.stp. | William Cohen | 2008-06-12 | 3 | -0/+49 |
| | |||||
* | Micro-optimize print_warning output. Fix warnings.exp line count. | Mark Wielaard | 2008-06-11 | 2 | -1/+6 |
| | |||||
* | utrace thread.begin and thread.end probe test fixes. | David Smith | 2008-06-11 | 3 | -5/+16 |
| | | | | | | | | | 2008-06-11 David Smith <dsmith@redhat.com> * systemtap.base/utrace_p5.exp: Made changes to work when not configured in the src directory. * systemtap.base/utrace_p5_multi.c: Made changes to work on x86_64 systems. | ||||
* | Added .thread.begin and .thread.end utrace probe tests. | David Smith | 2008-06-11 | 4 | -3/+116 |
| | | | | | | | | | | 2008-06-11 David Smith <dsmith@redhat.com> * systemtap.base/utrace_p5.exp: Added 'process().thread.begin' and 'process().thread.end' tests. * systemtap.base/utrace_p5_multi.c: Added multi-threaded test program for utrace_p5.exp. * .gitignore: Updated. | ||||
* | Eliminate duplicate warnings. | Stan Cox | 2008-06-11 | 2 | -1/+5 |
| | |||||
* | PR6470: new argv[] tapset, docs, test cases | Frank Ch. Eigler | 2008-06-10 | 4 | -2/+49 |
| | |||||
* | Enable and update numeric-arg tests. | Jim Keniston | 2008-06-10 | 2 | -15/+19 |
| | |||||
* | Add test and doc for kernel.statement relative line number. | Stan Cox | 2008-06-09 | 3 | -0/+57 |
| | |||||
* | Changed/renamed utrace probes. | David Smith | 2008-06-06 | 3 | -44/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-06-06 David Smith <dsmith@redhat.com> * tapsets.cxx (enum utrace_derived_probe_flags): Redefined in terms of probe types instead of utrace events. (utrace_var_expanding_copy_visitor::visit_target_symbol): Uses new utrace_derived_probes_flags values. (utrace_builder::build): Handles new probe types and new utrace_derived_probes_flags values. (utrace_derived_probe_group::emit_probe_decl): Updated to handle new utrace_derived_probe_flags values. (utrace_derived_probe_group::emit_module_decls): Ditto. Also correctly handles 'begin' events correctly by installing a quiesce handler (instead of running the probe directly). (register_standard_tapsets): Registers updated utrace probe types. 2008-06-06 David Smith <dsmith@redhat.com> * task_finder.c: Added some debug logic. Use '-DDEBUG_TASK_FINDER' to enable. (stap_utrace_attach): Renamed from '__stp_utrace_attach'. (__stp_utrace_attach_match_filename): Calls callback with notification that this is a process or thread event. (__stp_utrace_attach_match_tsk): Ditto. (__stp_utrace_task_finder_report_clone): Ditto. (__stp_utrace_task_finder_report_exec): Ditto. (stap_utrace_task_finder_report_death): Ditto. (stap_start_task_finder): Ditto. (stap_stop_task_finder): Added debug logic. 2008-06-06 David Smith <dsmith@redhat.com> * systemtap.base/utrace_p4.exp: Updated for utrace probe changes. * systemtap.base/utrace_p5.exp: Ditto. | ||||
* | Added systemtap.context/num_args test. | Jim Keniston | 2008-06-04 | 2 | -0/+111 |
| | |||||
* | Fix PR 6588 | Jim Keniston | 2008-06-04 | 1 | -0/+4 |
| | |||||
* | PR6429: testsuite update for inexact backtrace tolerance | Frank Ch. Eigler | 2008-06-03 | 2 | -18/+22 |
| | |||||
* | PR 6562, Modify SYSTEMTAP_DEBUGINFO_PATH behaviour. | Srikar Dronamraju | 2008-05-30 | 1 | -1/+2 |
| | |||||
* | Add debuginfo path for self-built kernel in systemtap.base/debugpath.exp | Wenji Huang | 2008-05-30 | 2 | -1/+5 |
| | |||||
* | Check that errors in nested functions are not lost on return | Josh Stone | 2008-05-28 | 3 | -0/+29 |
| | | | | Currently this test fails, as noted in bugzilla 6529. | ||||
* | Correct redirect of stderr in testsuite. Make installcheck not depend on clean. | Mark Wielaard | 2008-05-28 | 3 | -4/+9 |
| | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-05-28 | 4 | -5/+15 |
|\ | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Create user based cache dir in testsuite. Refresh cscope.files. Add prototypes for using the 2.6.26 probe_kernel_* functions. | ||||
| * | Create user based cache dir in testsuite. | Mark Wielaard | 2008-05-28 | 4 | -5/+16 |
| | | |||||
* | | Revert "testsuite: use catch{close}catch{wait} to ensure child process ↵ | Frank Ch. Eigler | 2008-05-28 | 46 | -70/+82 |
|/ | | | | | | pipe/zombie cleanup" This reverts commit 7938bd829dfd82c40b35d536b5913e666c1454d2. | ||||
* | normalize test case PASS message | Frank Ch. Eigler | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie ↵ | Frank Ch. Eigler | 2008-05-27 | 46 | -82/+70 |
| | | | | cleanup | ||||
* | stmtvars.exp regexp tweak | Frank Ch. Eigler | 2008-05-26 | 2 | -6/+9 |
| | |||||
* | PR6550: add comment justifying "execrc" | Frank Ch. Eigler | 2008-05-25 | 2 | -0/+4 |
| | |||||
* | PR6550: also EXTRA_DIST the little "execrc" helper script file | Frank Ch. Eigler | 2008-05-25 | 2 | -2/+2 |
| | |||||
* | PR6550: --enable-dejazilla: optional automatic test result reporting | Frank Ch. Eigler | 2008-05-25 | 6 | -24/+90 |
| | |||||
* | testsuite cleanup: kfailing some FOO-all-probes tests | Frank Ch. Eigler | 2008-05-25 | 4 | -2/+13 |
| | |||||
* | Narrow the regexp matching in stmtvars.exp | wenji | 2008-05-22 | 1 | -2/+2 |
| | |||||
* | Fix assignment optimization expected results. | Stan Cox | 2008-05-21 | 2 | -10/+1 |
| | |||||
* | PR6538: more testsuite tweaks for read-only warnings | Frank Ch. Eigler | 2008-05-21 | 11 | -13/+21 |
| | |||||
* | PR6538: explain why absentstats.stp logs will contain warnings | Frank Ch. Eigler | 2008-05-21 | 1 | -0/+4 |
| | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-05-21 | 3 | -0/+14 |
|\ | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Use pointer_arg to fetch arguments for syscall.utime and compat_utime. Optimize compound and binary expression assignments. | ||||
| * | Optimize compound and binary expression assignments. | Stan Cox | 2008-05-21 | 3 | -0/+14 |
| | |