Searched refs:op_write_file (Results 1 – 5 of 5) sorted by relevance
/external/oprofile/libutil/ |
D | op_fileio.c | 59 void op_write_file(FILE * fp, void const * buf, size_t size) in op_write_file() function 79 op_write_file(fp, &val, sizeof(val)); in op_write_u8() 85 op_write_file(fp, &val, sizeof(val)); in op_write_u32() 91 op_write_file(fp, &val, sizeof(val)); in op_write_u64()
|
D | op_fileio.h | 72 void op_write_file(FILE * fp, void const * buf, size_t size);
|
/external/oprofile/pp/ |
D | opgprof.cpp | 173 op_write_file(fp, &hdr, sizeof(gmon_hdr)); in output_gprof() 182 op_write_file(fp, "samples\0\0\0\0\0\0\0\0", 15); in output_gprof() 218 op_write_file(fp, hist, histsize * sizeof(u16)); in output_gprof()
|
/external/oprofile/ |
D | ChangeLog-2004 | 946 * libutil/op_fileio.c: op_write_file(): allow to write zero byte.
|
D | ChangeLog-2002 | 1447 * libutil/op_fileio.c: op_read_file(), op_write_file(), use %lu 1455 (op_write_file): Ditto.
|