Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/oprofile/
H A Dcommon.c62 static int report_trace(struct stackframe *frame, void *d) in report_trace() function
113 walk_stackframe(&frame, report_trace, &depth); in arm_backtrace()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger_arm.c186 static int report_trace(struct stackframe *frame, void *d) in report_trace() function
262 walk_stackframe(&frame, report_trace, &sts); in fiq_debugger_dump_stacktrace()
H A Dfiq_debugger_arm64.c161 static bool report_trace(void *data, unsigned long pc) in report_trace() function
196 walk_stackframe(current, &frame, report_trace, &sts); in fiq_debugger_dump_stacktrace()