| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/tools/workqueue/ |
| D | wq_dump.py | 61 print(s, file=sys.stderr, flush=True) 95 print('Affinity Scopes') 96 print('===============') 98 print(f'wq_unbound_cpumask={cpumask_str(wq_unbound_cpumask)}') 101 print(f' nr_pods {pt.nr_pods.value_()}') 103 print(' pod_cpus', end='') 105 print(f' [{pod}]={cpumask_str(pt.pod_cpus[pod])}', end='') 106 print('') 108 print(' pod_node', end='') 110 print(f' [{pod}]={pt.pod_node[pod].value_()}', end='') [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
| D | configcheck.sh | 20 print "if grep -q \"" $0 "\" < '"$T/.config"'"; 21 print "then"; 22 print "\t:"; 23 print "else"; 25 print "\tif grep -q \"" $2 "\" < '"$T/.config"'"; 26 print "\tthen"; 27 print "\t\tif test \"$firsttime\" = \"\"" 28 print "\t\tthen" 29 print "\t\t\tfirsttime=1" 30 print "\t\tfi" [all …]
|
| 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 …]
|
| /kernel/linux/linux-5.10/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" 107 print "Semantic error at " NR ": " msg > "/dev/stderr" 112 print "DEBUG: " msg 123 print "/* " $0 " */" 153 print "/* " $0 " */" 162 print "const insn_attr_t " name " = {" 166 print " [" id "] = " tbl[id] "," [all …]
|
| /kernel/linux/linux-5.10/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" 107 print "Semantic error at " NR ": " msg > "/dev/stderr" 112 print "DEBUG: " msg 123 print "/* " $0 " */" 153 print "/* " $0 " */" 162 print "const insn_attr_t " name " = {" 166 print " [" id "] = " tbl[id] "," [all …]
|
| /kernel/linux/linux-6.6/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" 107 print "Semantic error at " NR ": " msg > "/dev/stderr" 112 print "DEBUG: " msg 123 print "/* " $0 " */" 153 print "/* " $0 " */" 162 print "const insn_attr_t " name " = {" 166 print " [" id "] = " tbl[id] "," [all …]
|
| /kernel/linux/linux-6.6/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" 107 print "Semantic error at " NR ": " msg > "/dev/stderr" 112 print "DEBUG: " msg 123 print "/* " $0 " */" 153 print "/* " $0 " */" 162 print "const insn_attr_t " name " = {" 166 print " [" id "] = " tbl[id] "," [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | build_OID_registry | 16 print STDERR "Format: ", $0, " <in-h-file> <out-c-file>\n"; 37 print C_FILE "/*\n"; 38 print C_FILE " * Automatically generated by ", $0, ". Do not edit\n"; 39 print C_FILE " */\n"; 73 print C_FILE "\n"; 75 print C_FILE "static const unsigned char oid_index[OID__NR + 1] = {\n"; 77 print C_FILE "static const unsigned short oid_index[OID__NR + 1] = {\n"; 80 print C_FILE "\t[OID_", $names[$i], "] = ", $indices[$i], ",\n" 82 print C_FILE "\t[OID__NR] = ", $total_length, "\n"; 83 print C_FILE "};\n"; [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/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 | 337 print $i, scenariocpu[$i]; 388 print cf[i], cpus[i]; 457 print "echo ----Start batch " batchnum ": `date` | tee -a " rd "log"; 458 print "needqemurun=" 468 …print "TORTURE_JITTER_START=\". jitterstart.sh " njitter " " rd " " dur " " ja[2] " " ja[3] "\"; e… 469 print "TORTURE_JITTER_STOP=\". jitterstop.sh " rd " \"; export TORTURE_JITTER_STOP" 484 print "echo ", cfr[jn], cpusr[jn] ovf ": Starting build. `date` | tee -a " rd "log"; 485 print "mkdir " rd cfr[jn] " || :"; 486 print "touch " builddir ".wait"; 492 print "export TORTURE_AFFINITY=" affinitylist; [all …]
|
| /kernel/linux/linux-6.6/tools/net/ynl/ |
| D | ethtool.py | 20 print(f'no attributes, expected: {valid_attrs}') 27 print(f'expected value for \'{attr}\'') 31 print(f'invalid attribute \'{attr}\', expected: {valid_attrs}') 41 Pretty-print a set of fields from the reply. desc specifies the 62 print(f'{name}: {value}') 66 Print out the speed-like strings from the value dict. 70 print(f'{name}: {" ".join(speed)}') 102 print(f"Not supported for device {args.device}") 162 print("not implemented") 176 print("not implemented") [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/scripts/ |
| 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 …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
| D | tdc.py | 101 print('ERROR: unable to find required plugin {}'.format(r)) 105 print('WARNING: multiple copies of plugin {} found, using version found') 106 print('at {}'.format(source_path[0])) 130 print('exception {} in call to pre_case for {} plugin'. 132 print('test_ordinal is {}'.format(test_ordinal)) 133 print('testid is {}'.format(caseinfo['id'])) 192 print('command "{}"'.format(command)) 220 print('{}'.format(prefix)) 235 print('', file=sys.stderr) 236 print("{} *** Could not execute: \"{}\"".format(prefix, cmd), [all …]
|
| 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 …]
|
| /kernel/linux/linux-5.10/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"); 312 print "WARNING: Failed to parse mm_vmscan_direct_reclaim_begin as expected\n"; 313 print " $details\n"; 314 print " $regex_direct_begin\n"; 335 print "WARNING: Failed to parse mm_vmscan_kswapd_wake as expected\n"; [all …]
|
| /kernel/linux/linux-6.6/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"); 312 print "WARNING: Failed to parse mm_vmscan_direct_reclaim_begin as expected\n"; 313 print " $details\n"; 314 print " $regex_direct_begin\n"; 335 print "WARNING: Failed to parse mm_vmscan_kswapd_wake as expected\n"; [all …]
|
| /kernel/linux/linux-6.6/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 …]
|