Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/profiling/perf/backends/
Dperf_x86_64.c28 size_t arch_perf_current_stack_trace(uintptr_t *buf, size_t size) in arch_perf_current_stack_trace() function
DKconfig9 `arch_perf_current_stack_trace()`
Dperf_x86.c37 size_t arch_perf_current_stack_trace(uintptr_t *buf, size_t size) in arch_perf_current_stack_trace() function
Dperf_riscv.c27 size_t arch_perf_current_stack_trace(uintptr_t *buf, size_t size) in arch_perf_current_stack_trace() function
/Zephyr-latest/subsys/profiling/perf/
Dperf.c16 size_t arch_perf_current_stack_trace(uintptr_t *buf, size_t size);
45 trace_length = arch_perf_current_stack_trace( in perf_tracer()