Home
last modified time | relevance | path

Searched full:cpu (Results 1 – 25 of 4480) sorted by relevance

12345678910>>...180

/third_party/grpc/src/csharp/
DGrpc.sln58 Debug|Any CPU = Debug|Any CPU
59 Release|Any CPU = Release|Any CPU
62 {63FCEA50-1505-11E9-B56E-0800200C9A66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
63 {63FCEA50-1505-11E9-B56E-0800200C9A66}.Debug|Any CPU.Build.0 = Debug|Any CPU
64 {63FCEA50-1505-11E9-B56E-0800200C9A66}.Release|Any CPU.ActiveCfg = Release|Any CPU
65 {63FCEA50-1505-11E9-B56E-0800200C9A66}.Release|Any CPU.Build.0 = Release|Any CPU
66 {BD878CB3-BDB4-46AB-84EF-C3B4729F56BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
67 {BD878CB3-BDB4-46AB-84EF-C3B4729F56BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
68 {BD878CB3-BDB4-46AB-84EF-C3B4729F56BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
69 {BD878CB3-BDB4-46AB-84EF-C3B4729F56BC}.Release|Any CPU.Build.0 = Release|Any CPU
[all …]
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
Dcpuhotplug_hotplug.sh20 # migrate_irq(CPU, IRQS)
23 # CPU number
27 CPU=${1#cpu}
28 MASK=$((1<<${CPU}))
39 # Echos the CPU affinity for the given process ID to stdout
48 # set_affinity(PID, CPU)
50 # Sets the affinity for the given PID to the specified CPU.
55 CPU="$2"
61 # online_cpu(CPU)
63 # Onlines the given CPU. Returns a true value if it was able
[all …]
/third_party/protobuf/csharp/src/
DGoogle.Protobuf.sln21 Debug|Any CPU = Debug|Any CPU
22 Release|Any CPU = Release|Any CPU
25 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
26 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Debug|Any CPU.Build.0 = Debug|Any CPU
27 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Release|Any CPU.ActiveCfg = Release|Any CPU
28 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Release|Any CPU.Build.0 = Release|Any CPU
29 {9B576380-726D-4142-8238-60A43AB0E35A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30 {9B576380-726D-4142-8238-60A43AB0E35A}.Debug|Any CPU.Build.0 = Debug|Any CPU
31 {9B576380-726D-4142-8238-60A43AB0E35A}.Release|Any CPU.ActiveCfg = Release|Any CPU
32 {9B576380-726D-4142-8238-60A43AB0E35A}.Release|Any CPU.Build.0 = Release|Any CPU
[all …]
/third_party/mesa3d/src/broadcom/common/
Dv3d_cpu_tiling.h31 v3d_load_utile(void *cpu, uint32_t cpu_stride, in v3d_load_utile() argument
41 /* Store each 8-byte line to cpu-side destination, in v3d_load_utile()
44 "vst1.8 d0, [%[cpu]], %[cpu_stride]\n" in v3d_load_utile()
45 "vst1.8 d1, [%[cpu]], %[cpu_stride]\n" in v3d_load_utile()
46 "vst1.8 d2, [%[cpu]], %[cpu_stride]\n" in v3d_load_utile()
47 "vst1.8 d3, [%[cpu]], %[cpu_stride]\n" in v3d_load_utile()
48 "vst1.8 d4, [%[cpu]], %[cpu_stride]\n" in v3d_load_utile()
49 "vst1.8 d5, [%[cpu]], %[cpu_stride]\n" in v3d_load_utile()
50 "vst1.8 d6, [%[cpu]], %[cpu_stride]\n" in v3d_load_utile()
51 "vst1.8 d7, [%[cpu]]\n" in v3d_load_utile()
[all …]
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
Dcpuhotplug01.sh26 usage: $0 -c cpu -l loop -n timeon -f timeoff -e timed
29 -c cpu which is specified for testing
31 -n time delay after an online of cpu
32 -f time delay after offline of cpu
48 # Restore CPU states
53 # do_offline(CPU)
55 # Migrates some irq's onto the CPU, then offlines it
59 CPU=${1#cpu}
62 migrate_irq "${CPU}" "${IRQS}"
63 offline_cpu ${CPU}
[all …]
Dcpuhotplug05.sh18 Desc: Does sar behave properly during CPU hotplug events?
25 usage: $0 -c cpu -l loop -d directory
28 -c cpu which is specified for testing
65 tst_brkm TCONF "Microsoft Hyper-V detected, no support for CPU hotplug"
69 tst_brkm TCONF "system doesn't have required CPU hotplug support"
73 tst_brkm TBROK "usage: ${0##*} <CPU to offline>"
76 # Validate the specified CPU is available
78 tst_brkm TCONF "cpu${CPU_TO_TEST} doesn't support hotplug"
81 # Check that the specified CPU is offline; if not, offline it
84 tst_brkm TBROK "CPU${CPU_TO_TEST} cannot be offlined"
[all …]
Dcpuhotplug02.sh17 Desc: What happens to a process when its CPU is offlined?
24 usage: $0 -c cpu -l loop
27 -c cpu which is specified for testing
58 tst_brkm TCONF "Microsoft Hyper-V detected, no support for CPU hotplug"
62 tst_brkm TCONF "system doesn't have required CPU hotplug support"
66 tst_brkm TBROK "usage: ${0##*/} <CPU to online>"
69 # Validate the specified CPU is available
71 tst_brkm TCONF "cpu${CPU_TO_TEST} doesn't support hotplug"
74 # Validate the specified CPU is online; if not, online it
77 tst_brkm TBROK "CPU${CPU_TO_TEST} cannot be onlined"
[all …]
/third_party/grpc/examples/csharp/RouteGuide/
DRouteGuide.sln14 Debug|Any CPU = Debug|Any CPU
15 Release|Any CPU = Release|Any CPU
18 {49954D9C-5F17-4662-96B2-73BE833DD81A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19 {49954D9C-5F17-4662-96B2-73BE833DD81A}.Debug|Any CPU.Build.0 = Debug|Any CPU
20 {49954D9C-5F17-4662-96B2-73BE833DD81A}.Release|Any CPU.ActiveCfg = Release|Any CPU
21 {49954D9C-5F17-4662-96B2-73BE833DD81A}.Release|Any CPU.Build.0 = Release|Any CPU
22 {D47BE663-4DE3-4206-B7A8-EA3FA066DADC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23 {D47BE663-4DE3-4206-B7A8-EA3FA066DADC}.Debug|Any CPU.Build.0 = Debug|Any CPU
24 {D47BE663-4DE3-4206-B7A8-EA3FA066DADC}.Release|Any CPU.ActiveCfg = Release|Any CPU
25 {D47BE663-4DE3-4206-B7A8-EA3FA066DADC}.Release|Any CPU.Build.0 = Release|Any CPU
[all …]
/third_party/grpc/examples/csharp/HelloworldLegacyCsproj/
DGreeter.sln14 Debug|Any CPU = Debug|Any CPU
15 Release|Any CPU = Release|Any CPU
18 {724DFC8C-4B57-4C3F-811C-0463BE2A2829}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19 {724DFC8C-4B57-4C3F-811C-0463BE2A2829}.Debug|Any CPU.Build.0 = Debug|Any CPU
20 {724DFC8C-4B57-4C3F-811C-0463BE2A2829}.Release|Any CPU.ActiveCfg = Release|Any CPU
21 {724DFC8C-4B57-4C3F-811C-0463BE2A2829}.Release|Any CPU.Build.0 = Release|Any CPU
22 {A7706C84-92D2-4B7A-B779-76B64D2950EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23 {A7706C84-92D2-4B7A-B779-76B64D2950EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
24 {A7706C84-92D2-4B7A-B779-76B64D2950EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
25 {A7706C84-92D2-4B7A-B779-76B64D2950EC}.Release|Any CPU.Build.0 = Release|Any CPU
[all …]
/third_party/grpc/examples/csharp/Xds/
DGreeter.sln14 Debug|Any CPU = Debug|Any CPU
15 Release|Any CPU = Release|Any CPU
18 {13B6DFC8-F5F6-4CC2-99DF-57A7CF042033}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19 {13B6DFC8-F5F6-4CC2-99DF-57A7CF042033}.Debug|Any CPU.Build.0 = Debug|Any CPU
20 {13B6DFC8-F5F6-4CC2-99DF-57A7CF042033}.Release|Any CPU.ActiveCfg = Release|Any CPU
21 {13B6DFC8-F5F6-4CC2-99DF-57A7CF042033}.Release|Any CPU.Build.0 = Release|Any CPU
22 {B754FB02-D501-4308-8B89-33AB7119C80D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23 {B754FB02-D501-4308-8B89-33AB7119C80D}.Debug|Any CPU.Build.0 = Debug|Any CPU
24 {B754FB02-D501-4308-8B89-33AB7119C80D}.Release|Any CPU.ActiveCfg = Release|Any CPU
25 {B754FB02-D501-4308-8B89-33AB7119C80D}.Release|Any CPU.Build.0 = Release|Any CPU
[all …]
/third_party/grpc/examples/csharp/Helloworld/
DGreeter.sln14 Debug|Any CPU = Debug|Any CPU
15 Release|Any CPU = Release|Any CPU
18 {13B6DFC8-F5F6-4CC2-99DF-57A7CF042033}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19 {13B6DFC8-F5F6-4CC2-99DF-57A7CF042033}.Debug|Any CPU.Build.0 = Debug|Any CPU
20 {13B6DFC8-F5F6-4CC2-99DF-57A7CF042033}.Release|Any CPU.ActiveCfg = Release|Any CPU
21 {13B6DFC8-F5F6-4CC2-99DF-57A7CF042033}.Release|Any CPU.Build.0 = Release|Any CPU
22 {B754FB02-D501-4308-8B89-33AB7119C80D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23 {B754FB02-D501-4308-8B89-33AB7119C80D}.Debug|Any CPU.Build.0 = Debug|Any CPU
24 {B754FB02-D501-4308-8B89-33AB7119C80D}.Release|Any CPU.ActiveCfg = Release|Any CPU
25 {B754FB02-D501-4308-8B89-33AB7119C80D}.Release|Any CPU.Build.0 = Release|Any CPU
[all …]
/third_party/mindspore/.jenkins/check/config/
Dwhitelizard.txt35 mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/strided_slice_infer.c:StridedSlic…
36 mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/winograd_transform_fp16.c:Winograd…
37 mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/pooling_fp16.c:AvgPoolingFp16
38 mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/pooling_fp16.c:MaxPoolingFp16
39 mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/winograd_utils_fp16.c:OutputTransf…
40 mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/winograd_utils_fp16.c:OutputTransf…
41 mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/winograd_utils_fp16.c:OutputTransf…
42 mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/winograd_utils_fp16.c:OutputTransf…
43 mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/winograd_utils_fp16.c:OutputTransf…
44 mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/winograd_utils_fp16.c:OutputTransf…
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
DCMakeLists.txt33 "cpu/*.cc"
34 "cpu/mkldnn/*.cc"
35 "cpu/fl/*.cc"
36 "cpu/ps/*.cc"
37 "cpu/pyfunc/*.cc"
38 "cpu/rl/*.cc"
42 list(REMOVE_ITEM CPU_SRC_LIST "cpu/allgather_cpu_kernel.cc")
43 list(REMOVE_ITEM CPU_SRC_LIST "cpu/reduce_scatter_cpu_kernel.cc")
44 list(REMOVE_ITEM CPU_SRC_LIST "cpu/embedding_look_up_comm_grad_cpu_kernel.cc")
53 list(REMOVE_ITEM CPU_SRC_LIST "cpu/ps/apply_momentum_ps_kernel.cc")
[all …]
/third_party/libevdev/build-aux/
Dconfig.sub39 # and recognize all the CPU types, system types and aliases
56 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
644 # Here we handle the default manufacturer of certain CPU types. It is in
647 cpu=hppa1.1
651 cpu=hppa1.1
655 cpu=hppa1.1
659 cpu=i370
663 cpu=clipper
667 cpu=m68k
671 cpu=powerpc
[all …]
/third_party/python/
Dconfig.sub41 # and recognize all the CPU types, system types and aliases
65 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
660 # Here we handle the default manufacturer of certain CPU types. It is in
663 cpu=hppa1.1
667 cpu=hppa1.1
671 cpu=hppa1.1
675 cpu=i370
679 cpu=clipper
683 cpu=m68k
687 cpu=powerpc
[all …]
/third_party/e2fsprogs/config/
Dconfig.sub41 # and recognize all the CPU types, system types and aliases
65 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
654 # Here we handle the default manufacturer of certain CPU types. It is in
657 cpu=hppa1.1
661 cpu=hppa1.1
665 cpu=hppa1.1
669 cpu=i370
673 cpu=clipper
677 cpu=m68k
681 cpu=powerpc
[all …]
/third_party/wayland_standard/
Dconfig.sub39 # and recognize all the CPU types, system types and aliases
56 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
645 # Here we handle the default manufacturer of certain CPU types. It is in
648 cpu=hppa1.1
652 cpu=hppa1.1
656 cpu=hppa1.1
660 cpu=i370
664 cpu=clipper
668 cpu=m68k
672 cpu=powerpc
[all …]
/third_party/freetype/builds/unix/
Dconfig.sub39 # and recognize all the CPU types, system types and aliases
56 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
645 # Here we handle the default manufacturer of certain CPU types. It is in
648 cpu=hppa1.1
652 cpu=hppa1.1
656 cpu=hppa1.1
660 cpu=i370
664 cpu=clipper
668 cpu=m68k
672 cpu=powerpc
[all …]
/third_party/ltp/testcases/open_posix_testsuite/include/
Daffinity.h31 static int set_affinity(int cpu) in set_affinity() argument
36 CPU_SET(cpu, &mask); in set_affinity()
44 int cpu = -1; in get_online_cpu_from_sysfs() local
46 f = fopen("/sys/devices/system/cpu/online", "r"); in get_online_cpu_from_sysfs()
49 if (!fscanf(f, "%d", &cpu)) in get_online_cpu_from_sysfs()
50 cpu = -1; in get_online_cpu_from_sysfs()
53 return cpu; in get_online_cpu_from_sysfs()
59 int cpu = -1; in get_online_cpu_from_cpuinfo() local
75 if (sscanf(line, "processor%*[^0123456789]%d", &cpu) == 1) in get_online_cpu_from_cpuinfo()
80 return cpu; in get_online_cpu_from_cpuinfo()
[all …]
/third_party/ltp/testcases/kernel/power_management/
Drunpwtests03.sh31 for cpu in $(seq 0 "${total_cpus}" )
33 cpufiles=$(find /sys/devices/system/cpu/cpu"${cpu}"/cpufreq/ \
45 echo "${0}: PASS: Checking cpu freq sysfs files"
56 for cpu in $(seq 0 "${total_cpus}" )
61 /sys/devices/system/cpu/cpu${cpu}/cpufreq/scaling_governor
64 "governor -- ${govr} for cpu${cpu}"
70 echo "${0}: PASS: Changing cpu governors"
84 for cpu in $(seq 0 "${total_cpus}" )
87 /sys/devices/system/cpu/cpu${cpu}/cpufreq/scaling_governor
93 for cpu in $(seq 0 "${total_cpus}" )
[all …]
Dpm_include.sh47 for cpu in $(seq 0 "${total_cpus}" )
49 cpus[$cpu]=cpu${cpu}
50 phyid[$cpu]=$(cat \
51 /sys/devices/system/cpu/cpu${cpu}/topology/physical_package_id)
58 echo "${cpus[$j]} -P ${cpus[$k]}" | sed -e "s/cpu//g"
68 for cpu in $(seq 0 "${total_cpus}" )
70 if [ ! -d /sys/devices/system/cpu/cpu${cpu}/cpufreq ] ; then
79 cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_frequencies \
84 cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_governors \
90 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq | cut -f2 -d':'`
[all …]
/third_party/grpc/examples/csharp/HelloworldXamarin/
DHelloworldXamarin.sln18 Debug|Any CPU = Debug|Any CPU
21 Release|Any CPU = Release|Any CPU
26 {B9B0D41C-1C07-4590-A919-5865E741B2EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27 {B9B0D41C-1C07-4590-A919-5865E741B2EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
28 {B9B0D41C-1C07-4590-A919-5865E741B2EA}.Debug|iPhone.ActiveCfg = Debug|Any CPU
29 {B9B0D41C-1C07-4590-A919-5865E741B2EA}.Debug|iPhone.Build.0 = Debug|Any CPU
30 {B9B0D41C-1C07-4590-A919-5865E741B2EA}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
31 {B9B0D41C-1C07-4590-A919-5865E741B2EA}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
32 {B9B0D41C-1C07-4590-A919-5865E741B2EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
33 {B9B0D41C-1C07-4590-A919-5865E741B2EA}.Release|Any CPU.Build.0 = Release|Any CPU
[all …]
/third_party/node/test/sequential/
Dtest-cpu-prof-invalid-options.js3 // This tests that invalid --cpu-prof options are rejected.
16 } = require('../common/cpu-prof');
18 // --cpu-prof-name without --cpu-prof
22 '--cpu-prof-name',
36 `${process.execPath}: --cpu-prof-name must be used with --cpu-prof`);
39 // --cpu-prof-dir without --cpu-prof
43 '--cpu-prof-dir',
57 `${process.execPath}: --cpu-prof-dir must be used with --cpu-prof`);
60 // --cpu-prof-interval without --cpu-prof
64 '--cpu-prof-interval',
[all …]
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug01.txt4 This test attempts to verify that when a CPU is offlined, that a process
6 to disk, force it to run only on a specified CPU by setting its CPU
7 affinity to just that CPU, then offline that CPU, and verify that the
14 There are two kinds of masks: One to specify which CPU's are allowed
19 of some parallelized benchmark before and after onlining the CPU.
24 Given a CPU to test that exists
28 Make sure the cpu is online
35 Foreach CPU in the system
36 online the CPU
40 Foreach CPU in the system
[all …]
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DScenarioResultSummary.php34 …* The total server cpu load based on system time across all server processes, expressed as percent…
35 …* For example, 85 implies 85% of a cpu core, 125 implies 125% of a cpu core. Since we are accumula…
37 * Same explanation for the total client cpu load below.
43 …* The total server cpu load based on user time across all server processes, expressed as percentag…
49 …* The total client cpu load based on system time across all client processes, expressed as percent…
55 …* The total client cpu load based on user time across all client processes, expressed as percentag…
83 * server cpu usage percentage
109 * Queries per CPU-sec over all servers or clients
132 … The total server cpu load based on system time across all server processes, expressed as…
133 … For example, 85 implies 85% of a cpu core, 125 implies 125% of a cpu core. Since we are accu…
[all …]

12345678910>>...180