Home
last modified time | relevance | path

Searched refs:new_fp (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/profiling/perf/backends/
Dperf_riscv.c67 void **new_fp = (void **)fp[-1]; in arch_perf_current_stack_trace() local
79 if (valid_stack((uintptr_t)new_fp, arch_current_thread())) { in arch_perf_current_stack_trace()
80 fp = new_fp; in arch_perf_current_stack_trace()
92 new_fp = (void **)fp[-2]; in arch_perf_current_stack_trace()
99 if (new_fp <= fp) { in arch_perf_current_stack_trace()
102 fp = new_fp; in arch_perf_current_stack_trace()
Dperf_x86_64.c66 void **new_fp = (void **)fp[0]; in arch_perf_current_stack_trace() local
73 if (new_fp <= fp) { in arch_perf_current_stack_trace()
76 fp = new_fp; in arch_perf_current_stack_trace()
Dperf_x86.c80 void **new_fp = (void **)fp[0]; in arch_perf_current_stack_trace() local
87 if (new_fp <= fp) { in arch_perf_current_stack_trace()
90 fp = new_fp; in arch_perf_current_stack_trace()