Lines Matching refs:fprintf

748 				fprintf(stderr, "%s: APERF or MPERF went backwards *\n", progname);  in delta_thread()
749 fprintf(stderr, "* Frequency results do not cover entire interval *\n"); in delta_thread()
750 fprintf(stderr, "* fix this by running Linux-2.6.30 or later *\n"); in delta_thread()
785 if (debug > 1) fprintf(stderr, "cpu%d MPERF 0!\n", old->cpu_id); in delta_thread()
985 fprintf(stderr, "Could not migrate to CPU %d\n", cpu); in get_counters()
1178 fprintf(stderr, "cpu%d: MSR_PLATFORM_INFO: 0x%08llx\n", base_cpu, msr); in dump_nhm_platform_info()
1181 fprintf(stderr, "%d * %.0f = %.0f MHz max efficiency frequency\n", in dump_nhm_platform_info()
1185 fprintf(stderr, "%d * %.0f = %.0f MHz base frequency\n", in dump_nhm_platform_info()
1189 fprintf(stderr, "cpu%d: MSR_IA32_POWER_CTL: 0x%08llx (C1E auto-promotion: %sabled)\n", in dump_nhm_platform_info()
1203 fprintf(stderr, "cpu%d: MSR_TURBO_RATIO_LIMIT2: 0x%08llx\n", base_cpu, msr); in dump_hsw_turbo_ratio_limits()
1207 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 18 active cores\n", in dump_hsw_turbo_ratio_limits()
1212 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 17 active cores\n", in dump_hsw_turbo_ratio_limits()
1225 fprintf(stderr, "cpu%d: MSR_TURBO_RATIO_LIMIT1: 0x%08llx\n", base_cpu, msr); in dump_ivt_turbo_ratio_limits()
1229 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 16 active cores\n", in dump_ivt_turbo_ratio_limits()
1234 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 15 active cores\n", in dump_ivt_turbo_ratio_limits()
1239 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 14 active cores\n", in dump_ivt_turbo_ratio_limits()
1244 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 13 active cores\n", in dump_ivt_turbo_ratio_limits()
1249 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 12 active cores\n", in dump_ivt_turbo_ratio_limits()
1254 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 11 active cores\n", in dump_ivt_turbo_ratio_limits()
1259 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 10 active cores\n", in dump_ivt_turbo_ratio_limits()
1264 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 9 active cores\n", in dump_ivt_turbo_ratio_limits()
1277 fprintf(stderr, "cpu%d: MSR_TURBO_RATIO_LIMIT: 0x%08llx\n", base_cpu, msr); in dump_nhm_turbo_ratio_limits()
1281 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 8 active cores\n", in dump_nhm_turbo_ratio_limits()
1286 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 7 active cores\n", in dump_nhm_turbo_ratio_limits()
1291 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 6 active cores\n", in dump_nhm_turbo_ratio_limits()
1296 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 5 active cores\n", in dump_nhm_turbo_ratio_limits()
1301 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 4 active cores\n", in dump_nhm_turbo_ratio_limits()
1306 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 3 active cores\n", in dump_nhm_turbo_ratio_limits()
1311 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 2 active cores\n", in dump_nhm_turbo_ratio_limits()
1316 fprintf(stderr, "%d * %.0f = %.0f MHz max turbo 1 active cores\n", in dump_nhm_turbo_ratio_limits()
1333 fprintf(stderr, "cpu%d: MSR_NHM_TURBO_RATIO_LIMIT: 0x%08llx\n", in dump_knl_turbo_ratio_limits()
1360 fprintf(stderr, in dump_knl_turbo_ratio_limits()
1376 fprintf(stderr, in dump_knl_turbo_ratio_limits()
1392 fprintf(stderr, "cpu%d: MSR_NHM_SNB_PKG_CST_CFG_CTL: 0x%08llx", base_cpu, msr); in dump_nhm_cst_cfg()
1394 fprintf(stderr, " (%s%s%s%s%slocked: pkg-cstate-limit=%d: %s)\n", in dump_nhm_cst_cfg()
1411 fprintf(stderr, "cpu%d: MSR_CONFIG_TDP_NOMINAL: 0x%08llx", base_cpu, msr); in dump_config_tdp()
1412 fprintf(stderr, " (base_ratio=%d)\n", (unsigned int)msr & 0xEF); in dump_config_tdp()
1415 fprintf(stderr, "cpu%d: MSR_CONFIG_TDP_LEVEL_1: 0x%08llx (", base_cpu, msr); in dump_config_tdp()
1417 fprintf(stderr, "PKG_MIN_PWR_LVL1=%d ", (unsigned int)(msr >> 48) & 0xEFFF); in dump_config_tdp()
1418 fprintf(stderr, "PKG_MAX_PWR_LVL1=%d ", (unsigned int)(msr >> 32) & 0xEFFF); in dump_config_tdp()
1419 fprintf(stderr, "LVL1_RATIO=%d ", (unsigned int)(msr >> 16) & 0xEF); in dump_config_tdp()
1420 fprintf(stderr, "PKG_TDP_LVL1=%d", (unsigned int)(msr) & 0xEFFF); in dump_config_tdp()
1422 fprintf(stderr, ")\n"); in dump_config_tdp()
1425 fprintf(stderr, "cpu%d: MSR_CONFIG_TDP_LEVEL_2: 0x%08llx (", base_cpu, msr); in dump_config_tdp()
1427 fprintf(stderr, "PKG_MIN_PWR_LVL2=%d ", (unsigned int)(msr >> 48) & 0xEFFF); in dump_config_tdp()
1428 fprintf(stderr, "PKG_MAX_PWR_LVL2=%d ", (unsigned int)(msr >> 32) & 0xEFFF); in dump_config_tdp()
1429 fprintf(stderr, "LVL2_RATIO=%d ", (unsigned int)(msr >> 16) & 0xEF); in dump_config_tdp()
1430 fprintf(stderr, "PKG_TDP_LVL2=%d", (unsigned int)(msr) & 0xEFFF); in dump_config_tdp()
1432 fprintf(stderr, ")\n"); in dump_config_tdp()
1435 fprintf(stderr, "cpu%d: MSR_CONFIG_TDP_CONTROL: 0x%08llx (", base_cpu, msr); in dump_config_tdp()
1437 fprintf(stderr, "TDP_LEVEL=%d ", (unsigned int)(msr) & 0x3); in dump_config_tdp()
1438 fprintf(stderr, " lock=%d", (unsigned int)(msr >> 31) & 1); in dump_config_tdp()
1439 fprintf(stderr, ")\n"); in dump_config_tdp()
1442 fprintf(stderr, "cpu%d: MSR_TURBO_ACTIVATION_RATIO: 0x%08llx (", base_cpu, msr); in dump_config_tdp()
1443 fprintf(stderr, "MAX_NON_TURBO_RATIO=%d", (unsigned int)(msr) & 0x7F); in dump_config_tdp()
1444 fprintf(stderr, " lock=%d", (unsigned int)(msr >> 31) & 1); in dump_config_tdp()
1445 fprintf(stderr, ")\n"); in dump_config_tdp()
2019 fprintf(stderr, "Could not migrate to CPU %d\n", cpu); in print_epb()
2040 fprintf(stderr, "cpu%d: MSR_IA32_ENERGY_PERF_BIAS: 0x%08llx (%s)\n", cpu, msr, epb_string); in print_epb()
2060 fprintf(stderr, "Could not migrate to CPU %d\n", cpu); in print_perf_limit()
2066 fprintf(stderr, "cpu%d: MSR_CORE_PERF_LIMIT_REASONS, 0x%08llx", cpu, msr); in print_perf_limit()
2067 fprintf(stderr, " (Active: %s%s%s%s%s%s%s%s%s%s%s%s%s%s)", in print_perf_limit()
2082 fprintf(stderr, " (Logged: %s%s%s%s%s%s%s%s%s%s%s%s%s%s)\n", in print_perf_limit()
2101 fprintf(stderr, "cpu%d: MSR_GFX_PERF_LIMIT_REASONS, 0x%08llx", cpu, msr); in print_perf_limit()
2102 fprintf(stderr, " (Active: %s%s%s%s%s%s%s%s)", in print_perf_limit()
2111 fprintf(stderr, " (Logged: %s%s%s%s%s%s%s%s)\n", in print_perf_limit()
2123 fprintf(stderr, "cpu%d: MSR_RING_PERF_LIMIT_REASONS, 0x%08llx", cpu, msr); in print_perf_limit()
2124 fprintf(stderr, " (Active: %s%s%s%s%s%s)", in print_perf_limit()
2131 fprintf(stderr, " (Logged: %s%s%s%s%s%s)\n", in print_perf_limit()
2254fprintf(stderr, "RAPL: %.0f sec. Joule Counter Range, at %.0f Watts\n", rapl_joule_counter_range, … in rapl_probe()
2296 fprintf(stderr, "Could not migrate to CPU %d\n", cpu); in print_thermal()
2305 fprintf(stderr, "cpu%d: MSR_IA32_PACKAGE_THERM_STATUS: 0x%08llx (%d C)\n", in print_thermal()
2314 fprintf(stderr, "cpu%d: MSR_IA32_PACKAGE_THERM_INTERRUPT: 0x%08llx (%d C, %d C)\n", in print_thermal()
2328 fprintf(stderr, "cpu%d: MSR_IA32_THERM_STATUS: 0x%08llx (%d C +/- %d)\n", in print_thermal()
2337 fprintf(stderr, "cpu%d: MSR_IA32_THERM_INTERRUPT: 0x%08llx (%d C, %d C)\n", in print_thermal()
2347 fprintf(stderr, "cpu%d: %s: %sabled (%f Watts, %f sec, clamp %sabled)\n", in print_power_limit_msr()
2371 fprintf(stderr, "Could not migrate to CPU %d\n", cpu); in print_rapl()
2379 fprintf(stderr, "cpu%d: MSR_RAPL_POWER_UNIT: 0x%08llx " in print_rapl()
2389 fprintf(stderr, "cpu%d: MSR_PKG_POWER_INFO: 0x%08llx (%.0f W TDP, RAPL %.0f - %.0f W, %f sec.)\n", in print_rapl()
2402 fprintf(stderr, "cpu%d: MSR_PKG_POWER_LIMIT: 0x%08llx (%slocked)\n", in print_rapl()
2406 fprintf(stderr, "cpu%d: PKG Limit #2: %sabled (%f Watts, %f* sec, clamp %sabled)\n", in print_rapl()
2418fprintf(stderr, "cpu%d: MSR_DRAM_POWER_INFO,: 0x%08llx (%.0f W TDP, RAPL %.0f - %.0f W, %f sec.)\n… in print_rapl()
2428 fprintf(stderr, "cpu%d: MSR_DRAM_POWER_LIMIT: 0x%08llx (%slocked)\n", in print_rapl()
2438 fprintf(stderr, "cpu%d: MSR_PP0_POLICY: %lld\n", cpu, msr & 0xF); in print_rapl()
2446 fprintf(stderr, "cpu%d: MSR_PP0_POWER_LIMIT: 0x%08llx (%slocked)\n", in print_rapl()
2456 fprintf(stderr, "cpu%d: MSR_PP1_POLICY: %lld\n", cpu, msr & 0xF); in print_rapl()
2460 fprintf(stderr, "cpu%d: MSR_PP1_POWER_LIMIT: 0x%08llx (%slocked)\n", in print_rapl()
2586 fprintf(stderr, "SLM BCLK: unknown\n"); in slm_bclk()
2590 fprintf(stderr, "SLM BCLK[%d] invalid\n", i); in slm_bclk()
2595 fprintf(stderr, "SLM BCLK: %.1f Mhz\n", freq); in slm_bclk()
2638 fprintf(stderr, "Could not migrate to CPU %d\n", cpu); in set_temperature_target()
2644 fprintf(stderr, "cpu%d: Using cmdline TCC Target (%d C)\n", in set_temperature_target()
2659 fprintf(stderr, "cpu%d: MSR_IA32_TEMPERATURE_TARGET: 0x%08llx (%d C)\n", in set_temperature_target()
2671 fprintf(stderr, "cpu%d: Guessing tjMax %d C, Please use -T to specify\n", in set_temperature_target()
2689 fprintf(stderr, "CPUID(0): %.4s%.4s%.4s ", in process_cpuid()
2700 fprintf(stderr, "%d CPUID levels; family:model:stepping 0x%x:%x:%x (%d:%d:%d)\n", in process_cpuid()
2736 fprintf(stderr, "CPUID(6): %sAPERF, %sDTS, %sPTM, %sEPB\n", in process_cpuid()
2755 fprintf(stderr, "CPUID(0x15): eax_crystal: %d ebx_tsc: %d ecx_crystal_hz: %d\n", in process_cpuid()
2771 fprintf(stderr, "TSC: %lld MHz (%d Hz * %d / %d / 1000000)\n", in process_cpuid()
2805 fprintf(stderr, in help()
2861 fprintf(stderr, "num_cpus %d max_cpu_num %d\n", topo.num_cpus, topo.max_cpu_num); in topology_probe()
2896 fprintf(stderr, "cpu%d NOT PRESENT\n", i); in topology_probe()
2911 fprintf(stderr, "cpu %d pkg %d core %d\n", in topology_probe()
2916 fprintf(stderr, "max_core_id %d, sizing for %d cores per package\n", in topology_probe()
2923 fprintf(stderr, "max_package_id %d, sizing for %d packages\n", in topology_probe()
2930 fprintf(stderr, "max_siblings %d\n", max_siblings); in topology_probe()
3039 fprintf(stderr, "base_cpu = %d\n", base_cpu); in set_base_cpu()
3105 fprintf(stderr, "%.6f sec\n", tv_delta.tv_sec + tv_delta.tv_usec/1000000.0); in fork_it()
3128 fprintf(stderr, "turbostat version 4.8 26-Sep, 2015" in print_version()