]> sourceware.org Git - systemtap.git/commit - cache.cxx
Add configure --disable-sdt-probes
authorJosh Stone <jistone@redhat.com>
Tue, 30 Nov 2010 00:16:22 +0000 (16:16 -0800)
committerJosh Stone <jistone@redhat.com>
Tue, 30 Nov 2010 00:16:22 +0000 (16:16 -0800)
commit0f5d597da84297c747e2be01a5bfba69bff88ca3
tree0b99f3b23af9d72e17a9255ba0e4e56263185464
parent4fecb8a2bbe54379cf7d2b83f838c0166c565861
Add configure --disable-sdt-probes

This new option turns off SDT markers in our own binaries.  This doesn't
change the ability to probe SDT in other applications.

* configure.ac: Add --disable-sdt-probes.
* runtime/staprun/configure.ac: Ditto.
* includes/stap-probe.h: Define PROBE[N] depending on ENABLE_SDT_PROBES.
* *.cxx, runtime/staprun/*.[ch]: Use the indirect PROBE macros instead
  of STAP_PROBE, so SDT can be disabled.
* (everything else): Regenerated with autoreconf.
  (The change is bigger due to my newer autotools on F14 -- sorry...)
28 files changed:
Makefile.in
aclocal.m4
cache.cxx
config.in
configure
configure.ac
csclient.cxx
doc/Makefile.in
doc/SystemTap_Tapset_Reference/Makefile.in
doc/beginners/Makefile.in
grapher/Makefile.in
includes/stap-probe.h [new file with mode: 0644]
main.cxx
runtime/staprun/Makefile.in
runtime/staprun/aclocal.m4
runtime/staprun/common.c
runtime/staprun/config.in
runtime/staprun/configure
runtime/staprun/configure.ac
runtime/staprun/mainloop.c
runtime/staprun/staprun.c
runtime/staprun/staprun.h
runtime/staprun/staprun_funcs.c
session.cxx
tapsets.cxx
testsuite/aclocal.m4
testsuite/configure
util.cxx
This page took 0.095171 seconds and 5 git commands to generate.