Home
last modified time | relevance | path

Searched refs:next_ip (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/perf/
H A Dcallchain_32.c102 unsigned int next_sp, unsigned int next_ip) in signal_frame_32_regs() argument
115 is_sigreturn_32_address(next_ip, sp) && in signal_frame_32_regs()
122 is_rt_sigreturn_32_address(next_ip, sp) && in signal_frame_32_regs()
137 unsigned int next_ip; in perf_callchain_user_32() local
142 next_ip = perf_arch_instruction_pointer(regs); in perf_callchain_user_32()
150 if (level > 0 && read_user_stack_32(&fp[1], &next_ip)) in perf_callchain_user_32()
153 uregs = signal_frame_32_regs(sp, next_sp, next_ip); in perf_callchain_user_32()
161 if (read_user_stack_32(&uregs[PT_NIP], &next_ip) || in perf_callchain_user_32()
167 perf_callchain_store(entry, next_ip); in perf_callchain_user_32()
172 next_ip = lr; in perf_callchain_user_32()
[all …]
H A Dcallchain.c47 unsigned long next_ip; in perf_callchain_kernel() local
71 next_ip = regs->nip; in perf_callchain_kernel()
78 next_ip = lr; in perf_callchain_kernel()
80 next_ip = fp[STACK_FRAME_LR_SAVE]; in perf_callchain_kernel()
89 if ((level == 1 && next_ip == lr) || in perf_callchain_kernel()
90 (level <= 1 && !kernel_text_address(next_ip))) in perf_callchain_kernel()
91 next_ip = 0; in perf_callchain_kernel()
96 perf_callchain_store(entry, next_ip); in perf_callchain_kernel()
H A Dcallchain_64.c71 unsigned long next_ip; in perf_callchain_user_64() local
77 next_ip = perf_arch_instruction_pointer(regs); in perf_callchain_user_64()
85 if (level > 0 && read_user_stack_64(&fp[2], &next_ip)) in perf_callchain_user_64()
95 (is_sigreturn_64_address(next_ip, sp) || in perf_callchain_user_64()
103 if (read_user_stack_64(&uregs[PT_NIP], &next_ip) || in perf_callchain_user_64()
109 perf_callchain_store(entry, next_ip); in perf_callchain_user_64()
114 next_ip = lr; in perf_callchain_user_64()
115 perf_callchain_store(entry, next_ip); in perf_callchain_user_64()
/linux/arch/x86/mm/
H A Dextable.c63 unsigned long offset, addr, next_ip, len; in ex_handler_zeropad() local
66 next_ip = ex_fixup_addr(e); in ex_handler_zeropad()
67 len = next_ip - regs->ip; in ex_handler_zeropad()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c734 goto next_ip; in amdgpu_discovery_read_harvest_bit_per_ip()
761 next_ip: in amdgpu_discovery_read_harvest_bit_per_ip()
1144 goto next_ip; in amdgpu_discovery_sysfs_ips()
1210 next_ip: in amdgpu_discovery_sysfs_ips()
1441 goto next_ip; in amdgpu_discovery_reg_base_init()
1570 next_ip: in amdgpu_discovery_reg_base_init()