Home
last modified time | relevance | path

Searched refs:op_sample (Results 1 – 8 of 8) sorted by relevance

/external/oprofile/libop/
Dop_interface.h33 struct op_sample { struct
54 struct op_sample buffer[0]; /**< the sample buffer */ argument
/external/oprofile/daemon/liblegacy/
Dopd_proc.h21 struct op_sample;
58 void opd_put_sample(struct op_sample const * sample);
Dinit.c265 struct op_sample const * buffer = opd_buf->buffer; in opd_do_samples()
336 s_buf_bytesize = sizeof(struct op_buffer_head) + opd_buf_size * sizeof(struct op_sample); in opd_24_init()
Dopd_proc.c165 struct op_sample const * sample) in opd_lookup_maps()
190 void opd_put_sample(struct op_sample const * sample) in opd_put_sample()
/external/oprofile/module/
Doprofile.c109 fill_op_entry(struct op_sample * ops, long eip, pid_t pid, pid_t tgid, int ctr) in fill_op_entry()
122 struct op_sample * samples = &data->buffer[data->nextbuf]; in op_do_profile()
291 size_t const size = head.count * sizeof(struct op_sample); in copy_buffer()
318 max = sizeof(struct op_buffer_head) + sizeof(struct op_sample) * sysctl.buf_size; in oprof_read()
456 buf_size = (sizeof(struct op_sample) * sysctl.buf_size); in oprof_init_data()
Doprofile.h44 struct op_sample * buffer;
/external/oprofile/
DChangeLog-2002328 * libop/op_interface.h: struct op_sample update.
1393 * libop/op_interface.h: (op_sample, op_note): Make compatible with
DChangeLog-20031016 * libop/op_interface.h: struct op_sample: remove packed attribute