Searched refs:LD_PRELOAD (Results 1 – 25 of 88) sorted by relevance
1234
/third_party/pulseaudio/src/utils/ |
D | padsp.in | 76 if [ x"$LD_PRELOAD" = x ] ; then 77 LD_PRELOAD="@PULSEDSP_LOCATION@/libpulsedsp.so" 79 LD_PRELOAD="$LD_PRELOAD @PULSEDSP_LOCATION@/libpulsedsp.so" 82 export LD_PRELOAD
|
/third_party/mesa3d/src/broadcom/drm-shim/ |
D | README.md | 7 LD_PRELOAD=$prefix/lib/libv3d_drm_shim.so`. The v3dv3 version exposed 16 LD_PRELOAD=$prefix/lib/libv3d_noop_drm_shim.so`. This will be a V3D 25 LD_PRELOAD=$prefix/lib/libvc4_noop_drm_shim.so`. This will be a VC4
|
/third_party/libunwind/tests/ |
D | perf-startup | 10 nsec2=$(LD_PRELOAD=$LIBUNWIND ./forker 2000 /bin/true | cut -f1 -d' ') 13 nsec3=$(LD_PRELOAD=$LIBUNWIND_PLAT ./forker 2000 /bin/true | cut -f1 -d' ')
|
/third_party/mesa3d/src/intel/tools/ |
D | intel_stub_gpu.in | 68 ld_preload="@install_libdir@/libintel_noop_drm_shim.so${LD_PRELOAD:+:$LD_PRELOAD}" 70 LD_PRELOAD=$ld_preload INTEL_STUB_GPU_PLATFORM=$platform exec "$@"
|
/third_party/protobuf/kokoro/linux/benchmark/ |
D | run.sh | 45 env LD_PRELOAD="$oldpwd/gperftools/.libs/libtcmalloc.so" LD_LIBRARY_PATH="$oldpwd/src/.libs" ./pyth… 48 env LD_PRELOAD="$oldpwd/gperftools/.libs/libtcmalloc.so" LD_LIBRARY_PATH="$oldpwd/src/.libs" ./pyth… 65 env LD_PRELOAD="$oldpwd/gperftools/.libs/libtcmalloc.so" ./cpp-benchmark --benchmark_min_time=5.0 -…
|
/third_party/curl/tests/data/ |
D | test868 | 50 # we try to use the LD_PRELOAD hack, if not a debug build 51 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
D | test877 | 41 # we try to use the LD_PRELOAD hack, if not a debug build 42 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
D | test873 | 50 # we try to use the LD_PRELOAD hack, if not a debug build 51 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
D | test822 | 48 # we try to use the LD_PRELOAD hack, if not a debug build 49 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
D | test827 | 49 # we try to use the LD_PRELOAD hack, if not a debug build 50 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
D | test906 | 40 # we try to use the LD_PRELOAD hack, if not a debug build 41 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
D | test831 | 40 # we try to use the LD_PRELOAD hack, if not a debug build 41 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
D | test921 | 40 # we try to use the LD_PRELOAD hack, if not a debug build 41 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
D | test880 | 53 # we try to use the LD_PRELOAD hack, if not a debug build 54 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
D | test834 | 51 # we try to use the LD_PRELOAD hack, if not a debug build 52 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
D | test933 | 40 # we try to use the LD_PRELOAD hack, if not a debug build 41 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
D | test936 | 46 # we try to use the LD_PRELOAD hack, if not a debug build 47 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
D | test159 | 59 # we try to use the LD_PRELOAD hack, if not a debug build 60 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
D | test2032 | 85 # we try to use the LD_PRELOAD hack, if not a debug build 86 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
D | test81 | 72 # we try to use the LD_PRELOAD hack, if not a debug build 73 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
D | test67 | 72 # we try to use the LD_PRELOAD hack, if not a debug build 73 LD_PRELOAD=%PWD/libtest/.libs/libhostname.so
|
/third_party/alsa-utils/alsaucm/ |
D | go.sh | 10 LD_PRELOAD="$HOME/alsa/alsa-lib/src/.libs/libasound.so" \
|
/third_party/alsa-utils/amixer/ |
D | go | 9 LD_PRELOAD="$HOME/hg/alsa-lib/src/.libs/libasound.so" \
|
/third_party/alsa-utils/alsamixer/ |
D | go | 9 LD_PRELOAD="$HOME/hg/alsa-lib/src/.libs/libasound.so" \
|
/third_party/gstreamer/gstreamer/docs/random/ensonic/ |
D | profiling.txt | 131 LD_PRELOAD=libgstperfmon.so GST_PERFMON_DETAILS="qos-ratio,cpu-load=all" <application> 132 LD_PRELOAD=libgstperfmon.so GST_PERFMON_DETAILS="qos-ratio,cpu-load=sum" <application> 133 LD_PRELOAD=libgstperfmon.so GST_PERFMON_DETAILS="*" <application>
|
1234