-
- Downloads
Enable probes to work with Mac OS X Leopard and other OSes that will
support DTrace in the future. Switch from using DTRACE_PROBEn macros to the dynamically generated macros. Use "dtrace -h" to create a header file that contains the dynamically generated macros to be used in the source code instead of the DTRACE_PROBEn macros. A dummy header file is generated for builds without DTrace support. Author: Robert Lor <Robert.Lor@sun.com>
Showing
- src/backend/Makefile 13 additions, 2 deletionssrc/backend/Makefile
- src/backend/access/transam/xact.c 5 additions, 4 deletionssrc/backend/access/transam/xact.c
- src/backend/storage/lmgr/lock.c 4 additions, 3 deletionssrc/backend/storage/lmgr/lock.c
- src/backend/storage/lmgr/lwlock.c 8 additions, 7 deletionssrc/backend/storage/lmgr/lwlock.c
- src/backend/utils/Gen_dummy_probes.sed 16 additions, 0 deletionssrc/backend/utils/Gen_dummy_probes.sed
- src/backend/utils/Makefile 13 additions, 3 deletionssrc/backend/utils/Makefile
- src/include/Makefile 2 additions, 2 deletionssrc/include/Makefile
- src/include/c.h 1 addition, 2 deletionssrc/include/c.h
- src/include/pg_trace.h 2 additions, 39 deletionssrc/include/pg_trace.h
Loading
Please register or sign in to comment