/linux-6.6.21/tools/power/cpupower/utils/idle_monitor/ |
D | mperf_monitor.c | 89 dprint("Reading TSC MSR failed, returning %llu\n", *tsc); in mperf_get_tsc() 174 dprint("%s: TSC Ref - mperf_diff: %llu, tsc_diff: %llu\n", in mperf_get_count_percent() 179 dprint("%s: MAXFREQ - mperf_diff: %llu, time_diff: %llu\n", in mperf_get_count_percent() 187 dprint("%s: previous: %llu - current: %llu - (%u)\n", in mperf_get_count_percent() 189 dprint("%s: %f\n", mperf_cstates[id].name, *percent); in mperf_get_count_percent() 215 dprint("%s: Average freq based on %s maximum frequency:\n", in mperf_get_count_freq() 218 dprint("max_frequency: %lu\n", max_frequency); in mperf_get_count_freq() 219 dprint("aperf_diff: %llu\n", aperf_diff); in mperf_get_count_freq() 220 dprint("mperf_diff: %llu\n", mperf_diff); in mperf_get_count_freq() 221 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 | rapl_monitor.c | 110 dprint("No powercapping driver loaded\n"); in rapl_register() 114 dprint("Driver: %s\n", line); in rapl_register() 119 dprint("Powercapping is disabled\n"); in rapl_register() 123 dprint("Powercap domain hierarchy:\n\n"); in rapl_register() 127 dprint("No powercap info found\n"); in rapl_register()
|
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 | 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 | 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 | 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()
|
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()
|
/linux-6.6.21/scripts/kconfig/ |
D | streamline_config.pl | 54 sub dprint { subroutine 228 dprint "Added default depends $dep to $config\n"; 403 dprint "$conf added by direct ($module)\n"; 408 dprint " deps = $depends{$c}\n"; 410 dprint " no deps\n"; 466 dprint "$conf selected by depend $depconfig\n"; 500 dprint "$conf not set for $config select\n"; 506 dprint "$conf (non module) selects config, we are good\n"; 511 dprint "$conf selects $config so we are good\n"; 536 dprint "$next_config selected by select $config\n"; [all …]
|
/linux-6.6.21/arch/m68k/math-emu/ |
D | fp_arith.c | 34 dprint(PINSTR, "fabs\n"); in fp_fabs() 46 dprint(PINSTR, "fneg\n"); in fp_fneg() 65 dprint(PINSTR, "fadd\n"); in fp_fadd() 123 dprint(PINSTR, "fsub "); in fp_fsub() 133 dprint(PINSTR, "fcmp "); in fp_fcmp() 143 dprint(PINSTR, "ftst\n"); in fp_ftst() 156 dprint(PINSTR, "fmul\n"); in fp_fmul() 234 dprint(PINSTR, "fdiv\n"); in fp_fdiv() 314 dprint(PINSTR, "fsglmul\n"); in fp_fsglmul() 372 dprint(PINSTR, "fsgldiv\n"); in fp_fsgldiv() [all …]
|
D | fp_log.c | 34 dprint(PINSTR, "fsqrt\n"); in fp_fsqrt() 184 dprint(PINSTR, "fgetexp\n"); in fp_fgetexp() 205 dprint(PINSTR, "fgetman\n"); in fp_fgetman()
|
/linux-6.6.21/scripts/ |
D | leaking_addresses.pl | 163 sub dprint subroutine 234 dprint("system(gunzip < /proc/config.gz) failed\n"); 246 dprint("parsing config file: $file\n"); 506 dprint("parsing: $path\n");
|
/linux-6.6.21/tools/power/cpupower/utils/helpers/ |
D | helpers.h | 50 #define dprint(fmt, ...) { \ macro 57 static inline void dprint(const char *fmt, ...) { } in dprint() function
|
/linux-6.6.21/arch/m68k/include/asm/ |
D | math-emu.h | 109 #define dprint(bit, fmt, ...) ({ \ macro 114 #define dprint(bit, fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
|
/linux-6.6.21/drivers/scsi/mpi3mr/ |
D | mpi3mr_debug.h | 50 #define dprint(ioc, fmt, ...) \ macro
|
/linux-6.6.21/tools/power/cpupower/utils/ |
D | cpufreq-info.c | 182 dprint (" Ratio: 0x%llx - bclk: %f\n", in get_boost_mode_x86()
|