Lines Matching refs:add_event_entry

123 	add_event_entry(ESCAPE_CODE);  in module_load_notify()
124 add_event_entry(MODULE_LOADED_CODE); in module_load_notify()
288 add_event_entry(ESCAPE_CODE); in add_cpu_switch()
289 add_event_entry(CPU_SWITCH_CODE); in add_cpu_switch()
290 add_event_entry(i); in add_cpu_switch()
296 add_event_entry(ESCAPE_CODE); in add_kernel_ctx_switch()
298 add_event_entry(KERNEL_ENTER_SWITCH_CODE); in add_kernel_ctx_switch()
300 add_event_entry(KERNEL_EXIT_SWITCH_CODE); in add_kernel_ctx_switch()
306 add_event_entry(ESCAPE_CODE); in add_user_ctx_switch()
307 add_event_entry(CTX_SWITCH_CODE); in add_user_ctx_switch()
308 add_event_entry(task->pid); in add_user_ctx_switch()
309 add_event_entry(cookie); in add_user_ctx_switch()
311 add_event_entry(ESCAPE_CODE); in add_user_ctx_switch()
312 add_event_entry(CTX_TGID_CODE); in add_user_ctx_switch()
313 add_event_entry(task->tgid); in add_user_ctx_switch()
319 add_event_entry(ESCAPE_CODE); in add_cookie_switch()
320 add_event_entry(COOKIE_SWITCH_CODE); in add_cookie_switch()
321 add_event_entry(cookie); in add_cookie_switch()
327 add_event_entry(ESCAPE_CODE); in add_trace_begin()
328 add_event_entry(TRACE_BEGIN_CODE); in add_trace_begin()
360 add_event_entry(ESCAPE_CODE); in add_data()
361 add_event_entry(code); in add_data()
362 add_event_entry(offset); /* Offset from Dcookie */ in add_data()
365 add_event_entry(val); in add_data()
370 add_event_entry(offset); in add_sample_entry()
371 add_event_entry(event); in add_sample_entry()
583 add_event_entry(buf[i++]); in oprofile_put_buff()