Skip to content

Commit

Permalink
tracing: clean up tracepoints kconfig structure
Browse files Browse the repository at this point in the history
do not expose users to CONFIG_TRACEPOINTS - tracers can select it
just fine.

update ftrace to select CONFIG_TRACEPOINTS.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Oct 14, 2008
1 parent cf569a9 commit 5f87f11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions kernel/trace/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ config TRACING
bool
select DEBUG_FS
select STACKTRACE
select TRACEPOINTS

config FTRACE
bool "Kernel Function Tracer"
Expand Down

0 comments on commit 5f87f11

Please sign in to comment.