Home
last modified time | relevance | path

Searched refs:fwrite (Results 1 – 25 of 26) sorted by relevance

12

/tools/perf/
A Dperf-read-vdso.c24 written = fwrite(start, 1, size, stdout); in main()
A Dbuiltin-ftrace.c222 if (fwrite(buf, n, 1, stdout) != 1) in read_tracing_file_to_stdout()
818 if (fwrite(buf, n, 1, stdout) != 1) in __cmd_ftrace()
840 if (fwrite(buf, n, 1, stdout) != 1) in __cmd_ftrace()
A Dbuiltin-daemon.c1387 if (fwrite(line, nread, 1, stdout) != 1) in send_cmd()
/tools/testing/selftests/arm64/pauth/
A Dexec_target.c31 fwrite(&signed_vals, sizeof(struct signatures), 1, stdout); in main()
/tools/testing/selftests/net/tcp_ao/lib/
A Dutils.c44 written = fwrite(msg, 1, len, f); in test_echo()
A Dftrace.c112 fwrite(tmp->opt_name, 1, strlen(tmp->opt_name), opts); in disable_trace_options()
/tools/power/acpi/tools/acpidump/
A Dapfiles.c154 actual = fwrite(table, 1, table_length, file); in ap_write_to_binary_file()
/tools/perf/jvmti/
A Djvmti_agent.c320 if (!fwrite(&header, sizeof(header), 1, fp)) { in jvmti_open()
346 if (!fwrite(&rec, sizeof(rec), 1, fp)) in jvmti_close()
/tools/perf/tests/shell/
A Dtest_intel_pt.sh350 if (fwrite(&header,sizeof(header),1,f) != 1)
374 if (fwrite(&rec,sizeof(rec),1,f) != 1 ||
375 fwrite(dat, sz, 1, f) != 1)
/tools/perf/util/intel-pt-decoder/
A Dintel-pt-log.c162 fwrite(p, n, 1, fp); in write_lines()
/tools/testing/selftests/bpf/prog_tests/
A Dcore_autosize.c118 written = fwrite(raw_data, 1, raw_sz, f); in test_core_autosize()
A Dtc_redirect.c82 if (fwrite(newval, strlen(newval), 1, f) != 1) { in write_file()
/tools/perf/util/
A Ds390-cpumsf.c230 size_t n = fwrite(sample->raw_data, sample->raw_size - 4, 1, in s390_cpumcf_dumpctr()
724 size_t rc = fwrite(buffer->data, buffer->size, 1, in s390_cpumsf_run_decoder()
742 size_t rc = fwrite(buffer->data, buffer->size, 1, in s390_cpumsf_run_decoder()
A Ddata.c404 if (fwrite(buf, size, 1, data->file.fptr) == 1) in perf_data__write()
/tools/testing/selftests/kvm/lib/
A Dlru_gen_util.c294 if (fwrite(command, sizeof(char), sz, f) < sz) { in run_aging_impl()
/tools/testing/selftests/powerpc/nx-gzip/
A Dgunz_test.c503 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()
/tools/firewire/
A Dnosy-dump.c997 fwrite(&length, sizeof length, 1, output); in main()
998 fwrite(buf, 1, length, output); in main()
/tools/include/nolibc/
A Dstdio.h195 size_t fwrite(const void *s, size_t size, size_t nmemb, FILE *stream) in fwrite() function
/tools/testing/selftests/bpf/benchs/
A Dbench_sockmap.c450 if (fwrite(&snd_data[off], sizeof(char), 1, file) != 1) { in producer()
/tools/usb/
A Dffs-test.c552 ret = fwrite(buf, nbytes, 1, stdout); in empty_out_buf()
/tools/bpf/bpftool/
A Dprog.c1133 fwrite(buf, sizeof(buf[0]), ret, file); in prog_tracelog_stream()
1299 nb_written = fwrite(data, 1, size, f); in print_run_output()
A Dgen.c1955 if (fwrite(data, 1, data_sz, f) != data_sz) in btf_save_raw()
/tools/hv/
A Dhv_kvp_daemon.c176 fwrite(kvp_file_info[pool].records, sizeof(struct kvp_record), in kvp_update_file()
/tools/testing/selftests/bpf/
A Dtest_sockmap.c437 fwrite(&k, sizeof(char), 1, file); in msg_loop_sendpage()
/tools/testing/selftests/nolibc/
A Dnolibc-test.c867 r = fwrite("foo", 1, 3, f); in test_file_stream()

Completed in 62 milliseconds

12