Lines Matching refs:add_event_entry
121 add_event_entry(ESCAPE_CODE); in module_load_notify()
122 add_event_entry(MODULE_LOADED_CODE); in module_load_notify()
286 add_event_entry(ESCAPE_CODE); in add_cpu_switch()
287 add_event_entry(CPU_SWITCH_CODE); in add_cpu_switch()
288 add_event_entry(i); in add_cpu_switch()
294 add_event_entry(ESCAPE_CODE); in add_kernel_ctx_switch()
296 add_event_entry(KERNEL_ENTER_SWITCH_CODE); in add_kernel_ctx_switch()
298 add_event_entry(KERNEL_EXIT_SWITCH_CODE); in add_kernel_ctx_switch()
304 add_event_entry(ESCAPE_CODE); in add_user_ctx_switch()
305 add_event_entry(CTX_SWITCH_CODE); in add_user_ctx_switch()
306 add_event_entry(task->pid); in add_user_ctx_switch()
307 add_event_entry(cookie); in add_user_ctx_switch()
309 add_event_entry(ESCAPE_CODE); in add_user_ctx_switch()
310 add_event_entry(CTX_TGID_CODE); in add_user_ctx_switch()
311 add_event_entry(task->tgid); in add_user_ctx_switch()
317 add_event_entry(ESCAPE_CODE); in add_cookie_switch()
318 add_event_entry(COOKIE_SWITCH_CODE); in add_cookie_switch()
319 add_event_entry(cookie); in add_cookie_switch()
325 add_event_entry(ESCAPE_CODE); in add_trace_begin()
326 add_event_entry(TRACE_BEGIN_CODE); in add_trace_begin()
358 add_event_entry(ESCAPE_CODE); in add_data()
359 add_event_entry(code); in add_data()
360 add_event_entry(offset); /* Offset from Dcookie */ in add_data()
363 add_event_entry(val); in add_data()
368 add_event_entry(offset); in add_sample_entry()
369 add_event_entry(event); in add_sample_entry()
581 add_event_entry(buf[i++]); in oprofile_put_buff()