summaryrefslogtreecommitdiffstats
path: root/testsuite
Commit message (Collapse)AuthorAgeFilesLines
* PR6470: new argv[] tapset, docs, test casesFrank Ch. Eigler2008-06-104-2/+49
|
* Enable and update numeric-arg tests.Jim Keniston2008-06-102-15/+19
|
* Add test and doc for kernel.statement relative line number.Stan Cox2008-06-093-0/+57
|
* Changed/renamed utrace probes.David Smith2008-06-063-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 Keniston2008-06-042-0/+111
|
* Fix PR 6588Jim Keniston2008-06-041-0/+4
|
* PR6429: testsuite update for inexact backtrace toleranceFrank Ch. Eigler2008-06-032-18/+22
|
* PR 6562, Modify SYSTEMTAP_DEBUGINFO_PATH behaviour.Srikar Dronamraju2008-05-301-1/+2
|
* Add debuginfo path for self-built kernel in systemtap.base/debugpath.expWenji Huang2008-05-302-1/+5
|
* Check that errors in nested functions are not lost on returnJosh Stone2008-05-283-0/+29
| | | | Currently this test fails, as noted in bugzilla 6529.
* Correct redirect of stderr in testsuite. Make installcheck not depend on clean.Mark Wielaard2008-05-283-4/+9
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-05-284-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 Wielaard2008-05-284-5/+16
| |
* | Revert "testsuite: use catch{close}catch{wait} to ensure child process ↵Frank Ch. Eigler2008-05-2846-70/+82
|/ | | | | | pipe/zombie cleanup" This reverts commit 7938bd829dfd82c40b35d536b5913e666c1454d2.
* normalize test case PASS messageFrank Ch. Eigler2008-05-271-1/+1
|
* testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie ↵Frank Ch. Eigler2008-05-2746-82/+70
| | | | cleanup
* stmtvars.exp regexp tweakFrank Ch. Eigler2008-05-262-6/+9
|
* PR6550: add comment justifying "execrc"Frank Ch. Eigler2008-05-252-0/+4
|
* PR6550: also EXTRA_DIST the little "execrc" helper script fileFrank Ch. Eigler2008-05-252-2/+2
|
* PR6550: --enable-dejazilla: optional automatic test result reportingFrank Ch. Eigler2008-05-256-24/+90
|
* testsuite cleanup: kfailing some FOO-all-probes testsFrank Ch. Eigler2008-05-254-2/+13
|
* Narrow the regexp matching in stmtvars.expwenji2008-05-221-2/+2
|
* Fix assignment optimization expected results.Stan Cox2008-05-212-10/+1
|
* PR6538: more testsuite tweaks for read-only warningsFrank Ch. Eigler2008-05-2111-13/+21
|
* PR6538: explain why absentstats.stp logs will contain warningsFrank Ch. Eigler2008-05-211-0/+4
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-05-213-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 Cox2008-05-213-0/+14
| |
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-05-212-3/+9
|\| | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Check new (sub) functions of _struct_utimbuf_* and _struct_compat_utimbuf_*.
| * Check new (sub) functions of _struct_utimbuf_* and _struct_compat_utimbuf_*.Mark Wielaard2008-05-212-2/+11
| |
* | PR6538: testsuite changesFrank Ch. Eigler2008-05-206-12/+21
| |
* | PR5001: fix test suite collateral damageFrank Ch. Eigler2008-05-202-2/+5
|/
* Add some scripts and descriptions to the systemtap.examples.William Cohen2008-05-2011-0/+294
|
* PR5001: Remove _stp_ctime and always use ctime.Mark Wielaard2008-05-203-3/+9
|
* PR6524: ctime() on bad values hangs system.Mark Wielaard2008-05-203-0/+79
|
* Optimize away assignments in other contexts.Stan Cox2008-05-191-0/+5
|
* Optimize away assignments in other contexts.Stan Cox2008-05-192-0/+124
|
* Add appropriate ChangeLog entry for earlier checkin.William Cohen2008-05-151-0/+6
|
* PR 5955 - Accept ; terminated globalsAnanth N Mavinakayanahalli2008-05-144-0/+68
|
* PR 4311 - Function boundary tracing without debuginfo: Phases I and IIJim Keniston2008-05-1210-0/+126
|\
| * Add syscalls_by_pid.meta, syscalls_by_proc.meta,William Cohen2008-05-096-0/+79
| | | | | | | | sigmon.meta, sig_by_pid.meta, sig_by_proc.meta, and socket-trace.meta.
| * Adjust iotime.meta description.William Cohen2008-05-081-1/+1
| |
| * * iotime.meta: New.William Cohen2008-05-082-0/+17
| |
| * Update ChangeLogWilliam Cohen2008-05-081-0/+4
| |
| * * sleeptime.meta, wait4time.meta: New.William Cohen2008-05-082-0/+26
| |
* | Merge commit 'origin/dwarfless'Jim Keniston2008-05-1216-0/+287
|\ \ | |/ |/| | | PR 4311 - Function boundary tracing without debuginfo: Phases 1 and 2
| * * testsuite/{semok,semko}/nodwf*.stpJim Keniston2008-04-1816-0/+287
| | | | | | | | Shows what we currently can and can't do.
* | systemtap.examples futexes.meta change futex.stp to futexes.stp.Mark Wielaard2008-05-082-2/+7
| |
* | futexes.meta, nettop.meta, pf2.meta: New.William Cohen2008-05-074-0/+43
| |
* | Clean up output.William Cohen2008-05-072-2/+6
| |
* | 2008-05-01 William Cohen <wcohen@redhat.com>William Cohen2008-05-012-0/+17
| | | | | | | | * helloworld.meta: New file.