Home
last modified time | relevance | path

Searched refs:dprint (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/
Dmperf_monitor.c85 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 …]
Damd_fam14h_idle.c144 dprint("Init %s: read at offset: 0x%x val: %u\n", state->name, in amd_fam14h_init()
149 dprint("Init %s: offset: 0x%x enable_bit: %d - val: %u (%u)\n", in amd_fam14h_init()
170 dprint("%s: offset: 0x%x %u\n", state->name, pci_offset, val); in amd_fam14h_disable()
176 dprint("NBP1 was %sentered - 0x%x - enable_bit: " in amd_fam14h_disable()
184 dprint("%s: Current - %llu (%u)\n", state->name, in amd_fam14h_disable()
186 dprint("%s: Previous - %llu (%u)\n", state->name, in amd_fam14h_disable()
223 dprint("Timediff: %llu - res~: %lu us - percent: %.2f %%\n", in fam14h_get_count_percent()
240 dprint("Enabling counters took: %lu us\n", in amd_fam14h_start()
260 dprint("Disabling counters took: %lu ns\n", dbg_timediff); in amd_fam14h_stop()
Dcpuidle_sysfs.c32 dprint("%s: - diff: %llu - percent: %f (%u)\n", in cpuidle_get_count_percent()
40 dprint("%s: - timediff: %llu - statediff: %llu - percent: %f (%u)\n", in cpuidle_get_count_percent()
55 dprint("CPU %d - State: %d - Val: %llu\n", in cpuidle_start()
74 dprint("CPU %d - State: %d - Val: %llu\n", in cpuidle_stop()
Dnhm_idle.c114 dprint("%s: previous: %llu - current: %llu - (%u)\n", in nhm_get_count_percent()
118 dprint("%s: tsc_diff: %llu - count_diff: %llu - percent: %2.f (%u)\n", in nhm_get_count_percent()
141 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_start); in nhm_start()
160 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); in nhm_stop()
Dcpupower-monitor.c235 dprint("Found requested monitor: %s\n", token); in parse_monitor_param()
329 dprint("HW C-state residency monitor: %s - States: %d\n", in do_interval_measure()
402 dprint("System has up to %d CPU cores\n", cpu_count); in cmd_monitor()
405 dprint("Try to register: %s\n", all_monitors[num]->name); in cmd_monitor()
414 dprint("%s registered\n", all_monitors[num]->name); in cmd_monitor()
432 dprint("Packages: %d - Cores: %d - CPUs: %d\n", in cmd_monitor()
Dsnb_idle.c99 dprint("%s: previous: %llu - current: %llu - (%u)\n", in snb_get_count_percent()
103 dprint("%s: tsc_diff: %llu - count_diff: %llu - percent: %2.f (%u)\n", in snb_get_count_percent()
Dhsw_ext_idle.c102 dprint("%s: previous: %llu - current: %llu - (%u)\n", in hsw_ext_get_count_percent()
106 dprint("%s: tsc_diff: %llu - count_diff: %llu - percent: %2.f (%u)\n", in hsw_ext_get_count_percent()
/linux-4.4.14/scripts/kconfig/
Dstreamline_config.pl53 sub dprint { subroutine
227 dprint "Added default depends $dep to $config\n";
402 dprint "$conf added by direct ($module)\n";
407 dprint " deps = $depends{$c}\n";
409 dprint " no deps\n";
465 dprint "$conf selected by depend $depconfig\n";
499 dprint "$conf not set for $config select\n";
505 dprint "$conf (non module) selects config, we are good\n";
510 dprint "$conf selects $config so we are good\n";
535 dprint "$next_config selected by select $config\n";
[all …]
/linux-4.4.14/arch/m68k/math-emu/
Dfp_arith.c36 dprint(PINSTR, "fabs\n"); in fp_fabs()
48 dprint(PINSTR, "fneg\n"); in fp_fneg()
67 dprint(PINSTR, "fadd\n"); in fp_fadd()
125 dprint(PINSTR, "fsub "); in fp_fsub()
135 dprint(PINSTR, "fcmp "); in fp_fcmp()
145 dprint(PINSTR, "ftst\n"); in fp_ftst()
158 dprint(PINSTR, "fmul\n"); in fp_fmul()
236 dprint(PINSTR, "fdiv\n"); in fp_fdiv()
316 dprint(PINSTR, "fsglmul\n"); in fp_fsglmul()
374 dprint(PINSTR, "fsgldiv\n"); in fp_fsgldiv()
[all …]
Dfp_log.c34 dprint(PINSTR, "fsqrt\n"); in fp_fsqrt()
184 dprint(PINSTR, "fgetexp\n"); in fp_fgetexp()
205 dprint(PINSTR, "fgetman\n"); in fp_fgetman()
/linux-4.4.14/tools/power/cpupower/utils/helpers/
Dhelpers.h48 #define dprint(fmt, ...) { \ macro
55 static inline void dprint(const char *fmt, ...) { } in dprint() function
/linux-4.4.14/arch/frv/include/asm/
Dmath-emu.h108 #define dprint(bit, fmt, args...) ({ \ macro
113 #define dprint(bit, fmt, args...) macro
/linux-4.4.14/arch/m68k/include/asm/
Dmath-emu.h108 #define dprint(bit, fmt, args...) ({ \ macro
113 #define dprint(bit, fmt, args...) macro
/linux-4.4.14/tools/power/cpupower/utils/
Dcpufreq-info.c221 dprint (" Ratio: 0x%llx - bclk: %f\n", in get_boost_mode()