Home
last modified time | relevance | path

Searched refs:__get_cpuid (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/perf/arch/x86/util/
Dheader.c24 __get_cpuid(char *buffer, size_t sz, const char *fmt) in __get_cpuid() function
65 return __get_cpuid(buffer, sz, "%s,%u,%u,%u$"); in get_cpuid()
73 if (buf && __get_cpuid(buf, 128, "%s-%u-%X$") < 0) { in get_cpuid_str()
Dintel-pt.c316 __get_cpuid(0x15, &eax, &ebx, &ecx, &edx); in intel_pt_tsc_ctc_ratio()
/Linux-v4.19/tools/build/feature/
Dtest-get_cpuid.c7 return __get_cpuid(0x15, &eax, &ebx, &ecx, &edx); in main()
/Linux-v4.19/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c1273 __get_cpuid(0, &max_level, &ebx, &ecx, &edx); in early_cpuid()
1278 __get_cpuid(1, &fms, &ebx, &ecx, &edx); in early_cpuid()
1292 __get_cpuid(0x6, &eax, &ebx, &ecx, &edx); in early_cpuid()
1310 __get_cpuid(0, &max_level, &ebx, &ecx, &edx); in parse_cpuid()
1319 __get_cpuid(1, &fms, &ebx, &ecx, &edx); in parse_cpuid()
1344 __get_cpuid(0x6, &eax, &ebx, &ecx, &edx); in parse_cpuid()
/Linux-v4.19/tools/perf/
DMakefile.config821 …msg := $(warning Your gcc lacks the __get_cpuid() builtin, disables support for auxtrace/Intel PT,… function