summaryrefslogtreecommitdiffstats
path: root/testsuite
Commit message (Collapse)AuthorAgeFilesLines
...
* | uprobes test case tweakFrank Ch. Eigler2008-09-093-4/+13
|/
* PR6871: temporarily weaken the uprobe test since $$parms are unreliableFrank Ch. Eigler2008-09-061-2/+2
|
* PR6445: documentation, mopping upFrank Ch. Eigler2008-09-062-28/+25
|
* Handle scalar statistics.Stan Cox2008-09-053-2/+13
|
* PR4255: uprobes test caseFrank Ch. Eigler2008-09-053-0/+44
|
* PR6731: Updated listing mode through adding -L option.Wenji Huang2008-09-052-0/+12
|
* Display written but unread global statistics.Stan Cox2008-09-013-2/+18
|
* Added bug 6841 fix utrace syscall test.David Smith2008-08-292-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.stpFrank Ch. Eigler2008-08-281-1/+0
|
* fix global-var array index renderingFrank Ch. Eigler2008-08-281-4/+4
| | | | (plus emacs' automagic whitespace fixes)
* Automatically print written but unread globalsStan Cox2008-08-276-13/+96
|
* Make nodwf test passed when CONFIG_QUOTACTL unsetWenji Huang2008-08-273-2/+7
|
* remove support for "make dist" since git-archive does as well;Frank Ch. Eigler2008-08-253-195/+23
| | | | "make rpm" remains for private testing
* Examples html files moved into subdir.Mark Wielaard2008-08-254-38/+57
|
* ChangeLog EntriesDave Brolley2008-08-252-0/+6
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-08-252-1/+12
|\
| * Fixed failure of buildok/process-all-probes.stpWenji Huang2008-08-222-1/+12
| |
* | Robustness improvements for the stap client/serverDave Brolley2008-08-251-1/+7
|/
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtap into workDavid Smith2008-08-159-68/+78
|\
| * extend callgraph example to use $$parms / $$returnFrank Ch. Eigler2008-08-159-68/+78
| |
* | Change system-wide probes from 'process("*").begin' to 'process.begin'.David Smith2008-08-152-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, $$returnFrank Ch. Eigler2008-08-151-0/+5
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-08-133-0/+19
|\ | | | | | | | | | | | | Conflicts: ChangeLog testsuite/ChangeLog
| * PR 6445 (partial). Implemented system-wide utrace probes.David Smith2008-08-123-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 Brolley2008-08-132-2/+11
|/
* remove \n from end of $$vars/etc. convenience variablesFrank Ch. Eigler2008-08-112-3/+9
|
* PR5049: fix overbroad effects of naive "*" prefixing; instead use optional ↵Frank Ch. Eigler2008-08-111-0/+5
| | | | "*/" only.
* PR5049: prefix with "*" any filenames given in "fn@filename:line" probesFrank Ch. Eigler2008-08-112-0/+10
|
* Redirect stderr gets redircted so warnings don't let example script run fail.Mark Wielaard2008-08-112-1/+9
|
* PR6835. io/io_submit.stp: Fix #! start. Convert to normal line-ending.Mark Wielaard2008-08-112-71/+76
|
* PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable.Mark Wielaard2008-08-1116-7/+26
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-08-08100-421/+2274
|\ | | | | | | | | | | | | Conflicts: ChangeLog testsuite/ChangeLog
| * Lower statement wildcard test matching threshold.Stan Cox2008-08-082-2/+6
| |
| * Add index of subsystem and keywords at top of HTML indexes.Mark Wielaard2008-08-084-37/+64
| |
| * Don't output output, exits, status line in indexes (mentioned in descriptions).Mark Wielaard2008-08-088-372/+200
| |
| * Make sure examples indexes are always generated in builddir.Mark Wielaard2008-08-082-4/+18
| |
| * remove chmod +x from perl script to avoid spurious build-time rpm-found prereqFrank Ch. Eigler2008-08-071-0/+0
| |
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-08-071-0/+5
| |\ | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Added testsuite/systemtap.examples/.gitignore file.
| | * Added testsuite/systemtap.examples/.gitignore file.David Smith2008-08-072-0/+7
| | | | | | | | | | | | | | | | | | 2008-08-07 David Smith <dsmith@redhat.com> * .gitignore: New file.
| * | PR6823: store generated sample index filesFrank Ch. Eigler2008-08-079-5/+1655
| | |
| * | samples: separate into subdirectories by subsystemFrank Ch. Eigler2008-08-0783-373/+5
| |/
| * 'stap_compile' test procedure now ignores warningsDavid Smith2008-08-074-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 Wielaard2008-08-078-1/+527
| |
| * Correct futexes.meta name: entry.Mark Wielaard2008-08-072-1/+5
| |
| * Add meta file tag descriptions to systemtap.examples/README.Mark Wielaard2008-08-072-2/+54
| |
| * itrace: move test suite item to appropriate locationFrank Ch. Eigler2008-08-061-0/+106
| |
| * Use relative instead of absolute line. (bug 6611)Stan Cox2008-08-052-1/+2
| |
| * Add test for $$vars, $$params, $$locals.Stan Cox2008-08-052-0/+35
| |
* | Start/stop the systemtap server from systemtap.exp and not in the top level ↵Dave Brolley2008-08-084-6/+60
|/ | | | Makefile.
* Correct several tests for 2.6.27Wenji Huang2008-08-033-0/+12
|