Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f87f112 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

tracing: clean up tracepoints kconfig structure



do not expose users to CONFIG_TRACEPOINTS - tracers can select it
just fine.

update ftrace to select CONFIG_TRACEPOINTS.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent cf569a93
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -771,11 +771,12 @@ config PROFILING
	  Say Y here to enable the extended profiling support mechanisms used
	  by profilers such as OProfile.

#
# Place an empty function call at each tracepoint site. Can be
# dynamically changed for a probe function.
#
config TRACEPOINTS
	bool "Activate tracepoints"
	help
	  Place an empty function call at each tracepoint site. Can be
	  dynamically changed for a probe function.
	bool

config MARKERS
	bool "Activate markers"
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ config TRACING
	bool
	select DEBUG_FS
	select STACKTRACE
	select TRACEPOINTS

config FTRACE
	bool "Kernel Function Tracer"