summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/marker.exp
Commit message (Collapse)AuthorAgeFilesLines
* PR6898: support $$vars and $$parms for markerWenji Huang2009-07-231-0/+17
| | | | | * tapset-mark.cxx (visit_target_symbol_context): Add $$vars/$$parms. * testsuite/systemtap.base/marker.exp : Test case.
* PR6961: initial sketch: set up dummy pt_regs for non-trap based probesFrank Ch. Eigler2008-12-091-1/+1
|
* Add $name context variable support on marker probesMasami Hiramatsu2008-09-091-0/+45
|
* Add test suite for declaration resolutionJames Bottomley2008-07-091-40/+0
| | | | | | | | | | 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>
* Revert "testsuite: use catch{close}catch{wait} to ensure child process ↵Frank Ch. Eigler2008-05-281-1/+2
| | | | | | pipe/zombie cleanup" This reverts commit 7938bd829dfd82c40b35d536b5913e666c1454d2.
* testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie ↵Frank Ch. Eigler2008-05-271-2/+1
| | | | cleanup
* 2008-02-27 David Smith <dsmith@redhat.com>dsmith2008-02-271-2/+1
| | | | * systemtap.base/marker.exp: Added better path to Module.markers.
* 2008-02-20 David Smith <dsmith@redhat.com>dsmith2008-02-201-3/+38
| | | | | * systemtap.base/marker.exp: Added tests for marker probe ".format" component.
* 2008-02-04 David Smith <dsmith@redhat.com>dsmith2008-02-041-1/+45
| | | | | | PR 4446. * systemtap.base/marker.exp: Added tests for marker "$format" variable.
* 2008-01-16 David Smith <dsmith@redhat.com>dsmith2008-01-161-2/+38
| | | | | | PR 5608. * systemtap.base/marker.exp: Added 2 tests for treating marker arguments incorrectly.
* 2008-01-04 David Smith <dsmith@redhat.com>dsmith2008-01-041-1/+1
| | | | | * systemtap.base/marker.exp: Improved regexp that finds markers with arguments.
* 2007-11-29 David Smith <dsmith@redhat.com>dsmith2007-11-291-17/+21
| | | | | | * systemtap.base/marker.exp: Gets marker list from Module.markers. K_MARKER03 is always run since it is designed to fail.
* 2007-11-15 David Smith <dsmith@redhat.com>dsmith2007-11-151-263/+4
| | | | | * systemtap.base/marker.exp: Removed 'module("foo").mark("bar")' tests since that facility was removed.
* 2007-09-25 David Smith <dsmith@redhat.com>dsmith2007-09-251-1/+2
| | | | | * systemtap.base/marker.exp: Improved regexp to work correctly on kernels with no markers.
* 2007-09-25 David Smith <dsmith@redhat.com>dsmith2007-09-251-7/+37
| | | | | * systemtap.base/marker.exp: Updated for the 9/18/2007 markers patch.
* 2007-05-24 David Smith <dsmith@redhat.com>dsmith2007-05-241-27/+78
| | | | | | | PR4446 * systemtap.base/marker.exp: Renumbered tests and added new tests for invalid argument name ("$foo1") and writing to marker arguments.
* 2007-05-23 David Smith <dsmith@redhat.com>dsmith2007-05-231-0/+331
PR4446 * systemtap.base/marker.exp: Added new marker test. * buildok/marker.stp: Removed old marker test.