Searched refs:op_sample (Results 1 – 8 of 8) sorted by relevance
33 struct op_sample { struct54 struct op_sample buffer[0]; /**< the sample buffer */ argument
21 struct op_sample;58 void opd_put_sample(struct op_sample const * sample);
265 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()
165 struct op_sample const * sample) in opd_lookup_maps()190 void opd_put_sample(struct op_sample const * sample) in opd_put_sample()
109 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()
44 struct op_sample * buffer;
328 * libop/op_interface.h: struct op_sample update.1393 * libop/op_interface.h: (op_sample, op_note): Make compatible with
1016 * libop/op_interface.h: struct op_sample: remove packed attribute