| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* tapset-mark.cxx (visit_target_symbol_context): Add $$vars/$$parms.
* testsuite/systemtap.base/marker.exp : Test case.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
pipe/zombie cleanup"
This reverts commit 7938bd829dfd82c40b35d536b5913e666c1454d2.
|
|
|
|
| |
cleanup
|
|
|
|
| |
* systemtap.base/marker.exp: Added better path to Module.markers.
|
|
|
|
|
| |
* systemtap.base/marker.exp: Added tests for marker probe
".format" component.
|
|
|
|
|
|
| |
PR 4446.
* systemtap.base/marker.exp: Added tests for marker "$format"
variable.
|
|
|
|
|
|
| |
PR 5608.
* systemtap.base/marker.exp: Added 2 tests for treating marker
arguments incorrectly.
|
|
|
|
|
| |
* systemtap.base/marker.exp: Improved regexp that finds markers
with arguments.
|
|
|
|
|
|
| |
* systemtap.base/marker.exp: Gets marker list from
Module.markers. K_MARKER03 is always run since it is designed to
fail.
|
|
|
|
|
| |
* systemtap.base/marker.exp: Removed 'module("foo").mark("bar")'
tests since that facility was removed.
|
|
|
|
|
| |
* systemtap.base/marker.exp: Improved regexp to work correctly on
kernels with no markers.
|
|
|
|
|
| |
* systemtap.base/marker.exp: Updated for the 9/18/2007 markers
patch.
|
|
|
|
|
|
|
| |
PR4446
* systemtap.base/marker.exp: Renumbered tests and added new tests
for invalid argument name ("$foo1") and writing to marker
arguments.
|
|
PR4446
* systemtap.base/marker.exp: Added new marker test.
* buildok/marker.stp: Removed old marker test.
|