]> sourceware.org Git - systemtap.git/commit
stapdyn: Big refactoring
authorJosh Stone <jistone@redhat.com>
Tue, 16 Oct 2012 23:11:07 +0000 (16:11 -0700)
committerJosh Stone <jistone@redhat.com>
Tue, 16 Oct 2012 23:18:10 +0000 (16:18 -0700)
commitfce2d17155315bceeb67ab334da54f4352681db1
treedb20c3bcb9cc432aca30c22a338352841de60951
parent1cdda92dd325e00f86e5f554c813e4e88fec5c51
stapdyn: Big refactoring

The main additions are the "mutator" class working with the overall
session, and the "mutatee" class working with the individual targets.
This is a bit of code churn, with no functional change, but it should
make it easier to keep track of our current state and add new features.
13 files changed:
stapdyn/Makefile.am
stapdyn/Makefile.in
stapdyn/dynprobe.cxx [new file with mode: 0644]
stapdyn/dynprobe.h [new file with mode: 0644]
stapdyn/dynsdt.cxx
stapdyn/dynutil.cxx
stapdyn/dynutil.h
stapdyn/mutatee.cxx [new file with mode: 0644]
stapdyn/mutatee.h [new file with mode: 0644]
stapdyn/mutator.cxx [new file with mode: 0644]
stapdyn/mutator.h [new file with mode: 0644]
stapdyn/stapdyn.cxx
util.h
This page took 0.027237 seconds and 5 git commands to generate.