]> sourceware.org Git - systemtap.git/commit
Put common probe and session context state definitions in their own files.
authorMark Wielaard <mjw@redhat.com>
Fri, 29 Jul 2011 11:35:06 +0000 (13:35 +0200)
committerMark Wielaard <mjw@redhat.com>
Fri, 29 Jul 2011 11:35:06 +0000 (13:35 +0200)
commita34a9fe036c9c6f06452eb893590a6984949dc95
tree11f47e63b5950b5e931a69b76b8c1c444ee72e19
parentfcb496ceac00d00e611a2e98080820f81aef0b1c
Put common probe and session context state definitions in their own files.

translate.cxx contained code to produce the common probe and session
context state as C code snippets. Large parts were not dependent on the
session state at all, so they really were just static blobs of C code
wrapped in c++ io stream operators. These have been put in their own
C runtime header files (common_session_state.h, common_probe_context.h
and runtime_defines.h) to make it easier to edit and document.
runtime/common_probe_context.h [new file with mode: 0644]
runtime/common_session_state.h [new file with mode: 0644]
runtime/regs.h
runtime/runtime_defines.h [new file with mode: 0644]
translate.cxx
This page took 0.028127 seconds and 5 git commands to generate.