Searched refs:output_file (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/perf/pmu-events/ |
| H A D | jevents.py | 555 _args.output_file.write('};\n') 557 _args.output_file.write( 563 _args.output_file.write(event.to_c_string(metric=False)) 567 _args.output_file.write(f""" 574 _args.output_file.write(f"""\t{{ 580 _args.output_file.write('};\n\n') 615 _args.output_file.write('};\n') 617 _args.output_file.write( 623 _args.output_file.write(metric.to_c_string(metric=True)) 626 _args.output_file [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_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);
|
| /linux/tools/bpf/bpftool/ |
| H A D | gen.c | 1971 const char *output_file, *file; in do_object() local 1979 output_file = GET_ARG(); in do_object() 1981 linker = bpf_linker__new(output_file, NULL); in do_object()
|