Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | partial revert of 212a56 | Frank Ch. Eigler | 2008-10-26 | 1 | -7/+1 | |
| | ||||||
* | Unused global variables display in guru mode fix (rh bz 468139) | Rajan Arora | 2008-10-25 | 1 | -1/+7 | |
| | ||||||
* | PR6749 test case | Frank Ch. Eigler | 2008-10-10 | 1 | -0/+11 | |
| | ||||||
* | Cleanup generated files from uprobes.exp test. | Mark Wielaard | 2008-10-10 | 1 | -2/+4 | |
| | ||||||
* | Make testsuite/systemtap.base/bz6850.stp executable. | Jim Keniston | 2008-10-09 | 1 | -0/+0 | |
| | ||||||
* | Display source context for error and warning messages (6701) | Rajan Arora | 2008-10-09 | 1 | -0/+2 | |
| | ||||||
* | Guess where debuginfo is installed for debugpath.exp test. | Mark Wielaard | 2008-10-04 | 1 | -1/+11 | |
| | ||||||
* | PR 6850 | Jim Keniston | 2008-10-03 | 3 | -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 Wielaard | 2008-10-03 | 1 | -4/+4 | |
| | ||||||
* | fix test suite regression due to commit e91b23bc | Frank Ch. Eigler | 2008-10-01 | 1 | -1/+1 | |
| | | | | Reported-By: mjw | |||||
* | PR6916: fix STRUCT1 ($var alternatives error message syntax) regression | Frank Ch. Eigler | 2008-09-26 | 1 | -5/+4 | |
| | ||||||
* | testsuite tweaks for rhel5 | Frank Ch. Eigler | 2008-09-12 | 1 | -2/+2 | |
| | ||||||
* | PR6871: test case | Frank Ch. Eigler | 2008-09-11 | 2 | -4/+5 | |
| | ||||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-09-10 | 1 | -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 Stone | 2008-09-10 | 1 | -0/+19 | |
| | | ||||||
* | | PR6876 testsuite regression tweak | Frank Ch. Eigler | 2008-09-10 | 1 | -4/+4 | |
|/ | ||||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-09-09 | 1 | -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 probes | Masami Hiramatsu | 2008-09-09 | 1 | -0/+45 | |
| | | ||||||
* | | uprobes test case tweak | Frank Ch. Eigler | 2008-09-09 | 2 | -4/+8 | |
|/ | ||||||
* | PR6871: temporarily weaken the uprobe test since $$parms are unreliable | Frank Ch. Eigler | 2008-09-06 | 1 | -2/+2 | |
| | ||||||
* | PR6445: documentation, mopping up | Frank Ch. Eigler | 2008-09-06 | 1 | -28/+20 | |
| | ||||||
* | Handle scalar statistics. | Stan Cox | 2008-09-05 | 2 | -2/+8 | |
| | ||||||
* | PR4255: uprobes test case | Frank Ch. Eigler | 2008-09-05 | 2 | -0/+39 | |
| | ||||||
* | PR6731: Updated listing mode through adding -L option. | Wenji Huang | 2008-09-05 | 1 | -0/+8 | |
| | ||||||
* | Display written but unread global statistics. | Stan Cox | 2008-09-01 | 2 | -2/+13 | |
| | ||||||
* | Added bug 6841 fix utrace syscall test. | David Smith | 2008-08-29 | 1 | -0/+27 | |
| | | | | | | | | 2008-08-29 David Smith <dsmith@redhat.com> PR6841 * systemtap.base/utrace_p5.exp: Added system-wide syscall test for bug 6841 fix. | |||||
* | fix global-var array index rendering | Frank Ch. Eigler | 2008-08-28 | 1 | -4/+4 | |
| | | | | (plus emacs' automagic whitespace fixes) | |||||
* | Automatically print written but unread globals | Stan Cox | 2008-08-27 | 5 | -13/+88 | |
| | ||||||
* | ChangeLog Entries | Dave Brolley | 2008-08-25 | 1 | -0/+1 | |
| | ||||||
* | Change system-wide probes from 'process("*").begin' to 'process.begin'. | David Smith | 2008-08-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | 2008-08-15 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_builder::build): Change system-wide probes from 'process("*").begin' to 'process.begin'. (register_standard_tapsets): Add new 'process' binding. * stapprobes.5.in: Change system-wide probes from 'process("*").begin' to 'process.begin'. 2008-08-15 David Smith <dsmith@redhat.com> * systemtap.base/utrace_p4.exp: Change system-wide probes from 'process("*").begin' to 'process.begin'. | |||||
* | PR 6445 (partial). Implemented system-wide utrace probes. | David Smith | 2008-08-12 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-12 David Smith <dsmith@redhat.com> PR 6445 (partial) * tapsets.cxx (utrace_builder::build): Validates pid and allows probing of "*" to mean all threads. * stapprobes.5.in: Added note about a process path of "*" means to probe all threads. 2008-08-12 David Smith <dsmith@redhat.com> PR 6445 (partial) * task_finder.c (stap_register_task_finder_target): Handles probing all threads. (__stp_utrace_attach_match_filename): Ditto. (stap_start_task_finder): Ditto. 2008-08-12 David Smith <dsmith@redhat.com> PR 6445 (partial) * systemtap.base/utrace_p4.exp: Added test that probes all threads. * semko/utrace14.stp: New test. | |||||
* | remove \n from end of $$vars/etc. convenience variables | Frank Ch. Eigler | 2008-08-11 | 1 | -3/+4 | |
| | ||||||
* | Lower statement wildcard test matching threshold. | Stan Cox | 2008-08-08 | 1 | -2/+2 | |
| | ||||||
* | 'stap_compile' test procedure now ignores warnings | David Smith | 2008-08-07 | 2 | -41/+1 | |
| | | | | | | | | | 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. | |||||
* | itrace: move test suite item to appropriate location | Frank Ch. Eigler | 2008-08-06 | 1 | -0/+106 | |
| | ||||||
* | Use relative instead of absolute line. (bug 6611) | Stan Cox | 2008-08-05 | 1 | -1/+1 | |
| | ||||||
* | Add test for $$vars, $$params, $$locals. | Stan Cox | 2008-08-05 | 1 | -0/+32 | |
| | ||||||
* | clarify dejagnu test case name for empty-struct changes | Frank Ch. Eigler | 2008-07-09 | 1 | -3/+3 | |
| | ||||||
* | Add test suite for declaration resolution | James Bottomley | 2008-07-09 | 2 | -40/+19 | |
| | | | | | | | | | | 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> | |||||
* | Added tests for 'process(PID)' variants. | David Smith | 2008-06-27 | 1 | -6/+62 | |
| | | | | | | | 2008-06-27 David Smith <dsmith@redhat.com> * systemtap.base/utrace_p4.exp: Added tests for 'process(PID)' variants. | |||||
* | 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 | 2 | -1/+29 | |
| | ||||||
* | Add tests for new statement optimizations. | Josh Stone | 2008-06-18 | 2 | -0/+100 | |
| | | | | | * 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 | |
| | ||||||
* | warning/error message compaction by removing duplicated token file names | Frank Ch. Eigler | 2008-06-16 | 2 | -2/+1 | |
| | ||||||
* | Bug 6611: read-only variable typo warnings should list alternatives. | Stan Cox | 2008-06-16 | 2 | -2/+12 | |
| | ||||||
* | Micro-optimize print_warning output. Fix warnings.exp line count. | Mark Wielaard | 2008-06-11 | 1 | -1/+1 | |
| | ||||||
* | utrace thread.begin and thread.end probe test fixes. | David Smith | 2008-06-11 | 2 | -5/+11 | |
| | | | | | | | | | 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 | 2 | -2/+107 | |
| | | | | | | | | | | 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 | 1 | -1/+1 | |
| |