This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] V2 stopwatch.stp tapset


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]