Home
last modified time | relevance | path

Searched refs:PATH (Results 1 – 25 of 25) sorted by relevance

/tools/testing/selftests/rcutorture/bin/
A Dkvm-recheck-refscale.sh20 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
A Dkvm-recheck-rcuscale.sh20 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
A Dkvm-end-run-stats.sh25 PATH=${RCUTORTURE}/bin:$PATH; export PATH
A Dkvm-check-branches.sh53 PATH=${RCUTORTURE}/bin:$PATH; export PATH
A Dsrcu_lockdep.sh23 PATH=${RCUTORTURE}/bin:$PATH; export PATH
A Dkvm-recheck.sh21 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
A Dkvm-again.sh50 PATH=${RCUTORTURE}/bin:$PATH; export PATH
A Dkvm.sh28 PATH=${RCUTORTURE}/bin:$PATH; export PATH
411 PATH="$PATH"; export PATH
A Dkvm-remote.sh23 PATH=${RCUTORTURE}/bin:$PATH; export PATH
242 …ssh -o BatchMode=yes "$i" "cd \"$resdir/$ds\"; touch remote.run; PATH=\"$T/bin:$PATH\" nohup kvm-r…
A Dtorture.sh17 PATH=${RCUTORTURE}/bin:$PATH; export PATH
/tools/testing/selftests/bpf/
A Dtest_bpftool.sh10 export PATH=$SCRIPT_DIR:$BPFTOOL_INSTALL_PATH:$PATH
A DREADME.rst85 If you want to change pahole and llvm, you can change `PATH` environment
/tools/bpf/bpftool/Documentation/
A Dbpftool-iter.rst26 | **bpftool** **iter pin** *OBJ* *PATH* [**map** *MAP*]
34 bpftool iter pin *OBJ* *PATH* [map *MAP*]
40 The *pin* command creates a bpf iterator from *OBJ*, and pin it to *PATH*.
41 The *PATH* should be located in *bpffs* mount. It must not contain a dot
49 User can then *cat PATH* to see the bpf iterator output.
A Dbpftool-prog.rst34 | **bpftool** **prog** { **load** | **loadall** } *OBJ* *PATH* [**type** *TYPE*] [**map** { **idx**…
131 bpftool prog { load | loadall } *OBJ* *PATH* [type *TYPE*] [map { idx *IDX* | name *NAME* } *MAP*] …
132 Load bpf program(s) from binary *OBJ* and pin as *PATH*. **bpftool prog
133 load** pins only the first program from the *OBJ* as *PATH*. **bpftool prog
134 loadall** pins all programs from the *OBJ* under *PATH* directory. **type**
163 Note: *PATH* must be located in *bpffs* mount. It must not contain a dot
243 (therefore, the *PATH* must not be provided).
/tools/testing/ktest/examples/
A Dsnowball.conf15 MAKE_CMD = PATH=/usr/local/gcc-4.5.2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-u…
A Dcrosstests.conf78 MAKE_CMD = PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make AR…
/tools/testing/selftests/hid/
A Dvmtest.sh115 export PATH=$PATH:/bin
/tools/perf/trace/beauty/
A Dopen_flags.c59 P_FLAG(PATH); in open__scnprintf_flags()
/tools/testing/selftests/net/
A Dlib.sh146 PATH=$PWD:$PATH
A Dfcnal-test.sh42 PATH=$PWD:$PWD/tools/testing/selftests/net:$PATH
/tools/perf/Documentation/
A Dperf-daemon.txt54 --config=<PATH>::
58 --base=<PATH>::
A Dperf-probe.txt37 --vmlinux=PATH::
43 --module=MODNAME|PATH::
50 --source=PATH::
139 --exec=PATH::
A Dperf-record.txt558 --vmlinux=PATH::
/tools/testing/selftests/wireguard/qemu/
A DMakefile273 export PATH := $(TOOLCHAIN_PATH)/bin:$(PATH) macro
278 export PATH := $(TOOLCHAIN_PATH)/bin/ccache:$(PATH) macro
/tools/testing/ktest/
A Dktest.pl4219 my @paths = split /:/, $ENV{PATH};

Completed in 27 milliseconds