Searched refs:ESCAPE_CODE (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/oprofile/
H A Dbuffer_sync.c119 add_event_entry(ESCAPE_CODE);
282 add_event_entry(ESCAPE_CODE);
290 add_event_entry(ESCAPE_CODE);
300 add_event_entry(ESCAPE_CODE);
305 add_event_entry(ESCAPE_CODE);
313 add_event_entry(ESCAPE_CODE);
321 add_event_entry(ESCAPE_CODE);
354 add_event_entry(ESCAPE_CODE);
430 return val == ESCAPE_CODE;
H A Dcpu_buffer.c219 sample->eip = ESCAPE_CODE;
261 if (pc == ESCAPE_CODE) {
328 pc = ESCAPE_CODE; /* as this causes an early return. */
357 sample->eip = ESCAPE_CODE;
416 if (pc == ESCAPE_CODE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Doprofile.h20 /* Each escaped entry is prefixed by ESCAPE_CODE
26 #define ESCAPE_CODE ~0UL macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcavs.h47 #define ESCAPE_CODE 59 macro
H A Dcavsdec.c559 if (level_code >= ESCAPE_CODE) {
560 run = ((level_code - ESCAPE_CODE) >> 1) + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/oprofile/cell/
H A Dspu_task_sync.c404 spu_buff_add(ESCAPE_CODE, spu->number);
537 spu_buff_add(ESCAPE_CODE, spu);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcavs.h44 #define ESCAPE_CODE 59 macro
H A Dcavsdec.c125 if(level_code >= ESCAPE_CODE) {
126 run = ((level_code - ESCAPE_CODE) >> 1) + 1;

Completed in 106 milliseconds