Searched refs:op_write_file (Results 1 - 3 of 3) 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));
/external/oprofile/pp/
H A Dopgprof.cpp173 op_write_file(fp, &hdr, sizeof(gmon_hdr));
182 op_write_file(fp, "samples\0\0\0\0\0\0\0\0", 15);
218 op_write_file(fp, hist, histsize * sizeof(u16));

Completed in 5187 milliseconds