Searched refs:op_note (Results 1 – 10 of 10) sorted by relevance
/external/oprofile/daemon/liblegacy/ |
D | init.c | 47 static struct op_note * nbuf; 111 static void opd_do_notes(struct op_note const * opd_buf, size_t count); 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() 212 static void opd_do_notes(struct op_note const * opd_buf, size_t count) in opd_do_notes() 215 struct op_note const * note; in opd_do_notes() 217 for (i = 0; i < count/sizeof(struct op_note); i++) { in opd_do_notes() 340 n_buf_bytesize = opd_note_buf_size * sizeof(struct op_note); in opd_24_init()
|
D | opd_proc.h | 20 struct op_note; 82 void opd_handle_fork(struct op_note const * note); 103 void opd_handle_exit(struct op_note const * note);
|
D | opd_mapping.h | 19 struct op_note; 58 void opd_handle_mapping(struct op_note const * note);
|
D | opd_proc.c | 238 void opd_handle_fork(struct op_note const * note) in opd_handle_fork() 317 void opd_handle_exit(struct op_note const * note) in opd_handle_exit()
|
D | opd_mapping.c | 139 void opd_handle_mapping(struct op_note const * note) in opd_handle_mapping()
|
/external/oprofile/module/x86/ |
D | op_syscalls.c | 19 void oprof_put_note(struct op_note * samp); 20 void __oprof_put_note(struct op_note * samp); 50 struct op_note note; in oprof_output_map() 210 struct op_note note; in oprof_report_fork() 281 struct op_note note; in my_sys_init_module() 293 struct op_note note; in my_sys_exit()
|
/external/oprofile/module/ |
D | oprofile.c | 48 struct op_note * note_buffer __cacheline_aligned_in_smp; 189 void __oprof_put_note(struct op_note * onote) in __oprof_put_note() 195 memcpy(¬e_buffer[note_pos], onote, sizeof(struct op_note)); in __oprof_put_note() 199 void oprof_put_note(struct op_note * onote) in oprof_put_note() 208 struct op_note * mybuf; in oprof_note_read() 212 max = sizeof(struct op_note) * sysctl.note_size; in oprof_note_read() 225 count = note_pos * sizeof(struct op_note); in oprof_note_read() 438 notebufsize = sizeof(struct op_note) * sysctl.note_size; in oprof_init_data()
|
/external/oprofile/module/ia64/ |
D | op_syscalls.c | 29 void oprof_put_note(struct op_note * samp); 90 struct op_note note; in oprof_output_map() 238 struct op_note note; in oprof_report_fork() 291 struct op_note note; in post_sys_init_module() 302 struct op_note note; in pre_sys_exit()
|
/external/oprofile/libop/ |
D | op_interface.h | 63 struct op_note { struct
|
/external/oprofile/ |
D | ChangeLog-2002 | 1393 * libop/op_interface.h: (op_sample, op_note): Make compatible with
|