Home
last modified time | relevance | path

Searched refs:op_note (Results 1 – 10 of 10) sorted by relevance

/external/oprofile/daemon/liblegacy/
Dinit.c47 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()
Dopd_proc.h20 struct op_note;
82 void opd_handle_fork(struct op_note const * note);
103 void opd_handle_exit(struct op_note const * note);
Dopd_mapping.h19 struct op_note;
58 void opd_handle_mapping(struct op_note const * note);
Dopd_proc.c238 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()
Dopd_mapping.c139 void opd_handle_mapping(struct op_note const * note) in opd_handle_mapping()
/external/oprofile/module/x86/
Dop_syscalls.c19 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/
Doprofile.c48 struct op_note * note_buffer __cacheline_aligned_in_smp;
189 void __oprof_put_note(struct op_note * onote) in __oprof_put_note()
195 memcpy(&note_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/
Dop_syscalls.c29 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/
Dop_interface.h63 struct op_note { struct
/external/oprofile/
DChangeLog-20021393 * libop/op_interface.h: (op_sample, op_note): Make compatible with