Home
last modified time | relevance | path

Searched refs:op_write_file (Results 1 – 5 of 5) sorted by relevance

/external/oprofile/libutil/
Dop_fileio.c59 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()
Dop_fileio.h72 void op_write_file(FILE * fp, void const * buf, size_t size);
/external/oprofile/pp/
Dopgprof.cpp173 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/
DChangeLog-2004946 * libutil/op_fileio.c: op_write_file(): allow to write zero byte.
DChangeLog-20021447 * libutil/op_fileio.c: op_read_file(), op_write_file(), use %lu
1455 (op_write_file): Ditto.