| /linux-6.15/tools/power/x86/intel-speed-select/ |
| H A D | isst-display.c | 103 fprintf(outf, "%s", delimiters); in format_and_print_txt() 106 fprintf(outf, "%s", delimiters); in format_and_print_txt() 107 fprintf(outf, "%s\n", header); in format_and_print_txt() 125 fprintf(outf, "{"); in format_and_print() 127 fprintf(outf, "\n}\n"); in format_and_print() 137 fprintf(outf, ",\n"); in format_and_print() 141 fprintf(outf, "\n"); in format_and_print() 144 fprintf(outf, "\"%s\"", value); in format_and_print() 156 fprintf(outf, "\n%s}", delimiters); in format_and_print() 159 fprintf(outf, "\n"); in format_and_print() [all …]
|
| H A D | isst-config.c | 25 static FILE *outf; variable 84 return outf; in get_output_file() 1481 isst_ctdp_display_information_end(outf); in dump_isst_config() 1592 isst_ctdp_display_information_end(outf); in set_tdp_level() 1661 isst_ctdp_display_information_end(outf); in dump_pbf_config() 2076 isst_ctdp_display_information_end(outf); in set_pbf_enable() 2123 isst_ctdp_display_information_end(outf); in dump_fact_config() 3246 if (outf) in cmdline() 3247 fclose(outf); in cmdline() 3248 outf = fopen_or_exit(optarg, "w"); in cmdline() [all …]
|
| H A D | isst.h | 255 extern void isst_ctdp_display_information(struct isst_id *id, FILE *outf, int tdp_level, 257 extern void isst_ctdp_display_core_info(struct isst_id *id, FILE *outf, char *prefix, 259 extern void isst_ctdp_display_information_start(FILE *outf); 260 extern void isst_ctdp_display_information_end(FILE *outf); 261 extern void isst_pbf_display_information(struct isst_id *id, FILE *outf, int level, 269 extern void isst_fact_display_information(struct isst_id *id, FILE *outf, int level, 284 extern void isst_clos_display_information(struct isst_id *id, FILE *outf, int clos, 286 extern void isst_clos_display_assoc_information(struct isst_id *id, FILE *outf, int clos); 288 extern void isst_display_result(struct isst_id *id, FILE *outf, char *feature, char *cmd, 292 extern void isst_clos_display_clos_information(struct isst_id *id, FILE *outf, [all …]
|
| H A D | isst-core.c | 75 FILE *outf = get_output_file(); in isst_send_msr_command() local 91 fprintf(outf, "Error: msr_cmd cpu:%d msr:%x read_write:%d\n", in isst_send_msr_command()
|
| H A D | isst-core-mbox.c | 81 FILE *outf = get_output_file(); in _send_mmio_command() local 107 fprintf(outf, "Error: mmio_cmd cpu:%d reg:%x read_write:%x\n", in _send_mmio_command()
|
| /linux-6.15/scripts/dtc/ |
| H A D | dtc.c | 174 FILE *outf = NULL; in main() local 351 outf = stdout; in main() 353 outf = fopen(outname, "wb"); in main() 354 if (! outf) in main() 360 dt_to_source(outf, dti); in main() 365 dt_to_yaml(outf, dti); in main() 368 dt_to_blob(outf, dti, outversion); in main() 370 dt_to_asm(outf, dti, outversion); in main()
|
| /linux-6.15/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 323 FILE *outf; variable 2277 fprintf(outf, in help() 3367 if (outf == stderr) in flush_output_stdout() 3370 filep = outf; in flush_output_stdout() 3381 fflush(outf); in flush_output_stderr() 5262 fprintf(outf, in dump_knl_turbo_ratio_limits() 5290 fprintf(outf, ")\n"); in dump_cst_cfg() 7703 fprintf(outf, in decode_misc_feature_control() 8338 fputc('\n', outf); in process_cpuid() 8751 fprintf(outf, in topology_probe() [all …]
|
| /linux-6.15/samples/bpf/ |
| H A D | hbm.c | 77 FILE *outf; in read_trace_pipe2() local 89 outf = fopen(outFname, "w"); in read_trace_pipe2() 91 if (outf == NULL) in read_trace_pipe2() 102 if (outf != NULL) { in read_trace_pipe2() 103 fprintf(outf, "%s\n", buf); in read_trace_pipe2() 104 fflush(outf); in read_trace_pipe2()
|
| /linux-6.15/scripts/ |
| H A D | make_fit.py | 178 with open(comp_fname.name, 'wb') as outf: 182 subprocess.call([tool, '-c'], stdin=inf, stdout=outf) 310 with open(args.output, 'wb') as outf: 311 outf.write(out_data)
|
| /linux-6.15/tools/testing/selftests/powerpc/nx-gzip/ |
| H A D | gunz_test.c | 275 FILE *outf = NULL; in decompress_file() local 312 outf = stdout; in decompress_file() 328 outf = fopen(w, "w"); in decompress_file() 329 if (outf == NULL) { in decompress_file() 503 n = fwrite(fifo_out + cur_out, 1, write_sz, outf); in decompress_file() 519 n = fwrite(fifo_out, 1, write_sz, outf); in decompress_file() 996 fclose(outf); in decompress_file()
|
| /linux-6.15/arch/mips/boot/tools/ |
| H A D | relocs.c | 577 static void emit_relocs(int as_text, int as_bin, FILE *outf) in emit_relocs() argument 603 outf = stdout; in emit_relocs() 606 outf = stdout; in emit_relocs() 612 if (fseek(outf, sec_reloc->shdr.sh_offset, SEEK_SET) < 0) { in emit_relocs() 619 size += write_reloc(relocs.offset[i], outf); in emit_relocs() 623 size += write_reloc(0, outf); in emit_relocs()
|
| /linux-6.15/drivers/net/ppp/ |
| H A D | ppp_generic.c | 494 goto outf; in ppp_read() 500 goto outf; in ppp_read() 503 outf: in ppp_read() 1466 goto outf; in ppp_start_xmit() 1475 goto outf; in ppp_start_xmit() 1478 goto outf; in ppp_start_xmit() 1484 goto outf; in ppp_start_xmit() 1495 outf: in ppp_start_xmit()
|
| /linux-6.15/drivers/gpu/drm/tegra/ |
| H A D | dc.c | 130 fixed20_12 outf = dfixed_init(out); in compute_dda_inc() local 152 outf.full = max_t(u32, outf.full - dfixed_const(1), dfixed_const(1)); in compute_dda_inc() 155 dda_inc = dfixed_div(inf, outf); in compute_dda_inc()
|