Home
last modified time | relevance | path

Searched refs:PWD (Results 1 – 23 of 23) sorted by relevance

/linux/tools/perf/tests/shell/
H A Dtest_java_symbol.sh25 if [ -e "$PWD/tools/perf/libperf-jvmti.so" ]; then
26 LIBJVMTI=$PWD/tools/perf/libperf-jvmti.so
27 elif [ -e "$PWD/libperf-jvmti.so" ]; then
28 LIBJVMTI=$PWD/libperf-jvmti.so
/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_build.sh19 SCRIPT_REL_PATH=$(realpath --relative-to=$PWD $0)
21 KDIR_ROOT_DIR=$(realpath $PWD/$SCRIPT_REL_DIR/../../../../)
50 echo -e "\$PWD: $PWD"
77 echo -e "\$PWD: $PWD"
H A Dtest_doc_build.sh13 if [ ! -e $PWD/$SCRIPT_REL_DIR/Makefile ]; then
19 make -s -C $PWD/$SCRIPT_REL_DIR $tgt;
H A Dvmtest.sh434 O="$(realpath "${PWD}/${O}")"
440 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"
/linux/tools/testing/nvdimm/
H A DMakefile5 $(MAKE) -C $(KDIR) M=$$PWD
8 $(MAKE) -C $(KDIR) M=$$PWD modules_install
/linux/tools/testing/crypto/chacha20-s390/
H A DMakefile10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules
12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
/linux/tools/testing/selftests/hid/
H A Dvmtest.sh254 O="$(realpath "${PWD}/${O}")"
260 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"
/linux/tools/scripts/
H A DMakefile.include4 $(if $(shell cd $(PWD); test -d $(O) || echo $(O)),$(error O=$(O) does not exist),)
5 ABSOLUTE_O := $(shell cd $(PWD); cd $(O) ; pwd)
/linux/tools/testing/selftests/ftrace/test.d/
H A Dfunctions204 if mount | grep -qw "$PWD"; then
205 mount_point=$PWD
207 # If PWD doesn't work, that is an environmental problem.
/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile5 PWD := $(shell pwd) macro
8 KERNEL_PATH ?= $(PWD)/../../../../..
9 BUILD_PATH ?= $(PWD)/build/$(ARCH)
10 DISTFILES_PATH ?= $(PWD)/distfiles
280 export CCACHE_DIR ?= $(PWD)/ccache
/linux/tools/testing/ktest/examples/include/
H A Ddefaults.conf33 THIS_DIR := ${PWD}
/linux/tools/perf/
H A DMakefile38 FULL_O := $(shell cd $(PWD); readlink -f $(O) || echo $(O))
/linux/Documentation/translations/zh_CN/core-api/
H A Dsymbol-namespaces.rst144 $ make -C <path_to_kernel_src> M=$PWD nsdeps
/linux/tools/power/x86/turbostat/
H A DMakefile51 @echo PWD=. > $(SNAPSHOT)/Makefile
/linux/tools/testing/ktest/examples/
H A Dcrosstests.conf27 THIS_DIR := ${PWD}
/linux/Documentation/admin-guide/
H A Djava.rst101 CLASSDIR=$PWD
109 CLASSDIR=$PWD
/linux/Documentation/bpf/
H A Ds390.rst124 INSTALL_PATH=$PWD/tools/testing/selftests/kselftest_install \
/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh971 wait_inotify $PWD/cpuset.cpus.partition $PRS &
/linux/Documentation/core-api/
H A Dsymbol-namespaces.rst156 $ make -C <path_to_kernel_src> M=$PWD nsdeps
/linux/Documentation/translations/it_IT/core-api/
H A Dsymbol-namespaces.rst165 $ make -C <path_to_kernel_src> M=$PWD nsdeps
/linux/Documentation/filesystems/
H A D9p.rst91 $ diod -f -n -d 0 -S -l 0.0.0.0:9999 -e $PWD
/linux/tools/testing/selftests/net/
H A Dfcnal-test.sh42 PATH=$PWD:$PWD/tools/testing/selftests/net:$PATH
/linux/Documentation/scsi/
H A DChangeLog.lpfc282 KERNELVERSION and BASEINCLUDE values. Use $(PWD) consistently.