Searched refs:output_file (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/perf/pmu-events/ |
| H A D | jevents.py | 542 _args.output_file.write('};\n') 544 _args.output_file.write( 550 _args.output_file.write(event.to_c_string(metric=False)) 554 _args.output_file.write(f""" 561 _args.output_file.write(f"""{{ 567 _args.output_file.write('};\n\n') 598 _args.output_file.write('};\n') 600 _args.output_file.write( 606 _args.output_file.write(metric.to_c_string(metric=True)) 609 _args.output_file.write(f""" [all …]
|
| /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 …]
|
| /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
|
| /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);
|
| /linux/tools/perf/tests/shell/lib/ |
| H A D | perf_metric_validation.py | 88 def json_dump(self, data, output_file): argument 89 parent = Path(output_file).parent 93 with open(output_file, "w+") as output_file: 95 output_file,
|
| /linux/drivers/tty/vt/ |
| H A D | gen_ucs_recompose_table.py | 257 generate_recomposition_table(use_full_list=args.full, out_file=args.output_file)
|
| H A D | gen_ucs_width_table.py | 299 write_tables(zero_width_ranges, double_width_ranges, out_file=args.output_file)
|
| H A D | gen_ucs_fallback_table.py | 360 generate_fallback_tables(out_file=args.output_file)
|
| /linux/drivers/acpi/acpica/ |
| H A D | acutils.h | 70 FILE *output_file = acpi_gbl_output_file; \ 74 acpi_os_redirect_output (output_file);
|