Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116692
b: refs/heads/master
c: 98d9c66
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Oct 14, 2008
1 parent b15bc24 commit 7c3d188
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 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: 4519d9e54dcd273975ad0adebad2a08c20428029
refs/heads/master: 98d9c66ab07471006fd7910cb16453581c41a3e7
17 changes: 11 additions & 6 deletions trunk/kernel/trace/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,17 @@ config BOOT_TRACER
select TRACING
help
This tracer helps developers to optimize boot times: it records
the timings of the initcalls. Its aim is to be parsed by the
/scripts/bootgraph.pl tool to produce pretty graphics about
boot inefficiencies, giving a visual representation of the
delays during initcalls. Note that tracers self tests can't
be enabled if this tracer is selected since only one tracer
should touch the tracing buffer at a time.
the timings of the initcalls and traces key events and the identity
of tasks that can cause boot delays, such as context-switches.

Its aim is to be parsed by the /scripts/bootgraph.pl tool to
produce pretty graphics about boot inefficiencies, giving a visual
representation of the delays during initcalls - but the raw
/debug/tracing/trace text output is readable too.

( Note that tracing self tests can't be enabled if this tracer is
selected, because the self-tests are an initcall as well and that
would invalidate the boot trace. )

config STACK_TRACER
bool "Trace max stack"
Expand Down

0 comments on commit 7c3d188

Please sign in to comment.