Home
last modified time | relevance | path

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

/tools/power/cpupower/bench/
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
/tools/spi/
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()
251 output_file = optarg; in parse_opts()
/tools/perf/pmu-events/
Djevents.c938 static void create_empty_mapping(const char *output_file) in create_empty_mapping() argument
945 outfp = fopen(output_file, "w"); in create_empty_mapping()
1197 const char *output_file; in main() local
1210 output_file = argv[3]; in main()
1215 eventsfp = fopen(output_file, "w"); in main()
1218 prog, output_file, strerror(errno)); in main()
1307 create_empty_mapping(output_file); in main()
/tools/bpf/bpftool/
Dgen.c979 const char *output_file, *file; in do_object() local
987 output_file = GET_ARG(); in do_object()
989 linker = bpf_linker__new(output_file, NULL); in do_object()