Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116627
b: refs/heads/master
c: 2a3a4f6
h: refs/heads/master
i:
  116625: 906dced
  116623: eca1eb9
v: v3
  • Loading branch information
Frédéric Weisbecker authored and Ingo Molnar committed Oct 14, 2008
1 parent 3a1e4a0 commit 5140c1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35cb5ed01261f5669657d2f1720aca902299887d
refs/heads/master: 2a3a4f669df2164288d11406d11d5e4933bf5e53
15 changes: 5 additions & 10 deletions trunk/kernel/trace/Kconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
#
# Architectures that offer an FTRACE implementation should select HAVE_FTRACE:
#

config NOP_TRACER
bool

config HAVE_FTRACE
bool
select NOP_TRACER

config HAVE_DYNAMIC_FTRACE
bool
Expand Down Expand Up @@ -101,16 +106,6 @@ config SCHED_TRACER
This tracer tracks the latency of the highest priority task
to be scheduled in, starting from the point it has woken up.

config NOP_TRACER
bool "NOP Tracer"
depends on HAVE_FTRACE
depends on DEBUG_KERNEL
select TRACING
help
This tracer does nothing. The primary purpose for it is to
politely print the output of ftrace_printk() calls without
the overhead of an irrelevant trace taking place.

config CONTEXT_SWITCH_TRACER
bool "Trace process context switches"
depends on HAVE_FTRACE
Expand Down

0 comments on commit 5140c1e

Please sign in to comment.