linux/arch/riscv/kernel/probes
Jinjie Ruan 3308172276
trace: riscv: Remove deprecated kprobe on ftrace support
Since commit 7caa976546 ("ftrace: riscv: move from REGS to ARGS"),
kprobe on ftrace is not supported by riscv, because riscv's support for
FTRACE_WITH_REGS has been replaced with support for FTRACE_WITH_ARGS, and
KPROBES_ON_FTRACE will be supplanted by FPROBES. So remove the deprecated
kprobe on ftrace support, which is misunderstood.

Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Link: https://lore.kernel.org/r/20240613111347.1745379-1-ruanjinjie@huawei.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
2024-07-24 06:14:05 -07:00
..
decode-insn.c riscv: kprobes: simulate c.beqz and c.bnez 2023-08-16 07:48:40 -07:00
decode-insn.h
kprobes.c riscv: Pass patch_text() the length in bytes 2024-06-26 07:36:31 -07:00
Makefile trace: riscv: Remove deprecated kprobe on ftrace support 2024-07-24 06:14:05 -07:00
rethook_trampoline.S riscv: Use SYM_*() assembly macros instead of deprecated ones 2023-11-06 09:42:47 -08:00
rethook.c riscv: add riscv rethook implementation 2022-12-02 13:04:05 -08:00
rethook.h riscv: add riscv rethook implementation 2022-12-02 13:04:05 -08:00
simulate-insn.c riscv: kprobes: allow writing to x0 2023-11-05 14:12:47 -08:00
simulate-insn.h riscv: kprobes: simulate c.beqz and c.bnez 2023-08-16 07:48:40 -07:00
uprobes.c riscv: provide riscv-specific is_trap_insn() 2023-11-05 14:12:28 -08:00