]> sourceware.org Git - systemtap.git/commit
tracepoints: Add support for CONDITION events
authorJosh Stone <jistone@redhat.com>
Tue, 11 Oct 2011 23:55:59 +0000 (16:55 -0700)
committerJosh Stone <jistone@redhat.com>
Wed, 12 Oct 2011 00:18:32 +0000 (17:18 -0700)
commit832f100d34c6e16222b5a380fbc87270c9cc488e
tree9ac2fb4a6edeeb613fddf9c0260c51ddd331f004
parenta52d2ac00e1452cc3d2870f60523067ba766a791
tracepoints: Add support for CONDITION events

These are events that check a condition before raising callbacks, but
take no hit for the condition when not tracing.  We don't have to do
anything special in stap except handle the new macro, as the condition
is handled at the trace site.

* tapsets.cxx (tracepoint_builder::get_tracequery_modules): Add a
  definition for DECLARE_TRACE_CONDITION.  Also settle the macro-
  arg wrappers to PARAMS().
tapsets.cxx
This page took 0.02319 seconds and 5 git commands to generate.