/linux-6.14.4/kernel/time/ |
D | timeconst.bc | 44 print "/* Automatically generated by kernel/time/timeconst.bc */\n" 45 print "/* Time conversion constants for HZ == ", hz, " */\n" 46 print "\n" 48 print "#ifndef KERNEL_TIMECONST_H\n" 49 print "#define KERNEL_TIMECONST_H\n\n" 51 print "#include <linux/param.h>\n" 52 print "#include <linux/types.h>\n\n" 54 print "#if HZ != ", hz, "\n" 55 print "#error \qinclude/generated/timeconst.h has the wrong HZ value!\q\n" 56 print "#endif\n\n" [all …]
|
/linux-6.14.4/tools/workqueue/ |
D | wq_dump.py | 62 print(s, file=sys.stderr, flush=True) 118 print('Affinity Scopes') 119 print('===============') 121 print(f'wq_unbound_cpumask={cpumask_str(wq_unbound_cpumask)}') 124 print(f' nr_pods {pt.nr_pods.value_()}') 126 print(' pod_cpus', end='') 128 print(f' [{pod}]={cpumask_str(pt.pod_cpus[pod])}', end='') 129 print('') 131 print(' pod_node', end='') 133 print(f' [{pod}]={pt.pod_node[pod].value_()}', end='') [all …]
|
/linux-6.14.4/arch/x86/tools/ |
D | gen-insn-attr-x86.awk | 31 print "Error: " awkchecked > "/dev/stderr" 32 print "Please try to use gawk." > "/dev/stderr" 37 print "/* x86 opcode map generated from x86-opcode-map.txt */" 38 print "/* Do not change this code. */\n" 112 print "Semantic error at " NR ": " msg > "/dev/stderr" 117 print "DEBUG: " msg 128 print "/* " $0 " */" 158 print "/* " $0 " */" 167 print "const insn_attr_t " name " = {" 171 print " [" id "] = " tbl[id] "," [all …]
|
/linux-6.14.4/tools/arch/x86/tools/ |
D | gen-insn-attr-x86.awk | 31 print "Error: " awkchecked > "/dev/stderr" 32 print "Please try to use gawk." > "/dev/stderr" 37 print "/* x86 opcode map generated from x86-opcode-map.txt */" 38 print "/* Do not change this code. */\n" 112 print "Semantic error at " NR ": " msg > "/dev/stderr" 117 print "DEBUG: " msg 128 print "/* " $0 " */" 158 print "/* " $0 " */" 167 print "const insn_attr_t " name " = {" 171 print " [" id "] = " tbl[id] "," [all …]
|
/linux-6.14.4/scripts/ |
D | get_feat.pl | 62 print STDERR "Warning: file $file#$ln:\n\t$msg"; 65 print STDERR ". Line\n\t\t$data"; 67 print STDERR "\n"; 119 print STDERR "Opening $file\n" if ($debug > 1); 214 print "=" x length($title) . "\n"; 215 print "$title\n"; 216 print "=" x length($title) . "\n\n"; 218 print "=" x $max_size_subsys; 219 print " "; 220 print "=" x $max_size_name; [all …]
|
D | extract-module-sig.pl | 40 print STDERR "Read ", $len, " bytes from module file\n"; 53 print STDERR "Found magic number at $len\n"; 62 print STDERR "Found PGP key identifier\n"; 64 print STDERR "Found X.509 cert identifier\n"; 66 print STDERR "Found PKCS#7/CMS encapsulation\n"; 68 print STDERR "Found unsupported identifier type $id_type\n"; 87 print STDERR "Found $sig_len bytes of signature ["; 92 print STDERR "]\n"; 96 print STDERR "Found $kid_len bytes of key identifier ["; 101 print STDERR "]\n"; [all …]
|
/linux-6.14.4/lib/ |
D | build_OID_registry | 17 print STDERR "Format: ", $0, " <in-h-file> <out-c-file>\n"; 40 print C_FILE "/*\n"; 43 print C_FILE " * Automatically generated by ", $scriptname, ". Do not edit\n"; 44 print C_FILE " */\n"; 78 print C_FILE "\n"; 80 print C_FILE "static const unsigned char oid_index[OID__NR + 1] = {\n"; 82 print C_FILE "static const unsigned short oid_index[OID__NR + 1] = {\n"; 85 print C_FILE "\t[OID_", $names[$i], "] = ", $indices[$i], ",\n" 87 print C_FILE "\t[OID__NR] = ", $total_length, "\n"; 88 print C_FILE "};\n"; [all …]
|
/linux-6.14.4/drivers/gpu/drm/msm/registers/ |
D | gen_header.py | 39 print("enum %s {" % self.name) 42 print("\t%s = 0x%08x," % (name, value)) 44 print("\t%s = %d," % (name, value)) 45 print("};\n") 116 print(name + ('\t' * tab_count) + value) 165 print("#ifndef NDEBUG") 172 print(" assert((%-40s & 0x%08x) == 0);" % (val, 0xffffffff ^ mask(0 , f.high - f.low))) 173 print(" assert((%-40s & 0x%08x) == 0);" % ("fields.unknown", known_mask)) 174 print("#endif\n") 176 print(" return (struct fd_reg_pair) {") [all …]
|
/linux-6.14.4/tools/net/sunrpc/xdrgen/generators/ |
D | struct.py | 22 print(template.render(name=node.name)) 31 print( 40 print( 48 print(template.render(name=field.name)) 51 print(template.render(name=field.name)) 54 print( 63 print( 72 print( 84 print(template.render(name=node.name)) 90 print(template.render(name=node.name)) [all …]
|
D | pointer.py | 22 print(template.render(name=node.name)) 31 print( 40 print( 48 print(template.render(name=field.name)) 51 print(template.render(name=field.name)) 54 print( 63 print( 72 print( 84 print(template.render(name=node.name)) 90 print(template.render(name=node.name)) [all …]
|
D | typedef.py | 24 print( 33 print(template.render(name=node.name)) 36 print(template.render(name=node.name, size=node.size)) 39 print(template.render(name=node.name)) 42 print( 51 print( 70 print( 79 print(template.render(name=node.name)) 82 print(template.render(name=node.name, size=node.size)) 85 print(template.render(name=node.name)) [all …]
|
D | union.py | 19 print(template.render(name=node.name)) 28 print( 45 print( 57 print(template.render(name=node.name)) 68 print(template.render(name=node.name)) 77 print(template.render(name=node.name, type=node.spec.type_name)) 93 print(template.render(case=case)) 97 print( 106 print(template.render()) 118 print(template.render()) [all …]
|
/linux-6.14.4/tools/power/cpupower/bindings/python/ |
D | test_raw_pylibcpupower.py | 13 print(f"CPU 0 has {cpu_cstates_count} c-states") 15 print(f"cstate count error: return code: {cpu_cstates_count}") 24 print(f"CPU state disabled") 26 print(f"Idlestate not available") 28 print(f"Disabling is not supported by the kernel") 30 print(f"No write access to disable/enable C-states: try using sudo") 32 print(f"Not documented: {cstate_disabled}") 41 print(f"CPU is disabled") 43 print(f"CPU is enabled") 45 print(f"Idlestate not available") [all …]
|
/linux-6.14.4/tools/net/ynl/pyynl/ |
D | ethtool.py | 24 print(f'no attributes, expected: {valid_attrs}') 31 print(f'expected value for \'{attr}\'') 35 print(f'invalid attribute \'{attr}\', expected: {valid_attrs}') 45 Pretty-print a set of fields from the reply. desc specifies the 66 print(f'{name}: {value}') 70 Print out the speed-like strings from the value dict. 74 print(f'{name}: {" ".join(speed)}') 106 print(f"Not supported for device {args.device}") 167 print("not implemented") 181 print("not implemented") [all …]
|
/linux-6.14.4/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck-rcuscale-ftrace.sh | 44 print "Long GP " starttime "us to " $3 "us (" curgpdur "us)"; 60 print "No ftrace records found???" 73 print "Histogram bucket size: " div; 82 print last, count; 88 print last, count; 89 print "Distribution of grace periods across tasks:"; 91 print "\t" i, gptaskcnt[i]; 95 print "Distribution of piggybacking across tasks:"; 97 print "\t" i, piggybackcnt[i]; 100 print "Average grace-period duration: " sum / newNR " microseconds"; [all …]
|
D | kvm.sh | 353 print $i, scenariocpu[$i]; 404 print cf[i], cpus[i]; 474 print "echo ----Start batch " batchnum ": `date` | tee -a " rd "log"; 475 print "needqemurun=" 485 …print "TORTURE_JITTER_START=\". jitterstart.sh " njitter " " rd " " dur " " ja[2] " " ja[3] "\"; e… 486 print "TORTURE_JITTER_STOP=\". jitterstop.sh " rd " \"; export TORTURE_JITTER_STOP" 501 print "echo ", cfr[jn], cpusr[jn] ovf ": Starting build. `date` | tee -a " rd "log"; 502 print "mkdir " rd cfr[jn] " || :"; 503 print "touch " builddir ".wait"; 509 print "export TORTURE_AFFINITY=" affinitylist; [all …]
|
/linux-6.14.4/scripts/dtc/ |
D | of_unittest_expect | 75 print "** ERROR: special pattern not recognized: <<$type>>, CONSOLE_LOG line: $.\n"; 83 print "** ERROR: $script_name internal error, at end of compare(), CONSOLE_LOG line: $.\n"; 94 print STDERR 100 -h print program usage 101 --help print program usage 107 --version print program version and exit 177 print STDERR "\n"; 178 print STDERR "ERROR processing command line options\n"; 179 print STDERR "\n"; 180 print STDERR "For help, type '$script_name --help'\n"; [all …]
|
/linux-6.14.4/tools/testing/selftests/size/ |
D | get_size.c | 21 * number output and print routines, and using __builtin_strlen() 35 static int print(const char *s) in print() function 65 return print(num_to_str(num, num_buf, sizeof(num_buf))); in print_num() 73 print(s); in print_k_value() 79 print("\n"); in print_k_value() 91 print("TAP version 13\n"); in _start() 92 print("# Testing system size.\n"); in _start() 96 print("not ok 1"); in _start() 97 print(test_name); in _start() 98 print(" ---\n reason: \"could not get sysinfo\"\n ...\n"); in _start() [all …]
|
/linux-6.14.4/tools/testing/selftests/turbostat/ |
D | smi_aperf_mperf.py | 26 print('SKIP: Could not find perf binary, thus could not determine perf access.') 34 print(f'SKIP: Could not read {counter_name} perf counter, assuming no access.') 38 print(f'SKIP: Could not read {counter_name} perf counter, assuming no access.') 74 print('SKIP: doesn\'t have MSR access, skipping run with --no-perf') 79 print('SKIP: doesn\'t have perf access, skipping run with --no-msr') 82 print('SKIP: No MSR nor perf access detected. Skipping the tests entirely') 87 print('Could not find turbostat binary') 92 print('Could not find timeout binary') 97 print(f'turbostat failed with {proc_turbostat.returncode}') 130 print(f'Running turbostat with {turbostat_argv=}... ', end = '', flush = True) [all …]
|
/linux-6.14.4/Documentation/trace/postprocess/ |
D | trace-vmscan-postprocess.pl | 84 print "SIGINT received, report pending. Hit ctrl-c again to exit\n"; 88 print "Second SIGINT received quickly, exiting\n"; 94 print "Many SIGINTs received, exiting now without report\n"; 144 print("WARNING: Event $event format string not found\n"); 151 if ($line =~ /^print fmt:\s"(.*)".*/) { 172 print("WARNING: Format not as expected for event $event '$key' != '$expected'\n"); 310 print "WARNING: Failed to parse mm_vmscan_direct_reclaim_begin as expected\n"; 311 print " $details\n"; 312 print " $regex_direct_begin\n"; 333 print "WARNING: Failed to parse mm_vmscan_kswapd_wake as expected\n"; [all …]
|
/linux-6.14.4/tools/sched_ext/ |
D | scx_show_state.py | 15 print(s, file=sys.stderr, flush=True) 33 print(f'ops : {ops.name.string_().decode()}') 34 print(f'enabled : {read_static_key("__scx_ops_enabled")}') 35 print(f'switching_all : {read_int("scx_switching_all")}') 36 print(f'switched_all : {read_static_key("__scx_switched_all")}') 37 print(f'enable_state : {ops_state_str(enable_state)} ({enable_state})') 38 print(f'in_softlockup : {prog["scx_in_softlockup"].value_()}') 39 print(f'breather_depth: {read_atomic("scx_ops_breather_depth")}') 40 print(f'bypass_depth : {prog["scx_ops_bypass_depth"].value_()}') 41 print(f'nr_rejected : {read_atomic("scx_nr_rejected")}') [all …]
|
/linux-6.14.4/tools/testing/selftests/tc-testing/ |
D | tdc_helper.py | 35 """ Print IDs and names of all test cases. """ 37 print(curcase['id'] + ': (' + ', '.join(curcase['category']) + ") " + curcase['name']) 43 print("Available categories:") 44 print(", ".join(str(s) for s in categories)) 45 print("") 49 """ Print a list of strings prepended with a tab. """ 52 print("\t" + str(l[0])) 54 print("\t" + str(l)) 58 print("\n".join(str(s) for s in items)) 63 print('\n==============\nTest {}\t{}\n'.format(tcase['id'], tcase['name'])) [all …]
|
/linux-6.14.4/tools/perf/scripts/python/ |
D | event_analyzing_sample.py | 42 print("In trace_begin:\n") 107 print("In trace_end:\n") 128 print("There is %d records in gen_events table" % t[0]) 132 print("Statistics about the general events grouped by thread/symbol/dso: \n") 136 print("\n%16s %8s %16s\n%s" % ("comm", "number", "histogram", "="*42)) 138 print("%16s %8d %s" % (row[0], row[1], num2sym(row[1]))) 141 print("\n%32s %8s %16s\n%s" % ("symbol", "number", "histogram", "="*58)) 144 print("%32s %8d %s" % (row[0], row[1], num2sym(row[1]))) 147 print("\n%40s %8s %16s\n%s" % ("dso", "number", "histogram", "="*74)) 150 print("%40s %8d %s" % (row[0], row[1], num2sym(row[1]))) [all …]
|
/linux-6.14.4/tools/testing/selftests/damon/ |
D | damon_nr_regions.py | 37 print('kdamond start failed: %s' % err) 46 print('tried regions update failed: %s' % err) 52 print('tried regions is not collected') 58 print('tried regions is not created') 71 print('fail %s' % test_name) 72 print('number of regions that collected are:') 74 print(nr) 76 print('pass %s ' % test_name) 104 print('kdamond start failed: %s' % err) 117 print('commit failed: %s' % err) [all …]
|
/linux-6.14.4/rust/kernel/ |
D | print.rs | 158 $crate::print::call_printk( 169 $crate::print::call_printk_cont( 199 /// Mimics the interface of [`std::print!`]. See [`core::fmt`] and 203 /// [`std::print!`]: https://doc.rust-lang.org/std/macro.print.html 213 $crate::print_macro!($crate::print::format_strings::EMERG, false, $($arg)*) 223 /// Mimics the interface of [`std::print!`]. See [`core::fmt`] and 227 /// [`std::print!`]: https://doc.rust-lang.org/std/macro.print.html 237 $crate::print_macro!($crate::print::format_strings::ALERT, false, $($arg)*) 247 /// Mimics the interface of [`std::print!`]. See [`core::fmt`] and 251 /// [`std::print!`]: https://doc.rust-lang.org/std/macro.print.html [all …]
|