Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | PR6836: $$vars extensions, $$return | Frank Ch. Eigler | 2008-08-15 | 1 | -0/+5 | |
| | ||||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Dave Brolley | 2008-08-13 | 3 | -0/+19 | |
|\ | | | | | | | | | | | | | Conflicts: ChangeLog testsuite/ChangeLog | |||||
| * | PR 6445 (partial). Implemented system-wide utrace probes. | David Smith | 2008-08-12 | 3 | -0/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | Minor bugs in stap-client. | Dave Brolley | 2008-08-13 | 2 | -2/+11 | |
|/ | ||||||
* | remove \n from end of $$vars/etc. convenience variables | Frank Ch. Eigler | 2008-08-11 | 2 | -3/+9 | |
| | ||||||
* | PR5049: fix overbroad effects of naive "*" prefixing; instead use optional ↵ | Frank Ch. Eigler | 2008-08-11 | 1 | -0/+5 | |
| | | | | "*/" only. | |||||
* | PR5049: prefix with "*" any filenames given in "fn@filename:line" probes | Frank Ch. Eigler | 2008-08-11 | 2 | -0/+10 | |
| | ||||||
* | Redirect stderr gets redircted so warnings don't let example script run fail. | Mark Wielaard | 2008-08-11 | 2 | -1/+9 | |
| | ||||||
* | PR6835. io/io_submit.stp: Fix #! start. Convert to normal line-ending. | Mark Wielaard | 2008-08-11 | 2 | -71/+76 | |
| | ||||||
* | PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable. | Mark Wielaard | 2008-08-11 | 16 | -7/+26 | |
| | ||||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Dave Brolley | 2008-08-08 | 100 | -421/+2274 | |
|\ | | | | | | | | | | | | | Conflicts: ChangeLog testsuite/ChangeLog | |||||
| * | Lower statement wildcard test matching threshold. | Stan Cox | 2008-08-08 | 2 | -2/+6 | |
| | | ||||||
| * | Add index of subsystem and keywords at top of HTML indexes. | Mark Wielaard | 2008-08-08 | 4 | -37/+64 | |
| | | ||||||
| * | Don't output output, exits, status line in indexes (mentioned in descriptions). | Mark Wielaard | 2008-08-08 | 8 | -372/+200 | |
| | | ||||||
| * | Make sure examples indexes are always generated in builddir. | Mark Wielaard | 2008-08-08 | 2 | -4/+18 | |
| | | ||||||
| * | remove chmod +x from perl script to avoid spurious build-time rpm-found prereq | Frank Ch. Eigler | 2008-08-07 | 1 | -0/+0 | |
| | | ||||||
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-08-07 | 1 | -0/+5 | |
| |\ | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Added testsuite/systemtap.examples/.gitignore file. | |||||
| | * | Added testsuite/systemtap.examples/.gitignore file. | David Smith | 2008-08-07 | 2 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | 2008-08-07 David Smith <dsmith@redhat.com> * .gitignore: New file. | |||||
| * | | PR6823: store generated sample index files | Frank Ch. Eigler | 2008-08-07 | 9 | -5/+1655 | |
| | | | ||||||
| * | | samples: separate into subdirectories by subsystem | Frank Ch. Eigler | 2008-08-07 | 83 | -373/+5 | |
| |/ | ||||||
| * | 'stap_compile' test procedure now ignores warnings | David Smith | 2008-08-07 | 4 | -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 Wielaard | 2008-08-07 | 8 | -1/+527 | |
| | | ||||||
| * | Correct futexes.meta name: entry. | Mark Wielaard | 2008-08-07 | 2 | -1/+5 | |
| | | ||||||
| * | Add meta file tag descriptions to systemtap.examples/README. | Mark Wielaard | 2008-08-07 | 2 | -2/+54 | |
| | | ||||||
| * | 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 | 2 | -1/+2 | |
| | | ||||||
| * | Add test for $$vars, $$params, $$locals. | Stan Cox | 2008-08-05 | 2 | -0/+35 | |
| | | ||||||
* | | Start/stop the systemtap server from systemtap.exp and not in the top level ↵ | Dave Brolley | 2008-08-08 | 4 | -6/+60 | |
|/ | | | | Makefile. | |||||
* | Correct several tests for 2.6.27 | Wenji Huang | 2008-08-03 | 3 | -0/+12 | |
| | ||||||
* | Tweak test_installcheck for helloworld.meta and traceio2.meta. | William Cohen | 2008-08-01 | 3 | -2/+6 | |
| | ||||||
* | Run both tests for installcheck tests. | William Cohen | 2008-08-01 | 2 | -21/+27 | |
| | ||||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Dave Brolley | 2008-07-29 | 1 | -0/+4 | |
|\ | | | | | | | | | | | | | Conflicts: ChangeLog testsuite/ChangeLog | |||||
| * | session.h (struct systemtap_session): Added itrace_derived_probe | dcn | 2008-07-29 | 1 | -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 specified | Dave Brolley | 2008-07-29 | 9 | -16/+18 | |
|/ | | | | in EXTRA_TOOL_OPTS for 'make check' and 'make installcheck' | |||||
* | version bump to 0.7.1 | Frank Ch. Eigler | 2008-07-16 | 2 | -11/+11 | |
| | ||||||
* | fix *{ok,ko} test case permissions | Frank Ch. Eigler | 2008-07-15 | 3 | -0/+0 | |
| | ||||||
* | Add my name which was missing in some ChangeLog entries. | Dave Brolley | 2008-07-15 | 1 | -1/+1 | |
| | ||||||
* | Enable 'make check' and 'make installcheck' using the systemtap client/server. | Dave Brolley | 2008-07-14 | 9 | -10/+47 | |
| | ||||||
* | s/decending/descending/g in example description. | Mark Wielaard | 2008-07-11 | 3 | -2/+7 | |
| | ||||||
* | fixing inappropriate personal copyright notices | Frank Ch. Eigler | 2008-07-10 | 3 | -6/+3 | |
| | ||||||
* | clarify dejagnu test case name for empty-struct changes | Frank Ch. Eigler | 2008-07-09 | 1 | -3/+3 | |
| | ||||||
* | add changelog entries for last two changes | Frank Ch. Eigler | 2008-07-09 | 1 | -0/+6 | |
| | ||||||
* | 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 | |
| |