]> sourceware.org Git - systemtap.git/commit
stapdyn: separate enter_dyninst_uprobe_regs
authorJosh Stone <jistone@redhat.com>
Wed, 22 May 2013 23:14:18 +0000 (16:14 -0700)
committerJosh Stone <jistone@redhat.com>
Wed, 22 May 2013 23:14:18 +0000 (16:14 -0700)
commit3debb935ae062df047be2563b7b7dcc0bdfd2d83
treec5e91ac1df28b3384e2a2856a35c648b1fdab4af
parente481ab2e8fa454f877043e7f595dd6680aa4d4e8
stapdyn: separate enter_dyninst_uprobe_regs

That function calls enter_dyninst_uprobe, which is only defined when
uprobes are active, so we have a weak binding in place.  By instead
splitting this into a new file, which is only included when uprobes are
known to be active, it doesn't need the weak reference.
runtime/dyninst/uprobes-regs.c [new file with mode: 0644]
runtime/dyninst/uprobes.c
tapsets.cxx
This page took 0.026549 seconds and 5 git commands to generate.