Re: [PATCH] riscv: fix trace_sys_exit hook

2018-11-12 Thread Palmer Dabbelt
On Mon, 29 Oct 2018 05:15:16 PDT (-0700), david.abdurachma...@gmail.com wrote: Depends on: http://lists.infradead.org/pipermail/linux-riscv/2018-October/001931.html Why we don't have HAVE_SYSCALL_TRACEPOINTS in arch/riscv/Kconfig? Signed-off-by: David Abdurachmanov ---

Re: [PATCH] riscv: fix trace_sys_exit hook

2018-11-12 Thread Palmer Dabbelt
On Mon, 29 Oct 2018 05:15:16 PDT (-0700), david.abdurachma...@gmail.com wrote: Depends on: http://lists.infradead.org/pipermail/linux-riscv/2018-October/001931.html Why we don't have HAVE_SYSCALL_TRACEPOINTS in arch/riscv/Kconfig? Signed-off-by: David Abdurachmanov ---

Re: [PATCH] riscv: fix trace_sys_exit hook

2018-10-30 Thread David Abdurachmanov
On Mon, Oct 29, 2018 at 1:15 PM David Abdurachmanov wrote: > > Depends on: > http://lists.infradead.org/pipermail/linux-riscv/2018-October/001931.html > > Why we don't have HAVE_SYSCALL_TRACEPOINTS in arch/riscv/Kconfig? > I looked this morning into Documentation/trace/ftrace-design.rst again.

Re: [PATCH] riscv: fix trace_sys_exit hook

2018-10-30 Thread David Abdurachmanov
On Mon, Oct 29, 2018 at 1:15 PM David Abdurachmanov wrote: > > Depends on: > http://lists.infradead.org/pipermail/linux-riscv/2018-October/001931.html > > Why we don't have HAVE_SYSCALL_TRACEPOINTS in arch/riscv/Kconfig? > I looked this morning into Documentation/trace/ftrace-design.rst again.

[PATCH] riscv: fix trace_sys_exit hook

2018-10-29 Thread David Abdurachmanov
Depends on: http://lists.infradead.org/pipermail/linux-riscv/2018-October/001931.html Why we don't have HAVE_SYSCALL_TRACEPOINTS in arch/riscv/Kconfig? Signed-off-by: David Abdurachmanov --- arch/riscv/kernel/ptrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] riscv: fix trace_sys_exit hook

2018-10-29 Thread David Abdurachmanov
Depends on: http://lists.infradead.org/pipermail/linux-riscv/2018-October/001931.html Why we don't have HAVE_SYSCALL_TRACEPOINTS in arch/riscv/Kconfig? Signed-off-by: David Abdurachmanov --- arch/riscv/kernel/ptrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git