Searched refs:msr_name (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 4513 const char *msr_name; in print_rapl() local 4530 msr_name = "MSR_RAPL_PWR_UNIT"; in print_rapl() 4534 msr_name = "MSR_RAPL_POWER_UNIT"; in print_rapl() 4539 fprintf(outf, "cpu%d: %s: 0x%08llx (%f Watts, %f Joules, %f sec.)\n", cpu, msr_name, msr, in print_rapl()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 4915 const char *msr_name; in print_rapl() local 4935 msr_name = "MSR_RAPL_PWR_UNIT"; in print_rapl() 4939 msr_name = "MSR_RAPL_POWER_UNIT"; in print_rapl() 4944 fprintf(outf, "cpu%d: %s: 0x%08llx (%f Watts, %f Joules, %f sec.)\n", cpu, msr_name, msr, in print_rapl()
|
Completed in 16 milliseconds