Searched refs:dprint (Results 1 – 9 of 9) sorted by relevance
/tools/power/cpupower/utils/idle_monitor/ |
D | mperf_monitor.c | 85 dprint("Reading TSC MSR failed, returning %llu\n", *tsc); in mperf_get_tsc() 135 dprint("%s: TSC Ref - mperf_diff: %llu, tsc_diff: %llu\n", in mperf_get_count_percent() 140 dprint("%s: MAXFREQ - mperf_diff: %llu, time_diff: %llu\n", in mperf_get_count_percent() 148 dprint("%s: previous: %llu - current: %llu - (%u)\n", in mperf_get_count_percent() 150 dprint("%s: %f\n", mperf_cstates[id].name, *percent); in mperf_get_count_percent() 176 dprint("%s: Average freq based on %s maximum frequency:\n", in mperf_get_count_freq() 179 dprint("max_frequency: %lu\n", max_frequency); in mperf_get_count_freq() 180 dprint("aperf_diff: %llu\n", aperf_diff); in mperf_get_count_freq() 181 dprint("mperf_diff: %llu\n", mperf_diff); in mperf_get_count_freq() 182 dprint("avg freq: %llu\n", *count); in mperf_get_count_freq() [all …]
|
D | amd_fam14h_idle.c | 143 dprint("Init %s: read at offset: 0x%x val: %u\n", state->name, in amd_fam14h_init() 148 dprint("Init %s: offset: 0x%x enable_bit: %d - val: %u (%u)\n", in amd_fam14h_init() 169 dprint("%s: offset: 0x%x %u\n", state->name, pci_offset, val); in amd_fam14h_disable() 175 dprint("NBP1 was %sentered - 0x%x - enable_bit: " in amd_fam14h_disable() 183 dprint("%s: Current - %llu (%u)\n", state->name, in amd_fam14h_disable() 185 dprint("%s: Previous - %llu (%u)\n", state->name, in amd_fam14h_disable() 222 dprint("Timediff: %llu - res~: %lu us - percent: %.2f %%\n", in fam14h_get_count_percent() 239 dprint("Enabling counters took: %lu us\n", in amd_fam14h_start() 259 dprint("Disabling counters took: %lu ns\n", dbg_timediff); in amd_fam14h_stop()
|
D | nhm_idle.c | 113 dprint("%s: previous: %llu - current: %llu - (%u)\n", in nhm_get_count_percent() 117 dprint("%s: tsc_diff: %llu - count_diff: %llu - percent: %2.f (%u)\n", in nhm_get_count_percent() 140 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_start); in nhm_start() 159 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); in nhm_stop()
|
D | cpuidle_sysfs.c | 30 dprint("%s: - diff: %llu - percent: %f (%u)\n", in cpuidle_get_count_percent() 38 dprint("%s: - timediff: %llu - statediff: %llu - percent: %f (%u)\n", in cpuidle_get_count_percent() 53 dprint("CPU %d - State: %d - Val: %llu\n", in cpuidle_start() 72 dprint("CPU %d - State: %d - Val: %llu\n", in cpuidle_stop()
|
D | cpupower-monitor.c | 240 dprint("Found requested monitor: %s\n", token); in parse_monitor_param() 334 dprint("HW C-state residency monitor: %s - States: %d\n", in do_interval_measure() 407 dprint("System has up to %d CPU cores\n", cpu_count); in cmd_monitor() 410 dprint("Try to register: %s\n", all_monitors[num]->name); in cmd_monitor() 419 dprint("%s registered\n", all_monitors[num]->name); in cmd_monitor() 437 dprint("Packages: %d - Cores: %d - CPUs: %d\n", in cmd_monitor()
|
D | hsw_ext_idle.c | 100 dprint("%s: previous: %llu - current: %llu - (%u)\n", in hsw_ext_get_count_percent() 104 dprint("%s: tsc_diff: %llu - count_diff: %llu - percent: %2.f (%u)\n", in hsw_ext_get_count_percent()
|
D | snb_idle.c | 98 dprint("%s: previous: %llu - current: %llu - (%u)\n", in snb_get_count_percent() 102 dprint("%s: tsc_diff: %llu - count_diff: %llu - percent: %2.f (%u)\n", in snb_get_count_percent()
|
/tools/power/cpupower/utils/helpers/ |
D | helpers.h | 49 #define dprint(fmt, ...) { \ macro 56 static inline void dprint(const char *fmt, ...) { } in dprint() function
|
/tools/power/cpupower/utils/ |
D | cpufreq-info.c | 217 dprint (" Ratio: 0x%llx - bclk: %f\n", in get_boost_mode_x86()
|