Re: [PATCH 4/7] ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
From: Jiri Olsa <hidden>
Date: 2023-03-19 18:23:09
Also in:
lkml
From: Jiri Olsa <hidden>
Date: 2023-03-19 18:23:09
Also in:
lkml
On Sun, Mar 19, 2023 at 01:55:50PM -0400, Steven Rostedt wrote:
On Sun, 19 Mar 2023 16:29:30 +0100 Jiri Olsa [off-list ref] wrote:quoted
On Thu, Mar 16, 2023 at 06:38:08PM +0100, Florent Revest wrote: SNIPquoted
diff --git a/samples/Kconfig b/samples/Kconfig index 30ef8bd48ba3..fd24daa99f34 100644 --- a/samples/Kconfig +++ b/samples/Kconfig@@ -38,7 +38,7 @@ config SAMPLE_FTRACE_DIRECT that hooks to wake_up_process and prints the parameters. config SAMPLE_FTRACE_DIRECT_MULTInit, we could perhaps remove this config option as well and use SAMPLE_FTRACE_DIRECT_MULTIRemove SAMPLE_FTRACE_DIRECT_MULTI for SAMPLE_FTRACE_DIRECT_MULTI?
sorry typo, I meant SAMPLE_FTRACE_DIRECT jirka
-- Stevequoted
jirkaquoted
- tristate "Build register_ftrace_direct_multi() example" + tristate "Build register_ftrace_direct() on multiple ips example" depends on DYNAMIC_FTRACE_WITH_DIRECT_CALLS && m depends on HAVE_SAMPLE_FTRACE_DIRECT_MULTI help