]> sourceware.org Git - systemtap.git/commit
PR10026: Read marker/tracepoint args directly
authorJosh Stone <jistone@redhat.com>
Mon, 6 Apr 2009 23:11:30 +0000 (16:11 -0700)
committerJosh Stone <jistone@redhat.com>
Mon, 6 Apr 2009 23:48:11 +0000 (16:48 -0700)
commit3e3bd7b6b9dd2ba282990f39d60e3ad5ecfec023
treef103f40f27ccc9ef67cd9780a7bb307a7d43bb53
parentb4c34c261909065b97dfccfd6df996897457193c
PR10026: Read marker/tracepoint args directly

We already stash the context variables for markers and tracepoints into
the locals for the probe body, but then we were using separate functions
to read those locals for each particular probe body.

This patch instead teaches the unparser how to emit the local name
directly for those context variables.  The resulting code from the
translator is much simpler now.
elaborate.cxx
elaborate.h
staptree.h
tapsets.cxx
translate.cxx
This page took 0.029398 seconds and 5 git commands to generate.