/linux/kernel/time/ |
H A 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/tools/workqueue/ |
H A 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/tools/arch/x86/tools/ |
H A 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 " [" i [all...] |
/linux/scripts/ |
H A 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 …]
|
H A 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 …]
|
H A D | headerdep.pl | 43 print "Usage: $0 [options] file...\n"; 44 print "\n"; 45 print "Options:\n"; 46 print " --all\n"; 47 print " --graph\n"; 48 print "\n"; 49 print " -I includedir\n"; 50 print "\n"; 51 print "To make nice graphs, try:\n"; 52 print " $0 --graph include/linux/kernel.h | dot -Tpng -o graph.png\n"; [all …]
|
/linux/lib/ |
H A 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/tools/net/sunrpc/xdrgen/generators/ |
H A 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 …]
|
H A 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 …]
|
H A 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)) 88 print(template.render(case=case)) 92 print( 101 print(template.render()) 113 print(template.render()) [all …]
|
H A 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 …]
|
/linux/tools/net/ynl/ |
H A D | ethtool.py | 21 print(f'no attributes, expected: {valid_attrs}') 28 print(f'expected value for \'{attr}\'') 32 print(f'invalid attribute \'{attr}\', expected: {valid_attrs}') 42 Pretty-print a set of fields from the reply. desc specifies the 63 print(f'{name}: {value}') 67 Print out the speed-like strings from the value dict. 71 print(f'{name}: {" ".join(speed)}') 103 print(f"Not supported for device {args.device}") 166 print("not implemented") 180 print("not implemented") [all …]
|
/linux/tools/testing/selftests/rcutorture/bin/ |
H A 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 …]
|
H A D | kvm.sh | 348 print $i, scenariocpu[$i]; 399 print cf[i], cpus[i]; 468 print "echo ----Start batch " batchnum ": `date` | tee -a " rd "log"; 469 print "needqemurun=" 479 …print "TORTURE_JITTER_START=\". jitterstart.sh " njitter " " rd " " dur " " ja[2] " " ja[3] "\"; e… 480 print "TORTURE_JITTER_STOP=\". jitterstop.sh " rd " \"; export TORTURE_JITTER_STOP" 495 print "echo ", cfr[jn], cpusr[jn] ovf ": Starting build. `date` | tee -a " rd "log"; 496 print "mkdir " rd cfr[jn] " || :"; 497 print "touch " builddir ".wait"; 503 print "export TORTURE_AFFINITY=" affinitylist; [all …]
|
H A D | kvm-recheck-rcuscale.sh | 50 print "No rcuscale records found???" 63 print "Histogram bucket size: " div; 72 print last, count; 78 print last, count; 79 print "Average grace-period duration: " sum / newNR " microseconds"; 80 print "Minimum grace-period duration: " gptimes[1]; 81 print "50th percentile grace-period duration: " gptimes[pct50]; 82 print "90th percentile grace-period duration: " gptimes[pct90]; 83 print "99th percentile grace-period duration: " gptimes[pct99]; 84 print "Maximum grace-period duration: " gptimes[newNR]; [all …]
|
/linux/scripts/dtc/ |
H A 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/tools/testing/selftests/size/ |
H A 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/tools/testing/selftests/turbostat/ |
H A 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 …]
|
H A D | added_perf_counters.py | 39 print('SKIP: Could not find perf binary, thus could not determine perf access.') 47 print(f'SKIP: Could not read {counter_name} perf counter.') 51 print(f'SKIP: Could not read {counter_name} perf counter.') 61 print('SKIP: Could not read any perf counter.') 65 print(f'WARN: Could not access all of the counters - some will be left untested') 76 print('Could not find turbostat binary') 81 print('Could not find timeout binary') 86 print(f'turbostat failed with {proc_turbostat.returncode}') 138 print(f'turbostat column check failed\n{expected_columns=}\n{actual_columns=}') 144 print(f'turbostat column check failed: missing column {expected_column.decode()}') [all …]
|
/linux/Documentation/trace/postprocess/ |
H A 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/rust/kernel/ |
H A D | print.rs | 156 $crate::print::call_printk( 167 $crate::print::call_printk_cont( 197 /// Mimics the interface of [`std::print!`]. See [`core::fmt`] and 201 /// [`std::print!`]: https://doc.rust-lang.org/std/macro.print.html 211 $crate::print_macro!($crate::print::format_strings::EMERG, false, $($arg)*) 221 /// Mimics the interface of [`std::print!`]. See [`core::fmt`] and 225 /// [`std::print!`]: https://doc.rust-lang.org/std/macro.print.html 235 $crate::print_macro!($crate::print::format_strings::ALERT, false, $($arg)*) 245 /// Mimics the interface of [`std::print!`]. See [`core::fmt`] and 249 /// [`std::print!`]: https://doc.rust-lang.org/std/macro.print.html [all …]
|
/linux/tools/testing/selftests/tc-testing/ |
H A 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/tools/perf/scripts/python/ |
H A 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/tools/testing/selftests/damon/ |
H A 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') 70 print('fail %s' % test_name) 71 print('number of regions that collected are:') 73 print(nr) 75 print('pass %s ' % test_name) 103 print('kdamond start failed: %s' % err) 115 print('commit failed: %s' % err) [all …]
|
/linux/tools/verification/dot2/ |
H A D | dot2k | 26 print("Opening and parsing the dot file %s" % params.dot_file) 30 print('Error: '+ str(e)) 31 print("Sorry : :-(") 36 print(params.model_name) 38 print("Writing the monitor into the directory %s" % monitor.name) 40 print("Almost done, checklist") 41 print(" - Edit the %s/%s.c to add the instrumentation" % (monitor.name, monitor.name)) 42 print(" - Edit include/trace/events/rv.h to add the tracepoint entry") 43 print(" - Move it to the kernel's monitor directory") 44 print(" - Edit kernel/trace/rv/Makefile") [all …]
|