Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/oprofile/
Dbuffer_sync.c121 add_event_entry(ESCAPE_CODE); in module_load_notify()
286 add_event_entry(ESCAPE_CODE); in add_cpu_switch()
294 add_event_entry(ESCAPE_CODE); in add_kernel_ctx_switch()
304 add_event_entry(ESCAPE_CODE); in add_user_ctx_switch()
309 add_event_entry(ESCAPE_CODE); in add_user_ctx_switch()
317 add_event_entry(ESCAPE_CODE); in add_cookie_switch()
325 add_event_entry(ESCAPE_CODE); in add_trace_begin()
358 add_event_entry(ESCAPE_CODE); in add_data()
423 return val == ESCAPE_CODE; in is_code()
Dcpu_buffer.c223 sample->eip = ESCAPE_CODE; in op_add_code()
267 if (pc == ESCAPE_CODE) { in log_sample()
342 pc = ESCAPE_CODE; /* as this causes an early return. */ in oprofile_add_sample()
371 sample->eip = ESCAPE_CODE; in oprofile_write_reserve()
430 if (pc == ESCAPE_CODE) in oprofile_add_trace()
/linux-4.4.14/include/linux/
Doprofile.h29 #define ESCAPE_CODE ~0UL macro
/linux-4.4.14/arch/powerpc/oprofile/cell/
Dspu_task_sync.c398 spu_buff_add(ESCAPE_CODE, spu->number); in process_context_switch()
531 spu_buff_add(ESCAPE_CODE, spu); in spu_sync_start()