Home
last modified time | relevance | path

Searched refs:has_aperf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c55 unsigned int has_aperf; variable
5094 has_aperf = ecx & (1 << 0); in process_cpuid()
5095 if (has_aperf) { in process_cpuid()
5117 has_aperf ? "" : "No-", in process_cpuid()
5200 if (has_aperf) in process_cpuid()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A Dturbostat.c231 unsigned int has_aperf; variable
5596 has_aperf = ecx & (1 << 0); in process_cpuid()
5597 if (has_aperf) { in process_cpuid()
5619 has_aperf ? "" : "No-", in process_cpuid()
5702 if (has_aperf) in process_cpuid()

Completed in 15 milliseconds