Home
last modified time | relevance | path

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

/linux/tools/perf/pmu-events/
H A Djevents.py542 _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 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 …]
/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
/linux/scripts/
H A Dparse-maintainers.pl8 my $output_file = "MAINTAINERS.new";
16 'output=s' => \$output_file,
191 alpha_output(\%hash, $output_file);
/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py88 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 Dgen_ucs_recompose_table.py257 generate_recomposition_table(use_full_list=args.full, out_file=args.output_file)
H A Dgen_ucs_width_table.py299 write_tables(zero_width_ranges, double_width_ranges, out_file=args.output_file)
H A Dgen_ucs_fallback_table.py360 generate_fallback_tables(out_file=args.output_file)
/linux/drivers/acpi/acpica/
H A Dacutils.h70 FILE *output_file = acpi_gbl_output_file; \
74 acpi_os_redirect_output (output_file);