Searched refs:op_write_file (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libutil/
H A Dop_fileio.h64 * op_write_file - write to a file
72 void op_write_file(FILE * fp, void const * buf, size_t size);
H A Dop_fileio.c59 void op_write_file(FILE * fp, void const * buf, size_t size) function
70 "oprofiled:op_write_file: wrote less than expected: %lu bytes.\n",
79 op_write_file(fp, &val, sizeof(val));
85 op_write_file(fp, &val, sizeof(val));
91 op_write_file(fp, &val, sizeof(val));

Completed in 10 milliseconds