Home
last modified time | relevance | path

Searched refs:output_file (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dldapdump38 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/pmu-events/
H A Djevents.py479 _args.output_file.write(
488 _args.output_file.write(f"""
534 _args.output_file.write(
543 _args.output_file.write(f"""
636 _args.output_file.write("""
722 _args.output_file.write("""{
734 _args.output_file.write("""
1123 _args.output_file.write("""
1128 _args.output_file.write(
1131 _args.output_file.write("""
[all …]
/openbmc/linux/tools/perf/scripts/python/
H A Dgecko.py56 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/libcper/cli-app/
H A Dcper-convert.c37 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/qemu/target/hexagon/idef-parser/
H A Didef-parser.y843 fputs("#include \"qemu/log.h\"\n", output_file);
844 fputs("#include \"cpu.h\"\n", output_file);
845 fputs("#include \"internal.h\"\n", output_file);
846 fputs("#include \"tcg/tcg.h\"\n", output_file);
849 fputs("#include \"insn.h\"\n", output_file);
850 fputs("#include \"opcodes.h\"\n", output_file);
852 fputs("#define QEMU_GENERATE\n", output_file);
853 fputs("#include \"genptr.h\"\n", output_file);
854 fputs("#include \"macros.h\"\n", output_file);
867 context.output_file = output_file;
[all …]
H A Didef-parser.h243 FILE *output_file; /**< FILE * of the C output file */ member
/openbmc/openbmc/poky/meta/lib/oe/
H A Dgpg_sign.py32 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 Dpostactions.py26 output_file = os.path.join(get_json_result_dir(d), "artifacts", "target_disk_usage.txt")
29 with open(output_file, 'w') as f:
38 output_file = os.path.join(get_json_result_dir(d), "artifacts", "host_disk_usage.txt")
40 with open(output_file, 'w') as f:
/openbmc/linux/tools/power/cpupower/bench/
H A Dcpufreq-bench_plot.sh10 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 Dparse-maintainers.pl8 my $output_file = "MAINTAINERS.new";
16 'output=s' => \$output_file,
191 alpha_output(\%hash, $output_file);
/openbmc/phosphor-fan-presence/monitor/
H A Dgen-fan-monitor-defs.py165 output_file = os.path.join(args.output_dir, "fan_monitor_defs.cpp") variable
166 with open(output_file, "w") as output:
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Dgen-ucd90160-defs.py44 output_file = os.path.join(args.output_dir, "ucd90160_defs.cpp") variable
49 with open(output_file, "w") as output:
/openbmc/phosphor-power/power-sequencer/
H A Dgen-ucd90160-defs.py44 output_file = os.path.join(args.output_dir, "ucd90160_defs.cpp") variable
49 with open(output_file, "w") as output:
/openbmc/qemu/scripts/
H A Dxml-preprocess.py274 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 Ddecodetree.py43 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/openbmc/poky/meta/recipes-graphics/shaderc/files/
H A D0001-cmake-disable-building-external-dependencies.patch102 - 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/scripts/modules/
H A Dmodule_block.py86 output_file = sys.argv[1] variable
87 with open(output_file, 'w') as fheader:
/openbmc/linux/tools/spi/
H A Dspidev_test.c42 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 Dperf_metric_validation.py61 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/qemu/target/hexagon/
H A Dgen_helper_protos.py201 output_file = sys.argv[-1]
202 with open(output_file, "w") as f:
H A Dgen_helper_funcs.py376 output_file = sys.argv[-1]
377 with open(output_file, "w") as f:
/openbmc/phosphor-debug-collector/
H A Dmap_gen.py57 with open(args.output_file, "w") as fd:
/openbmc/openbmc-build-scripts/scripts/
H A Dget_unit_test_report.py143 output_file = os.path.join(log_dir, "output.log") variable
153 file_handler = logging.FileHandler(output_file)
/openbmc/u-boot/tools/
H A Dmoveconfig.py1363 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:
/openbmc/linux/arch/s390/kernel/syscalls/
H A Dsyscalltbl191 output_file=""

12