Home
last modified time | relevance | path

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

12

/spdk/scripts/perf/pm/
H A Dcollect-cpu-load16 Usage: $0 [-h] [-c count] [-d dir] [-l] [-p prefix] [cpu0 cpu1 ...]
23 -p - Add prefix to saved files.
50 prefix=""
61 p) prefix=$OPTARG ;;
68 declare -r log_file=${prefix:+${prefix}_}${0##*/}.pm.log
H A Dcollect-vmstat16 Usage: $0 [-h] [-c count] [-d dir] [-l] [-p prefix] [-r reprint_header_count]
23 -p - Add prefix to saved files.
110 prefix=""
122 p) prefix=$OPTARG ;;
129 declare -r log_file=${prefix:+${prefix}_}${0##*/}.pm.log
H A Dcollect-cpu-temp203 printf '%s\n' "${_ref[@]}" > "$PM_OUTPUTDIR/${prefix:+${prefix}_}$module.pm.txt"
206 "$PM_OUTPUTDIR/${prefix:+${prefix}_}$module.pm.txt"
215 Usage: $0 [-h] [-c count] [-d dir] [-l] [-p prefix] [-t interval] [module0 module1 ...]
222 -p - Add prefix to saved files.
239 prefix=""
250 p) prefix=$OPTARG ;;
258 declare -r log_file=${prefix:+${prefix}
[all...]
H A Dcollect-bmc-pm412 printf '%s\n' "$avg" > "$PM_OUTPUTDIR/${prefix:+${prefix}_}avg_${sensor}.bmc.pm.txt"
413 printf '%s\n' "${readings[@]}" > "$PM_OUTPUTDIR/${prefix:+${prefix}_}all_${sensor}.bmc.pm.txt"
414 printf 'Dumped avg to %s\n' "$PM_OUTPUTDIR/${prefix:+${prefix}_}avg_${sensor}.bmc.pm.txt" >&2
415 printf 'Dumped all to %s\n' "$PM_OUTPUTDIR/${prefix:+${prefix}_}all_${sensor}.bmc.pm.txt" >&2
445 …Usage: $0 [-h] [-d dir] [-i sdr|dcmi] [-s SENSOR_NAME] [-t interval] [-l] [-p prefix] [-c count] […
/spdk/scripts/
H A Darm_cross_compile.sh50 …./configure --host=aarch64-none-linux-gnu CC=aarch64-none-linux-gnu-gcc --prefix=$CROSS_COMPILE_DI…
117 …./Configure linux-aarch64 --prefix=$CROSS_COMPILE_DIR/openssl/build --cross-compile-prefix=aarch64…
189 …(cd ncurses && ./configure --host=aarch64-none-linux-gnu --prefix=$CROSS_COMPILE_DIR/ncurses_build…
234 ./configure --host=aarch64-none-linux-gnu --prefix=$CROSS_COMPILE_DIR/CUnit/build
260 …ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes ./configure --prefix=$SPDK_DIR/is…
313 …gnu-ld CFLAGS+=-I$DPDK_DIR/aarch64-build-gcc/include ./configure --cross-prefix=aarch64-none-linux…
H A Ddetect_cc.sh54 --cross-prefix=*)
H A Dcalc-iobuf.py26 prefix: str = '' variable in UserInput
H A Dcheck_format.sh357 echo "Please add this function to its corresponding map file and a public header or remove the spdk_ prefix."
382 Found $decltype declarations without the spdk_ prefix:
392 # There are still some enums without the spdk_ prefix. Once they're renamed, we can remove
/spdk/scripts/bpf/
H A Dtrace.py223 for prefix, event, value in self._parser:
225 if prefix == 'entries':
227 elif prefix == 'tsc_rate':
231 if (prefix, event) == ('tpoints', 'start_array'):
235 if (prefix, event) == ('tpoints', 'end_array'):
256 for prefix, event, value in self._parser:
257 if (prefix, event) == ('entries.item', 'start_map'):
261 if (prefix, event) == ('entries.item', 'end_map'):
/spdk/test/common/
H A Dautobuild_common.sh152 ./configure CFLAGS="-fPIC -g -O2" --enable-shared=yes --prefix="$isal_dir/build"
195 meson build-tmp --prefix="$external_dpdk_dir" --libdir lib \
314 $MAKE $MAKEFLAGS install DESTDIR="$SPDK_WORKSPACE" prefix=/usr
320 $MAKE $MAKEFLAGS uninstall DESTDIR="$SPDK_WORKSPACE" prefix=/usr
/spdk/lib/jsonrpc/
H A Djsonrpc_server.c49 jsonrpc_log(char *buf, const char *prefix) in jsonrpc_log() argument
60 spdk_log(g_rpc_log_level, NULL, 0, NULL, "%s%s\n", prefix, buf); in jsonrpc_log()
64 spdk_flog(g_rpc_log_file, NULL, 0, NULL, "%s%s\n", prefix, buf); in jsonrpc_log()
/spdk/test/app/fuzz/llvm_vfio_fuzz/
H A Dllvm_vfio_fuzz.c289 char prefix[PATH_MAX]; in start_fuzzer() local
295 snprintf(prefix, sizeof(prefix), "-artifact_prefix=%s", g_artifact_prefix); in start_fuzzer()
296 argv[argc - 4] = prefix; in start_fuzzer()
566 fprintf(stderr, " -P Provide a prefix to use when saving artifacts.\n"); in vfio_fuzz_usage()
/spdk/python/
H A DMakefile10 setup_cmd = pip install --prefix=$(CONFIG_PREFIX)
30 # So we cut the path to get the prefix (whatever it may be) and then we nuke
/spdk/test/common/config/pkgdep/
H A Dgit111 local prefix=${3:-}
117 if [[ -n $prefix ]]; then
118 repo_dir=$GIT_REPOS/qemu/$prefix-$branch
127 declare -a opt_params=("--prefix=/usr/local/qemu/${repo_dir##*/}")
146 if [[ $prefix == vanilla ]]; then
147 # Latest qemu seems to take sysconfdir from the prefix and instead of checking /etc
229 (cd "$GIT_REPOS/libiscsi" && ./autogen.sh && ./configure --prefix=/usr/local/libiscsi)
/spdk/scripts/pkgdep/
H A Darch.sh52 make install prefix=/usr -C /tmp/pmdk
/spdk/test/nvmf/
H A Dcommon.sh730 local prefix key digest
732 prefix="$1" key="$2" digest="$3"
738 print("$prefix:{:02x}:{}:".format($digest, b64), end="")
/spdk/test/blobstore/
H A Dbtest.out.match2 [ DPDK EAL parameters: blobcli --no-shconf -c 0x1 --log-level=lib.eal:6 --log-level=lib.cryptodev:5 --log-level=user1:6 --iova-mode=pa --base-virtaddr=0x200000000000 --match-allocations --file-prefix=spdk_pid1641656 ]
/spdk/test/app/fuzz/llvm_nvme_fuzz/
H A Dllvm_nvme_fuzz.c844 char prefix[PATH_MAX]; in start_fuzzer() local
852 snprintf(prefix, sizeof(prefix), "-artifact_prefix=%s", g_artifact_prefix); in start_fuzzer()
853 argv[argc - 4] = prefix; in start_fuzzer()
/spdk/doc/
H A Dapplications.md111 binary prefix, e.g. 1024, 1024M, 1G. The default unit is megabyte.
147 - Case insensitive hexadecimal string with or without "0x" prefix.
H A Dcontainers.md69 --base-virtaddr=0x200000000000 --match-allocations --file-prefix=spdk0 --proc-type=auto ]
H A Dlibraries.md110 All public types and functions in SPDK libraries begin with the prefix `spdk_`. They are also typic…
113 There are no internal library functions that begin with the `spdk_` prefix. This naming convention …
H A Dbackporting.md86 of `spdk-` prefix followed by the version of submodule it corresponds to. In this case, for DPDK
H A Dvagrant.md152 [ DPDK EAL parameters: hello_world -c 0x1 --legacy-mem --file-prefix=spdk0 --base-virtaddr=0x200000…
H A Dvhost.md216 [ DPDK EAL parameters: vhost -c 3 -m 1024 --main-lcore=1 --file-prefix=spdk_pid156014 ]
/spdk/mk/
H A Dspdk.common.mk26 ifneq ($(prefix),)
27 CONFIG_PREFIX=$(prefix)

12