/external/oprofile/daemon/liblegacy/ |
opd_kernel.h | 39 * @param eip EIP value of sample 45 void opd_handle_kernel_sample(unsigned long eip, u32 counter); 49 * @param eip EIP value 51 * Returns %1 if eip is in the address space starting at 54 int opd_eip_is_kernel(unsigned long eip); 60 * @param eip eip inside the new mapping 62 * We assume than eip >= kernel_star [all...] |
opd_mapping.h | 83 * opd_is_in_map - check whether an EIP is within a mapping 85 * @param eip EIP value 87 * Return %1 if the EIP value @eip is within the boundaries 90 inline static int opd_is_in_map(struct opd_map * map, unsigned long eip) 92 return (eip >= map->start && eip < map->end); 99 * @param eip EIP value to us [all...] |
opd_kernel.c | 260 * @param eip eip of sample 271 static void opd_drop_module_sample(unsigned long eip) 298 if (eip >= info.addr && eip < info.addr + info.size) { 314 * opd_find_module_by_eip - find a module by its eip 315 * @param eip EIP value 318 * contain this eip return %NULL if not found. 321 static struct opd_module * opd_find_module_by_eip(unsigned long eip) [all...] |
opd_proc.c | 174 if (opd_is_in_map(map, sample->eip)) { 175 unsigned long offset = opd_map_offset(map, sample->eip); 193 int in_kernel_eip = opd_eip_is_kernel(sample->eip); 197 verbprintf(vsamples, "DO_PUT_SAMPLE: c%d, EIP 0x%.8lx, tgid %.6d pid %.6d\n", 198 sample->counter, sample->eip, sample->tgid, sample->pid); 201 opd_handle_kernel_sample(sample->eip, sample->counter); 213 opd_handle_kernel_sample(sample->eip, sample->counter); 226 opd_add_kernel_map(proc, sample->eip); 232 verbprintf(vsamples, "Couldn't find map for pid %.6d, EIP 0x%.8lx.\n", 233 sample->pid, sample->eip); [all...] |
/external/oprofile/module/x86/ |
op_arch.h | 18 #define instruction_pointer(regs) ((regs)->eip)
|
/system/core/debuggerd/x86/ |
unwind.c | 18 unsigned int eip = (unsigned int)r.eip; local 27 mi = pc_to_mapinfo(map, eip, &rel_pc); 34 _LOG(tfd, !at_fault, " #%02d eip: %08x %s (%s)\n", 35 stack_level, eip, mi ? mi->name : "", sym->name); 37 _LOG(tfd, !at_fault, " #%02d eip: %08x %s\n", 38 stack_level, eip, mi ? mi->name : ""); 42 if (stack_level >= STACK_DEPTH || eip == 0) 44 eip = ptrace(PTRACE_PEEKTEXT, pid, (void*)(ebp + 4), NULL);
|
x86_utility.h | 34 long eip; member in struct:pt_regs_x86
|
/bionic/libc/kernel/arch-x86/asm/ |
ptrace.h | 35 long eip; member in struct:pt_regs
|
processor_32.h | 159 unsigned long eip; member in struct:i386_hw_tss 196 unsigned long eip; member in struct:thread_struct 222 #define start_thread(regs, new_eip, new_esp) do { __asm__("movl %0,%%gs": :"r" (0)); regs->xfs = 0; set_fs(USER_DS); regs->xds = __USER_DS; regs->xes = __USER_DS; regs->xss = __USER_DS; regs->xcs = __USER_CS; regs->eip = new_eip; regs->esp = new_esp; } while (0) 232 #define KSTK_EIP(task) (task_pt_regs(task)->eip)
|
sigcontext.h | 73 unsigned long eip; member in struct:sigcontext
|
user32.h | 46 __u32 orig_eax, eip; member in struct:user_regs_struct32
|
user_32.h | 48 long orig_eax, eip; member in struct:user_regs_struct
|
vm86.h | 67 long eip; member in struct:vm86_regs
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
ptrace.h | 35 long eip; member in struct:pt_regs
|
processor_32.h | 159 unsigned long eip; member in struct:i386_hw_tss 196 unsigned long eip; member in struct:thread_struct 222 #define start_thread(regs, new_eip, new_esp) do { __asm__("movl %0,%%gs": :"r" (0)); regs->xfs = 0; set_fs(USER_DS); regs->xds = __USER_DS; regs->xes = __USER_DS; regs->xss = __USER_DS; regs->xcs = __USER_CS; regs->eip = new_eip; regs->esp = new_esp; } while (0) 232 #define KSTK_EIP(task) (task_pt_regs(task)->eip)
|
sigcontext.h | 73 unsigned long eip; member in struct:sigcontext
|
user32.h | 46 __u32 orig_eax, eip; member in struct:user_regs_struct32
|
/external/oprofile/libop/ |
op_interface.h | 34 unsigned long eip; /**< eip value where occur interrupt */ member in struct:op_sample
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
ptrace.h | 25 long eip; member in struct:pt_regs
|
sigcontext32.h | 61 unsigned int eip; member in struct:sigcontext_ia32
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
ptrace.h | 35 long eip; member in struct:pt_regs
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
ptrace.h | 35 long eip; member in struct:pt_regs
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
ptrace.h | 35 long eip; member in struct:pt_regs
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_stretch.c | 68 unsigned char *eip; local 96 eip = copy_row; 100 *eip++ = PREFIX16; 102 *eip++ = load; 106 *eip++ = PREFIX16; 108 *eip++ = store; 111 *eip++ = RETURN; 114 if ( eip > (copy_row+sizeof(copy_row)) ) {
|
/external/kernel-headers/original/asm-x86/ |
ptrace.h | 26 long eip; member in struct:pt_regs 61 #define instruction_pointer(regs) ((regs)->eip)
|