[PATCH 0/2] V2 stopwatch.stp tapset

William Cohen wcohen@redhat.com
Tue Jan 31 15:51:00 GMT 2012


I have incorporated Frank's comments into the stopwatch tapset API.
The patches are in the same format as before. The first patch is the
actual tapset and inclusion into the documentation. The second patch
is an example script that will exercise the stopwatch tapset.

William Cohen (2):
  Add the stopwatch.stp tapset
  Example to exercise stopwatch.stp tapset

 doc/SystemTap_Tapset_Reference/tapsets.tmpl        |    1 +
 tapset/stopwatch.stp                               |  126 ++++++++++++++++++++
 .../systemtap.examples/general/stopwatches.meta    |   13 ++
 .../systemtap.examples/general/stopwatches.stp     |   67 +++++++++++
 4 files changed, 207 insertions(+), 0 deletions(-)
 create mode 100644 tapset/stopwatch.stp
 create mode 100644 testsuite/systemtap.examples/general/stopwatches.meta
 create mode 100755 testsuite/systemtap.examples/general/stopwatches.stp



More information about the Systemtap mailing list