/openbmc/linux/tools/perf/pmu-events/ |
H A D | jevents.py | 477 _args.output_file.write('};\n') 479 _args.output_file.write( 485 _args.output_file.write(event.to_c_string(metric=False)) 488 _args.output_file.write(f""" 495 _args.output_file.write(f"""{{ 501 _args.output_file.write('};\n\n') 532 _args.output_file.write('};\n') 534 _args.output_file.write( 540 _args.output_file.write(metric.to_c_string(metric=True)) 543 _args.output_file.write(f""" [all …]
|
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/ |
H A D | ldapdump | 38 output_file="$output_file_dir/$file_name" 40 if [ -e "$output_file" ]; then 41 rm "$output_file" 68 echo "=============$cmd=============" >> "$output_file" 69 echo "$result" >> "$output_file" 72 command="cat $output_file" 75 rm -rf $output_file
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | gecko.py | 56 output_file = None variable 300 global output_file 301 if (output_file is None): 311 global output_file 337 if (output_file is None): 338 output_file = 'gecko_profile.json' 339 with open(output_file, 'w') as f: 341 launchFirefox(output_file) 346 with open(output_file, 'w') as f: 362 global output_file [all …]
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.y | 838 FILE *output_file = fopen(argv[ARG_INDEX_EMITTER_C], "w"); variable 839 fputs("#include \"qemu/osdep.h\"\n", output_file); 840 fputs("#include \"qemu/log.h\"\n", output_file); 841 fputs("#include \"cpu.h\"\n", output_file); 842 fputs("#include \"internal.h\"\n", output_file); 843 fputs("#include \"tcg/tcg.h\"\n", output_file); 844 fputs("#include \"tcg/tcg-op.h\"\n", output_file); 845 fputs("#include \"exec/helper-gen.h\"\n", output_file); 846 fputs("#include \"insn.h\"\n", output_file); 847 fputs("#include \"opcodes.h\"\n", output_file); [all …]
|
H A D | idef-parser.h | 233 FILE *output_file; /**< FILE * of the C output file */ member
|
/openbmc/libcper/cli-app/ |
H A D | cper-convert.c | 37 char *output_file = NULL; in main() local 44 output_file = argv[i + 1]; in main() 67 cper_to_json(input_file, output_file, 0); in main() 69 cper_to_json(input_file, output_file, 1); in main() 71 json_to_cper(input_file, output_file, specification_file, in main()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | gpg_sign.py | 32 def export_pubkey(self, output_file, keyid, armor=True): argument 34 …cmd = self.gpg_cmd + ["--no-permission-warning", "--batch", "--yes", "--export", "-o", output_file] 92 output_file = input_file + "." + output_suffix 93 with tempfile.TemporaryDirectory(dir=os.path.dirname(output_file)) as tmp_dir: 94 tmp_file = os.path.join(tmp_dir, os.path.basename(output_file)) 105 os.rename(tmp_file, output_file)
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | postactions.py | 23 output_file = os.path.join(outputdir, "target_disk_usage.txt") 26 with open(output_file, 'w') as f: 35 output_file = os.path.join(outputdir, "host_disk_usage.txt") 37 with open(output_file, 'w') as f:
|
/openbmc/linux/tools/power/cpupower/bench/ |
H A D | cpufreq-bench_plot.sh | 10 output_file="cpufreq-bench.png" 35 output_file="$OPTARG".$picture_type 64 echo "set output \"$output_file\"" >> $dir/plot_script.gpl
|
/openbmc/linux/scripts/ |
H A D | parse-maintainers.pl | 8 my $output_file = "MAINTAINERS.new"; 16 'output=s' => \$output_file, 191 alpha_output(\%hash, $output_file);
|
/openbmc/qemu/scripts/ |
H A D | xml-preprocess.py | 274 with open(path, "w", encoding="utf-8") if path else sys.stdout as output_file: 275 output_file.write(xml.toprettyxml()) 283 output_file = None 285 output_file = sys.argv[2] 289 save_xml(output_xml, output_file)
|
H A D | decodetree.py | 43 output_file = None variable 134 global output_file 151 if output_file and output_fd: 153 os.remove(output_file) 1503 global output_file 1526 output_file = a 1583 elif output_file: 1584 output_fd = open(output_file, 'wt', encoding='utf-8') 1650 if output_file:
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | gen-fan-monitor-defs.py | 165 output_file = os.path.join(args.output_dir, "fan_monitor_defs.cpp") variable 166 with open(output_file, "w") as output:
|
/openbmc/phosphor-power/power-sequencer/ |
H A D | gen-ucd90160-defs.py | 44 output_file = os.path.join(args.output_dir, "ucd90160_defs.cpp") variable 49 with open(output_file, "w") as output:
|
/openbmc/witherspoon-pfault-analysis/power-sequencer/ |
H A D | gen-ucd90160-defs.py | 44 output_file = os.path.join(args.output_dir, "ucd90160_defs.cpp") variable 49 with open(output_file, "w") as output:
|
/openbmc/openbmc/poky/meta/recipes-graphics/shaderc/files/ |
H A D | 0001-cmake-disable-building-external-dependencies.patch | 102 - output_file = sys.argv[4] 103 + output_file = sys.argv[1] 104 mkdir_p(os.path.dirname(output_file)) 106 if os.path.isfile(output_file):
|
/openbmc/qemu/target/hexagon/ |
H A D | gen_helper_protos.py | 59 output_file = sys.argv[-1] 60 with open(output_file, "w") as f:
|
H A D | gen_helper_funcs.py | 109 output_file = sys.argv[-1] 110 with open(output_file, "w") as f:
|
H A D | gen_tcg_funcs.py | 115 output_file = sys.argv[-1] 116 with open(output_file, "w") as f:
|
/openbmc/qemu/scripts/modules/ |
H A D | module_block.py | 86 output_file = sys.argv[1] variable 87 with open(output_file, 'w') as fheader:
|
/openbmc/linux/tools/spi/ |
H A D | spidev_test.c | 42 static char *output_file; variable 157 if (output_file) { in transfer() 158 out_fd = open(output_file, O_WRONLY | O_CREAT | O_TRUNC, 0666); in transfer() 263 output_file = optarg; in parse_opts()
|
/openbmc/linux/tools/perf/tests/shell/lib/ |
H A D | perf_metric_validation.py | 61 def json_dump(self, data, output_file): argument 62 parent = Path(output_file).parent 66 with open(output_file, "w+") as output_file: 68 output_file,
|
/openbmc/phosphor-debug-collector/ |
H A D | map_gen.py | 57 with open(args.output_file, "w") as fd:
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | get_unit_test_report.py | 143 output_file = os.path.join(log_dir, "output.log") variable 153 file_handler = logging.FileHandler(output_file)
|
/openbmc/u-boot/tools/ |
H A D | moveconfig.py | 1363 output_file = 'moveconfig.failed' 1372 msg += "(the list has been saved in %s)\n" % output_file 1376 with open(output_file, 'w') as f: 1382 output_file = 'moveconfig.suspicious' 1392 msg += "(the list has been saved in %s)\n" % output_file 1396 with open(output_file, 'w') as f:
|