]> sourceware.org Git - systemtap.git/commit
Simplify tracepoint registrations
authorJosh Stone <jistone@redhat.com>
Thu, 12 Mar 2009 17:11:59 +0000 (10:11 -0700)
committerJosh Stone <jistone@redhat.com>
Thu, 12 Mar 2009 17:24:45 +0000 (10:24 -0700)
commit96b030fe8a0bb0297d23638e2975a3e9eb2b85b6
treea72781bcd441c9f4237d70f5464dd2af076846c5
parent6769e48794cfbeda3957f691077fb9d65f3e87bc
Simplify tracepoint registrations

Instead of registering tracepoints with the deeply-nested if-tree, which
was cluttering the module_init/exit, this now emits normalized reg/unreg
functions for each tracepoint probes.  Now the module_init/exit can be a
simple loop like all of the other probe types.
tapsets.cxx
This page took 0.025032 seconds and 5 git commands to generate.