HomeSort by relevance Sort by last modified time
    Searched refs:op_write_file (Results 1 - 3 of 3) sorted by null

  /external/oprofile/libutil/
op_fileio.h 64 * op_write_file - write to a file
72 void op_write_file(FILE * fp, void const * buf, size_t size);
op_fileio.c 59 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/
opgprof.cpp 173 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 63 milliseconds