OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_buffer_head
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/libop/
op_interface.h
50
struct
op_buffer_head
{
struct
/external/oprofile/daemon/liblegacy/
init.c
45
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 nsize)
165
static void opd_do_read(struct
op_buffer_head
* buf, size_t size, struct op_note * nbuf, size_t nsize)
262
static void opd_do_samples(struct
op_buffer_head
const * opd_buf)
336
s_buf_bytesize = sizeof(struct
op_buffer_head
) + opd_buf_size * sizeof(struct op_sample);
/external/oprofile/module/
oprofile.c
276
struct
op_buffer_head
head;
287
if (copy_to_user(buf, &head, sizeof(struct
op_buffer_head
)))
292
if (copy_to_user(buf + sizeof(struct
op_buffer_head
),
295
ret = size + sizeof(struct
op_buffer_head
);
297
ret = sizeof(struct
op_buffer_head
);
318
max = sizeof(struct
op_buffer_head
) + sizeof(struct op_sample) * sysctl.buf_size;
Completed in 1126 milliseconds