Home
last modified time | relevance | path

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

/external/oprofile/module/
Doprofile.c189 void __oprof_put_note(struct op_note * onote) in __oprof_put_note() argument
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() argument
202 __oprof_put_note(onote); in oprof_put_note()