Searched refs:__get_cpuid (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/arch/x86/util/ |
H A D | header.c | 26 __get_cpuid(char *buffer, size_t sz, const char *fmt) in __get_cpuid() function 63 return __get_cpuid(buffer, sz, "%s,%u,%u,%u$"); in get_cpuid() 71 if (buf && __get_cpuid(buf, 128, "%s-%u-%X-%X$") < 0) { in get_cpuid_str()
|
H A D | intel-pt.c | 319 __get_cpuid(0x15, &eax, &ebx, &ecx, &edx); in intel_pt_tsc_ctc_ratio()
|
/openbmc/linux/tools/build/feature/ |
H A D | test-get_cpuid.c | 7 return __get_cpuid(0x15, &eax, &ebx, &ecx, &edx); in main()
|
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 1398 if (!__get_cpuid(leaf, eax, ebx, ecx, edx)) in get_cpuid_or_exit()
|