Home
last modified time | relevance | path

Searched refs:op_buffer_head (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/daemon/liblegacy/
Dinit.c45 static struct op_buffer_head * sbuf;
110 static void opd_do_samples(struct op_buffer_head const * buf);
120 static void opd_shutdown(struct op_buffer_head * buf, size_t size, struct op_note * nbuf, size_t ns… in opd_shutdown()
165 static void opd_do_read(struct op_buffer_head * buf, size_t size, struct op_note * nbuf, size_t nsi… in opd_do_read()
262 static void opd_do_samples(struct op_buffer_head const * opd_buf) in opd_do_samples()
336 s_buf_bytesize = sizeof(struct op_buffer_head) + opd_buf_size * sizeof(struct op_sample); in opd_24_init()
/external/oprofile/module/
Doprofile.c276 struct op_buffer_head head; in copy_buffer()
287 if (copy_to_user(buf, &head, sizeof(struct op_buffer_head))) in copy_buffer()
292 if (copy_to_user(buf + sizeof(struct op_buffer_head), in copy_buffer()
295 ret = size + sizeof(struct op_buffer_head); in copy_buffer()
297 ret = sizeof(struct op_buffer_head); in copy_buffer()
318 max = sizeof(struct op_buffer_head) + sizeof(struct op_sample) * sysctl.buf_size; in oprof_read()
/external/oprofile/libop/
Dop_interface.h50 struct op_buffer_head { struct