Lines Matching refs:dtrace
13648 dix: unbreak --with-dtrace (default) on FreeBSD 11.1+
13651 /usr/sbin/dtrace -G -C -o dtrace-dix.o -s ../dix/Xserver.d .libs/atom.o ...
13652 dtrace: failed to compile script ../dix/Xserver.d: line 26: useless declaration
13653 gmake[2]: *** [Makefile:1007: dtrace-dix.o] Error 1
18173 tests: Fix without-dtrace build
24859 case redundant with the dtrace dispatch hooks. Neither is there any
29615 --with-dtrace.
37201 Get rid of const warnings in XSERVER_INPUT_EVENT dtrace probe calls
37203 Use typedefs to work around dtrace dropping const qualifiers from probe
37204 arguments when generating Xserver-dtrace.h. Add new probes.h header to
37205 avoid having to replicate these typedefs in every file with dtrace probes.
41281 The dtrace code in the server wants to log the name of each executed
69886 manually, thus forcing linkage with the dtrace-generated objects.
69888 Fixing this by packaging up the dtrace-generated files as part of
69890 always force linkage against the DIX_LIB/OS_LIB in the case of dtrace objects.
77447 Merge branch 'dtrace-input-abi' into for-keith
77453 dix: add dtrace probes to input API
77456 submitted an event to the server. dtrace hooks can help here.
79459 dix: Tune dtrace hooks around Dispatch
88549 dtrace: fix typo in title
88561 dtrace: use docbook copyright markup for copyright holder
90922 As a side effect, since the dtrace objects are now being linked
101682 (--with-dtrace):
103170 DOC: Only build dtrace documentation with --enable-docs
107344 The dtrace doc was recently added in commit
107469 at http://people.freedesktop.org/~alanc/dtrace/ and converted to
117977 dtrace: Add Xserver-dtrace.h to CLEANFILES
118002 Fix dtrace object builds of libos to link with SHA1_LIBS
120605 Fixes build with dtrace probes on Solaris after efacd7bfd08ffc0725de6f639c6afbf3b2f6c9fe
121230 Fix build of unit tests when dtrace probes are enabled
121232 ar loses the dtrace probe magic when building static libraries, so we
121233 have to link with the .O files in order to resolve the dtrace probe symbols.
136774 Fix linking of Xorg with dtrace probes on Solaris
153884 Restore include & typedef needed by dtrace
154717 Check for <sys/sdt.h> as well when determining to enable dtrace probes
154719 Avoids auto-detecting dtrace is present on systems with the ISDN trace tool
154720 named dtrace installed, but not the dynamic tracing facility named dtrace
160442 XDarwin: Disable dtrace support on Darwin 9 (since it doesn't work ... yet ...)
162508 Build system: Non-dtrace distcheck hacks
163524 Split checks for dtrace & getpeerucred()
171066 See http://people.freedesktop.org/~alanc/dtrace/ for more details