Re: [PATCH 0/2] RISC-V: fixes issues of ftrace graph tracer

From: Zong Li
Date: Wed Jan 01 2020 - 22:51:04 EST


On Mon, Dec 23, 2019 at 4:46 PM Zong Li <zong.li@xxxxxxxxxx> wrote:
>
> Ftrace graph tracer is broken now, these patches fix the problem of ftrace graph
> tracer and tested on QEMU and HiFive Unleashed board.
>
> Zong Li (2):
> riscv: ftrace: correct the condition logic in function graph tracer
> clocksource/drivers/riscv: add notrace to riscv_sched_clock
>
> arch/riscv/kernel/ftrace.c | 2 +-
> drivers/clocksource/timer-riscv.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> --
> 2.24.1
>

ping