Home
last modified time | relevance | path

Searched refs:oprof_put_note (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/module/ia64/
Dop_syscalls.c29 void oprof_put_note(struct op_note * samp);
105 oprof_put_note(&note); in oprof_output_map()
245 oprof_put_note(&note); in oprof_report_fork()
294 oprof_put_note(&note); in post_sys_init_module()
312 oprof_put_note(&note); in pre_sys_exit()
/external/oprofile/module/x86/
Dop_syscalls.c19 void oprof_put_note(struct op_note * samp);
217 oprof_put_note(&note); in oprof_report_fork()
284 oprof_put_note(&note); in my_sys_init_module()
300 oprof_put_note(&note); in my_sys_exit()
/external/oprofile/module/
Doprofile.c199 void oprof_put_note(struct op_note * onote) in oprof_put_note() function