Searched refs:PATH (Results 1 – 25 of 25) sorted by relevance
20 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
25 PATH=${RCUTORTURE}/bin:$PATH; export PATH
53 PATH=${RCUTORTURE}/bin:$PATH; export PATH
23 PATH=${RCUTORTURE}/bin:$PATH; export PATH
21 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
50 PATH=${RCUTORTURE}/bin:$PATH; export PATH
28 PATH=${RCUTORTURE}/bin:$PATH; export PATH411 PATH="$PATH"; export PATH
23 PATH=${RCUTORTURE}/bin:$PATH; export PATH242 …ssh -o BatchMode=yes "$i" "cd \"$resdir/$ds\"; touch remote.run; PATH=\"$T/bin:$PATH\" nohup kvm-r…
17 PATH=${RCUTORTURE}/bin:$PATH; export PATH
10 export PATH=$SCRIPT_DIR:$BPFTOOL_INSTALL_PATH:$PATH
85 If you want to change pahole and llvm, you can change `PATH` environment
26 | **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 dot49 User can then *cat PATH* to see the bpf iterator output.
34 | **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 prog133 load** pins only the first program from the *OBJ* as *PATH*. **bpftool prog134 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 dot243 (therefore, the *PATH* must not be provided).
15 MAKE_CMD = PATH=/usr/local/gcc-4.5.2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-u…
78 MAKE_CMD = PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make AR…
115 export PATH=$PATH:/bin
59 P_FLAG(PATH); in open__scnprintf_flags()
146 PATH=$PWD:$PATH
42 PATH=$PWD:$PWD/tools/testing/selftests/net:$PATH
54 --config=<PATH>::58 --base=<PATH>::
37 --vmlinux=PATH::43 --module=MODNAME|PATH::50 --source=PATH::139 --exec=PATH::
558 --vmlinux=PATH::
273 export PATH := $(TOOLCHAIN_PATH)/bin:$(PATH) macro278 export PATH := $(TOOLCHAIN_PATH)/bin/ccache:$(PATH) macro
4219 my @paths = split /:/, $ENV{PATH};
Completed in 27 milliseconds