Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/power turbostat: version 2021.05.04

Signed-off-by: Len Brown <len.brown@intel.com>

+2 -2
+2 -2
tools/power/x86/turbostat/turbostat.c
··· 3 3 * turbostat -- show CPU frequency and C-state residency 4 4 * on modern Intel and AMD processors. 5 5 * 6 - * Copyright (c) 2013 Intel Corporation. 6 + * Copyright (c) 2021 Intel Corporation. 7 7 * Len Brown <len.brown@intel.com> 8 8 */ 9 9 ··· 5973 5973 5974 5974 void print_version() 5975 5975 { 5976 - fprintf(outf, "turbostat version 21.03.12" " - Len Brown <lenb@kernel.org>\n"); 5976 + fprintf(outf, "turbostat version 21.05.04" " - Len Brown <lenb@kernel.org>\n"); 5977 5977 } 5978 5978 5979 5979 int add_counter(unsigned int msr_num, char *path, char *name,