1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 16:27:05 +00:00
node-feature-discovery/source/cpu
Markus Lehtonen d50797ca5d cpu: add cpuid stub for non-linux platforms
Make it possible to do non-linux builds. Code compiles, at least, even
if the feature detection functionality is virtually Linux-only.
2022-04-14 14:15:02 +03:00
..
cpu.go cpu: Discover IBM Secure Execution 2022-03-28 12:28:07 +02:00
cpu_test.go source: make per-source unit tests stricter 2021-12-03 10:26:26 +02:00
cpuid_amd64.go source/cpu: implement FeatureSource 2021-11-11 18:33:40 +02:00
cpuid_arm.go source/cpu: implement FeatureSource 2021-11-11 18:33:40 +02:00
cpuid_arm64.go source/cpu: implement FeatureSource 2021-11-11 18:33:40 +02:00
cpuid_ppc64le.go source/cpu: implement FeatureSource 2021-11-11 18:33:40 +02:00
cpuid_s390x.go source/cpu: add additional IBM Z CPU Flags 2021-11-25 13:41:57 +01:00
cpuid_stub.go cpu: add cpuid stub for non-linux platforms 2022-04-14 14:15:02 +03:00
cstate_amd64.go Additional Lint Fixes in Codebase (#779) 2022-03-02 17:12:46 -08:00
cstate_stub.go source/cpu: implement FeatureSource 2021-11-11 18:33:40 +02:00
power_amd64.go Additional Lint Fixes in Codebase (#779) 2022-03-02 17:12:46 -08:00
power_stub.go source/cpu: Fix compile error for non-amd64 arches 2021-11-25 13:41:57 +01:00
pstate_amd64.go cstate/pstate: Skip check on non intel arches 2021-08-19 16:37:54 +02:00
pstate_stub.go source: fix gofmt errors 2021-10-22 12:01:31 +03:00
rdt_amd64.go source: fix gofmt errors 2021-10-22 12:01:31 +03:00
rdt_stub.go source: fix gofmt errors 2021-10-22 12:01:31 +03:00
se_s390x.go cpu: Discover IBM Secure Execution 2022-03-28 12:28:07 +02:00
se_stub.go cpu: Discover IBM Secure Execution 2022-03-28 12:28:07 +02:00
sgx_amd64.go source/cpu: detect Intel SGX 2021-11-23 15:57:31 +02:00
sgx_stub.go source/cpu: detect Intel SGX 2021-11-23 15:57:31 +02:00