OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_sample
(Results
1 - 6
of
6
) sorted by null
/external/oprofile/daemon/liblegacy/
opd_proc.h
21
struct
op_sample
;
58
void opd_put_sample(struct
op_sample
const * sample);
init.c
265
struct
op_sample
const * buffer = opd_buf->buffer;
336
s_buf_bytesize = sizeof(struct op_buffer_head) + opd_buf_size * sizeof(struct
op_sample
);
opd_proc.c
165
struct
op_sample
const * sample)
190
void opd_put_sample(struct
op_sample
const * sample)
/external/oprofile/libop/
op_interface.h
33
struct
op_sample
{
struct
54
struct
op_sample
buffer[0]; /**< the sample buffer */
/external/oprofile/module/
oprofile.h
44
struct
op_sample
* buffer;
oprofile.c
109
fill_op_entry(struct
op_sample
* ops, long eip, pid_t pid, pid_t tgid, int ctr)
122
struct
op_sample
* samples = &data->buffer[data->nextbuf];
291
size_t const size = head.count * sizeof(struct
op_sample
);
318
max = sizeof(struct op_buffer_head) + sizeof(struct
op_sample
) * sysctl.buf_size;
456
buf_size = (sizeof(struct
op_sample
) * sysctl.buf_size);
Completed in 104 milliseconds