| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/systemtap/ |
| H A D | 0001-Do-not-let-configure-write-a-python-location-into-th.patch | 4 Subject: [PATCH] Do not let configure write a python location into the dtrace 10 dtrace.in | 2 +- 13 diff --git a/dtrace.in b/dtrace.in 15 --- a/dtrace.in 16 +++ b/dtrace.in
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | Makefile.am | 45 EXTRA_DIST = buildatoms BuiltInAtoms Xserver.d Xserver-dtrace.h.in 53 BUILT_SOURCES = Xserver-dtrace.h 55 Xserver-dtrace.h: $(srcdir)/Xserver.d 57 || cp Xserver-dtrace.h.in $@ 63 dtrace-dix.o: $(top_srcdir)/dix/Xserver.d libdix.la 69 dix.O: dtrace-dix.o libdix.la 73 CLEANFILES = Xserver-dtrace.h
|
| H A D | Xserver-dtrace.h.in | 24 * Generated by dtrace(1M), and then modified for backwards compatibility 25 * with older versions of dtrace. Used if dtrace -h fails. 26 * (Since _ENABLED support was added after dtrace -h, this assumes if 27 * dtrace -h fails, _ENABLED will too.)
|
| H A D | Makefile.in | 647 EXTRA_DIST = buildatoms BuiltInAtoms Xserver.d Xserver-dtrace.h.in 654 @XSERVER_DTRACE_TRUE@BUILT_SOURCES = Xserver-dtrace.h 656 CLEANFILES = Xserver-dtrace.h 1098 @XSERVER_DTRACE_TRUE@Xserver-dtrace.h: $(srcdir)/Xserver.d 1100 @XSERVER_DTRACE_TRUE@ || cp Xserver-dtrace.h.in $@ 1103 @SPECIAL_DTRACE_OBJECTS_TRUE@dtrace-dix.o: $(top_srcdir)/dix/Xserver.d libdix.la 1105 @SPECIAL_DTRACE_OBJECTS_TRUE@dix.O: dtrace-dix.o libdix.la
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78/ |
| H A D | 0003-Do-not-check-binaries-after-build.patch | 40 js_option('--enable-dtrace', help='Build with dtrace support') 42 dtrace = check_header('sys/sdt.h', when='--enable-dtrace',
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | Makefile.am | 61 dtrace.o: $(top_srcdir)/dix/Xserver.d libos.la 67 os.O: dtrace.o libos.la 68 $(AM_V_GEN)ld -r -o $@ dtrace.o .libs/*.o
|
| H A D | Makefile.in | 1003 @SPECIAL_DTRACE_OBJECTS_TRUE@dtrace.o: $(top_srcdir)/dix/Xserver.d libos.la 1005 @SPECIAL_DTRACE_OBJECTS_TRUE@os.O: dtrace.o libos.la 1006 @SPECIAL_DTRACE_OBJECTS_TRUE@ $(AM_V_GEN)ld -r -o $@ dtrace.o .libs/*.o
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-91/ |
| H A D | 0002-moz.configure-do-not-look-for-llvm-objdump.patch | 43 option("--enable-dtrace", help="Build with dtrace support")
|
| /OK3568_Linux_fs/external/xserver/doc/ |
| H A D | Makefile.am | 1 SUBDIRS = dtrace subdir
|
| H A D | Makefile.in | 575 SUBDIRS = dtrace
|
| /OK3568_Linux_fs/buildroot/package/libmemcached/ |
| H A D | libmemcached.mk | 13 LIBMEMCACHED_CONF_OPTS = --disable-dtrace
|
| /OK3568_Linux_fs/buildroot/package/nodejs/ |
| H A D | nodejs.mk | 39 --without-dtrace \ 94 --without-dtrace \
|
| /OK3568_Linux_fs/buildroot/package/netatalk/ |
| H A D | netatalk.mk | 32 --with-dtrace=no \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/ |
| H A D | systemtap_git.bb | 64 ${bindir}/dtrace \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/tigervnc/ |
| H A D | tigervnc_1.11.0.bb | 72 --without-dtrace \
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | rules.flags | 17 --without-dtrace \
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | configure.ac | 96 dnl Check for dtrace program (needed to build Xserver dtrace probes) 98 dnl ISDN trace program named dtrace 99 AC_ARG_WITH(dtrace, AS_HELP_STRING([--with-dtrace=PATH], optwith 100 [Enable dtrace probes (default: enabled if dtrace found)]), 103 AC_PATH_PROG(DTRACE, [dtrace], [not_found], [$PATH:/usr/sbin]) 106 AC_MSG_FAILURE([dtrace requested but not found]) 120 # Solaris/OpenSolaris require dtrace -G to build dtrace probe information into 123 # some releases (like Tiger), will error out on dtrace -G. For now, other 2479 doc/dtrace/Makefile
|
| H A D | configure | 21884 set dummy dtrace; ac_word=$2 34125 "doc/dtrace/Makefile") CONFIG_FILES="$CONFIG_FILES doc/dtrace/Makefile" ;;
|
| H A D | ChangeLog | 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 [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ruby/ |
| H A D | ruby_3.1.3.bb | 67 --disable-dtrace \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/ |
| H A D | nodejs_16.19.1.bb | 144 --without-dtrace \
|
| /OK3568_Linux_fs/external/xserver/doc/dtrace/ |
| H A D | Makefile.in | 113 subdir = doc/dtrace 625 $(AUTOMAKE) --foreign doc/dtrace/Makefile
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pcp/ |
| H A D | pcp_5.3.6.bb | 4 …ke-qt4 xconfirm true gmake xz dblatex hdiutil rpm bzip2 which mkinstallp dtrace seinfo qmake-qt5 g…
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | pre-generated-old-configure.patch | 63 + --enable-dtrace build with dtrace support if available (default=no)" 5457 +# Check whether --enable-dtrace or --disable-dtrace was given. 5465 …ho "configure: error: Option, dtrace, does not take an argument ($enableval)." 1>&2; echo "configu… 5514 + { echo "configure: error: dtrace enabled but sys/sdt.h not found" 1>&2; echo "configure: err… 8982 + '--enable-dtrace',
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 4823 'dtrace' for listing 'DTrace' probes. If omitted all probes are
|