/linux-6.3-rc2/tools/power/x86/intel-speed-select/ |
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 …]
|
A D | isst-config.c | 24 static FILE *outf; variable 79 return outf; in get_output_file() 1319 isst_ctdp_display_information_end(outf); in dump_isst_config() 1430 isst_ctdp_display_information_end(outf); in set_tdp_level() 1499 isst_ctdp_display_information_end(outf); in dump_pbf_config() 1905 isst_ctdp_display_information_end(outf); in set_pbf_enable() 1951 isst_ctdp_display_information_end(outf); in dump_fact_config() 2986 if (outf) in cmdline() 2987 fclose(outf); in cmdline() 2988 outf = fopen_or_exit(optarg, "w"); in cmdline() [all …]
|
A D | isst.h | 219 extern void isst_ctdp_display_information(struct isst_id *id, FILE *outf, int tdp_level, 221 extern void isst_ctdp_display_core_info(struct isst_id *id, FILE *outf, char *prefix, 223 extern void isst_ctdp_display_information_start(FILE *outf); 224 extern void isst_ctdp_display_information_end(FILE *outf); 225 extern void isst_pbf_display_information(struct isst_id *id, FILE *outf, int level, 236 extern void isst_fact_display_information(struct isst_id *id, FILE *outf, int level, 251 extern void isst_clos_display_information(struct isst_id *id, FILE *outf, int clos, 253 extern void isst_clos_display_assoc_information(struct isst_id *id, FILE *outf, int clos); 255 extern void isst_display_result(struct isst_id *id, FILE *outf, char *feature, char *cmd, 259 extern void isst_clos_display_clos_information(struct isst_id *id, FILE *outf, [all …]
|
/linux-6.3-rc2/tools/power/x86/turbostat/ |
A D | turbostat.c | 208 FILE *outf; variable 716 fprintf(outf, in help() 1413 if (outf == stderr) in flush_output_stdout() 1416 filep = outf; in flush_output_stdout() 1427 fflush(outf); in flush_output_stderr() 2655 fprintf(outf, in dump_knl_turbo_ratio_limits() 2680 fprintf(outf, ")\n"); in dump_nhm_cst_cfg() 2701 fprintf(outf, ")\n"); in dump_config_tdp() 5364 fprintf(outf, in decode_misc_feature_control() 5987 fprintf(outf, in topology_probe() [all …]
|
/linux-6.3-rc2/scripts/dtc/ |
A D | dtc.c | 172 FILE *outf = NULL; in main() local 344 outf = stdout; in main() 346 outf = fopen(outname, "wb"); in main() 347 if (! outf) in main() 353 dt_to_source(outf, dti); in main() 358 dt_to_yaml(outf, dti); in main() 361 dt_to_blob(outf, dti, outversion); in main() 363 dt_to_asm(outf, dti, outversion); in main()
|
/linux-6.3-rc2/samples/bpf/ |
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.3-rc2/tools/testing/selftests/powerpc/nx-gzip/ |
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.3-rc2/arch/mips/boot/tools/ |
A D | relocs.c | 572 static void emit_relocs(int as_text, int as_bin, FILE *outf) in emit_relocs() argument 598 outf = stdout; in emit_relocs() 601 outf = stdout; in emit_relocs() 607 if (fseek(outf, sec_reloc->shdr.sh_offset, SEEK_SET) < 0) { in emit_relocs() 614 size += write_reloc(relocs.offset[i], outf); in emit_relocs() 618 size += write_reloc(0, outf); in emit_relocs()
|
/linux-6.3-rc2/drivers/net/ppp/ |
A D | ppp_generic.c | 479 goto outf; in ppp_read() 485 goto outf; in ppp_read() 488 outf: in ppp_read() 1436 goto outf; in ppp_start_xmit() 1445 goto outf; in ppp_start_xmit() 1448 goto outf; in ppp_start_xmit() 1454 goto outf; in ppp_start_xmit() 1465 outf: in ppp_start_xmit()
|
/linux-6.3-rc2/drivers/gpu/drm/tegra/ |
A D | dc.c | 129 fixed20_12 outf = dfixed_init(out); in compute_dda_inc() local 151 outf.full = max_t(u32, outf.full - dfixed_const(1), dfixed_const(1)); in compute_dda_inc() 154 dda_inc = dfixed_div(inf, outf); in compute_dda_inc()
|