/freebsd-src/sys/contrib/device-tree/Bindings/sound/ |
H A D | test-component.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/test-component.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Test Component 10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 15 - test-cpu 16 - test-cpu-verbose 17 - test-cpu-verbose-dai 18 - test-cpu-verbose-component [all …]
|
/freebsd-src/contrib/cortex-strings/ |
H A D | configure.ac | 1 # Copyright (c) 2011-2012, Linaro Limited 26 AC_INIT(cortex-strings, 1.1-2012.06~dev) 27 AM_INIT_AUTOMAKE(foreign subdir-objects color-tests dist-bzip2) 38 aarch64*-*-*) 41 arm*-*-*) 43 default_submachine=cortex-a9 45 x86_64-*-*-*) 53 AM_CONDITIONAL([HOST_AARCH32], [test x$arch = xaarch32]) 54 AM_CONDITIONAL([HOST_AARCH64], [test x$arch = xaarch64]) 55 AM_CONDITIONAL([HOST_GENERIC], [test x$arch = xgeneric]) [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm,vexpress-juno.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/arm,vexpress-juno.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sudeep Holla <sudeep.holla@arm.com> 11 - Linus Walleij <linus.walleij@linaro.org> 15 multicore Cortex-A class systems. The Versatile Express family contains both 33 The root node indicates the CPU SoC on the core tile, and this 37 further subvariants are released of the core tile, even more fine-granular 45 - description: CoreTile Express A9x4 (V2P-CA9) has 4 Cortex A9 CPU cores [all …]
|
H A D | arm,realview.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | AArch64TargetParser.cpp | 1 //===-- AArch64TargetParser - Parser for AArch64 features -------* 32 getArchForCpu(StringRef CPU) getArchForCpu() argument 37 std::optional<CpuInfo> Cpu = parseCpu(CPU); getArchForCpu() local 241 addCPUDefaults(const CpuInfo & CPU) addCPUDefaults() argument [all...] |
/freebsd-src/lib/libutil/tests/ |
H A D | cpuset_test.c | 7 #include <atf-c.h> 12 atf_tc_set_md_var(tc, "descr", "Test invalid cpu"); in ATF_TC_HEAD() 28 atf_tc_set_md_var(tc, "descr", "Test invalid char"); in ATF_TC_HEAD() 41 atf_tc_set_md_var(tc, "descr", "Test 'all' special cpu-list"); in ATF_TC_HEAD() 54 atf_tc_set_md_var(tc, "descr", "Test normal cpu-list syntax"); in ATF_TC_HEAD() 61 ATF_CHECK_EQ(cpuset_parselist("1-3,6", &mask), CPUSET_PARSE_OK); in ATF_TC_BODY()
|
/freebsd-src/contrib/netbsd-tests/bin/ps/ |
H A D | t_ps.sh | 28 # the implementation of "ps" to test 43 # for regular expressions to match the text in left- or 44 # right-justified columns. 45 # For example, head_text_p_cpu="%CPU" head_regexp_p_cpu=" *%CPU". 96 l_keywords='uid pid ppid cpu pri nice vsz rss wchan state tt time command' 97 s_keywords='uid pid ppid cpu lid nlwp pri nice vsz rss wchan lstate tt ltime command' 98 u_keywords='user pid %cpu %mem vsz rss tt state start time command' 99 v_keywords='pid state time sl re pagein vsz rss lim tsiz %cpu %mem command' 109 sed -E -e 's/\%/p_/g' -e 's/(^| )/\1\$head_regexp_/g')" 129 # Run "ps $args -p $$"; check that only one line is printed, [all …]
|
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/ |
H A D | tst.temporal3.d | 21 * This test excercises the "remnant" handling of the temporal option. 25 * rearranged in a more space-efficient manner. If this is done 26 * incorrectly, an alignment error may occur. To test this, we use a 27 * high-frequency probe so that data will be recorded in subsequent 28 * CPU's buffers after the first CPU's buffer is obtained. The 29 * combination of data traced here (a 8-byte value and a 4-byte value) 33 * This test needs to be run on a multi-CPU system to be effective. 39 profile-4997 44 tick-1
|
/freebsd-src/sys/contrib/device-tree/src/arm/arm/ |
H A D | vexpress-v2p-ca9.dts | 1 // SPDX-License-Identifier: GPL-2.0 6 * Cortex-A9 MPCore (V2P-CA9) 8 * HBI-0191B 11 /dts-v1/; 12 #include "vexpress-v2m.dtsi" 15 model = "V2P-CA9"; 18 compatible = "arm,vexpress,v2p-ca [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 1 //===- MCSubtargetInfo.cpp - Subtarget Information -------- 112 for (auto &CPU : CPUTable) Help() local 140 for (auto &CPU : CPUTable) cpuHelp() local 151 getFeatures(StringRef CPU,StringRef TuneCPU,StringRef FS,ArrayRef<SubtargetSubTypeKV> ProcDesc,ArrayRef<SubtargetFeatureKV> ProcFeatures) getFeatures() argument 209 InitMCProcessorInfo(StringRef CPU,StringRef TuneCPU,StringRef FS) InitMCProcessorInfo() argument 220 setDefaultFeatures(StringRef CPU,StringRef TuneCPU,StringRef FS) setDefaultFeatures() argument [all...] |
/freebsd-src/contrib/ncurses/ |
H A D | config.guess | 3 # Copyright 1992-2023 Free Software Foundation, Inc. 7 timestamp='2023-10-19' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
/freebsd-src/contrib/unbound/ |
H A D | config.guess | 3 # Copyright 1992-2024 Free Software Foundation, Inc. 7 timestamp='2024-07-27' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 - [all...] |
/freebsd-src/contrib/byacc/ |
H A D | config.guess | 3 # Copyright 1992-2023 Free Software Foundation, Inc. 7 timestamp='2023-08-22' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
/freebsd-src/share/doc/papers/diskperf/ |
H A D | results.ms | 33 test runs. 41 The values in parenthesis indicate the percentage of CPU 42 time used by the test program. 45 of the test programs that were run. 57 4.2BSD File Systems Tests - \fBVAX 11/750\fR 62 Test Emulex SC750/Eagle UDA50/RA81 81 Test Emulex SC750/Eagle UDA50/RA81 94 The write rates saturate the CPU at a lower bandwidth than the reads 97 The UDA50/RA81 saturates the CPU at a lower transfer rate for a given 99 it causes more memory contention with the CPU. [all …]
|
/freebsd-src/contrib/openbsm/config/ |
H A D | config.guess | 6 timestamp='2003-07-02' 20 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 28 # Please send patches to <config-patches@gnu.org>. Submit a context 38 me=`echo "$0" | sed -e 's,.*/,,'` 46 -h, --help print this help, then exit 47 -t, --time-stamp print date of last modification, then exit 48 -v, --version print version number, then exit 50 Report bugs and patches to <config-patches@gnu.org>." 63 Try \`$me --help' for more information." 66 while test $# -gt 0 ; do [all …]
|
/freebsd-src/contrib/libpcap/ |
H A D | config.guess | 3 # Copyright 1992-2024 Free Software Foundation, Inc. 7 timestamp='2024-01-01' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 - [all...] |
/freebsd-src/crypto/openssh/ |
H A D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-09-17' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
/freebsd-src/contrib/tcpdump/ |
H A D | config.guess | 3 # Copyright 1992-2024 Free Software Foundation, Inc. 7 timestamp='2024-01-01' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 - [all...] |
/freebsd-src/contrib/ldns/ |
H A D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-05-25' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
/freebsd-src/lib/libc/tests/sys/ |
H A D | cpuset_test.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2020-2021 Kyle Evans <kevans@FreeBSD.org> 41 #include <atf-c.h> 91 return ("Unexpected post-attach affinity"); in do_jail_errstr() 105 -1, sizeof(*mask), mask)); in skip_ltncpu() 107 atf_tc_skip("Test requires %d or more cores.", ncpu); in skip_ltncpu() 113 atf_tc_set_md_var(tc, "descr", "Test cpuset(2)"); in ATF_TC_HEAD() 120 ATF_REQUIRE_EQ(0, cpuset_getid(CPU_LEVEL_CPUSET, CPU_WHICH_TID, -1, in ATF_TC_BODY() 128 ATF_REQUIRE_EQ(0, cpuset_getid(CPU_LEVEL_CPUSET, CPU_WHICH_TID, -1, in ATF_TC_BODY() [all …]
|
/freebsd-src/contrib/dialog/ |
H A D | config.guess | 3 # Copyright 1992-2020 Free Software Foundation, Inc. 5 timestamp='2020-08-17' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2020 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/ |
H A D | tst.allcpus.ksh | 29 # This script verifies that we can fire a probe on each CPU that is in 33 # 1) The system under test does not define the 'PAPI_tot_ins' event. 37 echo expected one argument: '<'dtrace-path'>' 42 numproc=`psrinfo | tail -1 | cut -f1` 43 cpu=0 56 $dtrace -o $dtraceout -s /dev/stdin <<EOF 60 cpc:::PAPI_tot_ins-user-10000 61 /cpus[cpu] != 1/ 63 cpus[cpu] = 1; 64 @a[cpu] = count(); [all …]
|
/freebsd-src/contrib/sqlite3/ |
H A D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
/freebsd-src/contrib/file/ |
H A D | config.guess | 3 # Copyright 1992-2021 Free Software Foundation, Inc. 7 timestamp='2021-06-03' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
/freebsd-src/tools/test/stress2/misc/ |
H A D | 256m.sh | 29 # Test scenario with 256MB RAM on a single CPU i386. 31 # "panic: ffs_checkblk: bad block -1" seen: 35 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 37 [ `uname -m` = "i386" ] || exit 0 38 [ `sysctl -n hw.ncpu` -eq 1 ] || { echo "Single CPU test."; exit 0; } 39 [ `sysctl -n hw.physmem` -gt $((256 * 1024 * 1024)) ] && 40 { echo "RAM must be clamped to 256MB for this test."; exit 0; } 41 [ -f /usr/src/sys/i386/conf/GENERIC ] || exit 0 44 make -j 2 buildkernel KERNCONF=GENERIC 45 rm -rf /usr/obj/usr/src/sys/GENERIC
|