Constant telemetry_rust::semconv::HOST_CPU_VENDOR_ID

source ·
pub const HOST_CPU_VENDOR_ID: &'static str;
Expand description

Processor manufacturer identifier. A maximum 12-character string.

CPUID command returns the vendor ID string in EBX, EDX and ECX registers. Writing these to memory in this order results in a 12-character string.

§Examples

  • GenuineIntel