Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Adjust semok/thirtythree.stp test to pass on older kernels. | Mark Wielaard | 2008-10-01 | 2 | -1/+6 | |
| | ||||||
* | 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 | 2 | -5/+9 | |
| | ||||||
* | tweak anon-struct test case and news blurb | Frank Ch. Eigler | 2008-09-25 | 1 | -3/+4 | |
| | ||||||
* | Handling members with anonymous structs / unions | Prerna | 2008-09-25 | 1 | -0/+4 | |
| | ||||||
* | Low byte of clone flags is always set to SIGCHLD in forkwait.c test. | Mark Wielaard | 2008-09-17 | 2 | -1/+5 | |
| | ||||||
* | Timer id in timer.c test can be arbitrary number. | Mark Wielaard | 2008-09-17 | 2 | -4/+8 | |
| | ||||||
* | Don't try including unnecessary asm/page.h in swap.c test. | Mark Wielaard | 2008-09-17 | 2 | -1/+4 | |
| | ||||||
* | Fix 2.6.27 detection. | Mark Wielaard | 2008-09-15 | 3 | -2/+7 | |
| | ||||||
* | testsuite tweaks for rhel5 | Frank Ch. Eigler | 2008-09-12 | 5 | -5/+17 | |
| | ||||||
* | Ignore new warning. | David Smith | 2008-09-11 | 2 | -0/+5 | |
| | | | | | | 2008-09-11 David Smith <dsmith@redhat.com> * lib/stap_run.exp: Ignore new warning. | |||||
* | PR6871: test case | Frank Ch. Eigler | 2008-09-11 | 3 | -4/+10 | |
| | ||||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-09-10 | 2 | -0/+23 | |
|\ | | | | | | | | | | | * '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 | 2 | -0/+23 | |
| | | ||||||
* | | 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 | 11 | -0/+111 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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 | |||||
| * | Added tests for utrace-syscall probe context variables. | Masami Hiramatsu | 2008-09-09 | 10 | -0/+62 | |
| | | ||||||
| * | Add $name context variable support on marker probes | Masami Hiramatsu | 2008-09-09 | 2 | -0/+49 | |
| | | ||||||
* | | uprobes test case tweak | Frank Ch. Eigler | 2008-09-09 | 3 | -4/+13 | |
|/ | ||||||
* | 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 | 2 | -28/+25 | |
| | ||||||
* | Handle scalar statistics. | Stan Cox | 2008-09-05 | 3 | -2/+13 | |
| | ||||||
* | PR4255: uprobes test case | Frank Ch. Eigler | 2008-09-05 | 3 | -0/+44 | |
| | ||||||
* | PR6731: Updated listing mode through adding -L option. | Wenji Huang | 2008-09-05 | 2 | -0/+12 | |
| | ||||||
* | Display written but unread global statistics. | Stan Cox | 2008-09-01 | 3 | -2/+18 | |
| | ||||||
* | Added bug 6841 fix utrace syscall test. | David Smith | 2008-08-29 | 2 | -0/+33 | |
| | | | | | | | | 2008-08-29 David Smith <dsmith@redhat.com> PR6841 * systemtap.base/utrace_p5.exp: Added system-wide syscall test for bug 6841 fix. | |||||
* | PR5686: correct regression in semok/optimize.stp | Frank Ch. Eigler | 2008-08-28 | 1 | -1/+0 | |
| | ||||||
* | 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 | 6 | -13/+96 | |
| | ||||||
* | Make nodwf test passed when CONFIG_QUOTACTL unset | Wenji Huang | 2008-08-27 | 3 | -2/+7 | |
| | ||||||
* | remove support for "make dist" since git-archive does as well; | Frank Ch. Eigler | 2008-08-25 | 3 | -195/+23 | |
| | | | | "make rpm" remains for private testing | |||||
* | Examples html files moved into subdir. | Mark Wielaard | 2008-08-25 | 4 | -38/+57 | |
| | ||||||
* | ChangeLog Entries | Dave Brolley | 2008-08-25 | 2 | -0/+6 | |
| | ||||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Dave Brolley | 2008-08-25 | 2 | -1/+12 | |
|\ | ||||||
| * | Fixed failure of buildok/process-all-probes.stp | Wenji Huang | 2008-08-22 | 2 | -1/+12 | |
| | | ||||||
* | | Robustness improvements for the stap client/server | Dave Brolley | 2008-08-25 | 1 | -1/+7 | |
|/ | ||||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap into work | David Smith | 2008-08-15 | 9 | -68/+78 | |
|\ | ||||||
| * | extend callgraph example to use $$parms / $$return | Frank Ch. Eigler | 2008-08-15 | 9 | -68/+78 | |
| | | ||||||
* | | Change system-wide probes from 'process("*").begin' to 'process.begin'. | David Smith | 2008-08-15 | 2 | -2/+7 | |
|/ | | | | | | | | | | | | | | | 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'. | |||||
* | 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 |