Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/oprofile/
Dbuffer_sync.c123 add_event_entry(ESCAPE_CODE); in module_load_notify()
288 add_event_entry(ESCAPE_CODE); in add_cpu_switch()
296 add_event_entry(ESCAPE_CODE); in add_kernel_ctx_switch()
306 add_event_entry(ESCAPE_CODE); in add_user_ctx_switch()
311 add_event_entry(ESCAPE_CODE); in add_user_ctx_switch()
319 add_event_entry(ESCAPE_CODE); in add_cookie_switch()
327 add_event_entry(ESCAPE_CODE); in add_trace_begin()
360 add_event_entry(ESCAPE_CODE); in add_data()
425 return val == ESCAPE_CODE; in is_code()
Dcpu_buffer.c225 sample->eip = ESCAPE_CODE; in op_add_code()
269 if (pc == ESCAPE_CODE) { in log_sample()
344 pc = ESCAPE_CODE; /* as this causes an early return. */ in oprofile_add_sample()
373 sample->eip = ESCAPE_CODE; in oprofile_write_reserve()
432 if (pc == ESCAPE_CODE) in oprofile_add_trace()
/Linux-v5.10/include/linux/
Doprofile.h29 #define ESCAPE_CODE ~0UL macro
/Linux-v5.10/arch/powerpc/oprofile/cell/
Dspu_task_sync.c394 spu_buff_add(ESCAPE_CODE, spu->number); in process_context_switch()
527 spu_buff_add(ESCAPE_CODE, spu); in spu_sync_start()