public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: Subodh Nijsure <nijsure.subodh@gmail.com>
Cc: linux-kernel@vger.kernel.org, Ingo Molnar <mingo@elte.hu>
Subject: Re: ftrace not showing stack trace data during boot processes
Date: Mon, 30 Nov 2009 10:11:52 -0500	[thread overview]
Message-ID: <20091130151151.GA1716@goodmis.org> (raw)
In-Reply-To: <110c8b2e0911291820t410c2908t90dfc97b340b9725@mail.gmail.com>

Note, please Cc maintainers directly if you want a response. This mailing
list has a traffic of 600 emails a day, and things sent here can easily
be lost.

On Sun, Nov 29, 2009 at 06:20:35PM -0800, Subodh Nijsure wrote:
> I am trying to debug some boot sequences during kernel bootup and
> trying to use ftrace to discover function flow.
> 
> I am booting kernel with following options.
> 
> stacktrace trace_buf_size=30M ftrace=function

Note, the stacktrace is the stack tracer, not the tracing option of "stacktrace"
or the function trace option "func_stack_trace".

The output of the stack tracer just shows the max stack trace and is listed in

debugfs/tracing/stack_trace

> ftrace_filter=do_sync_write,usbfs*,ext2_*,vfs_write,blkdev_*,vfs_write,sys_write
> ftrace_notrace=ext2_permission
> 
> I have compiled kernel with following options
> 
> CONFIG_NOP_TRACER=y
> CONFIG_HAVE_FUNCTION_TRACER=y
> CONFIG_HAVE_DYNAMIC_FTRACE=y
> CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
> CONFIG_RING_BUFFER=y
> CONFIG_TRACING=y
> CONFIG_FUNCTION_TRACER=y
> CONFIG_SYSPROF_TRACER=y
> CONFIG_CONTEXT_SWITCH_TRACER=y
> CONFIG_BOOT_TRACER=y
> CONFIG_STACK_TRACER=y
> CONFIG_DYNAMIC_FTRACE=y
> CONFIG_FTRACE_MCOUNT_RECORD=y
> 
> However when I look at  /sys/kernel/debug/tracing/trace
> 
> I see output similar to this and  I don't see the "stack trace"
>             init-1     [000]    65.317499: sys_write <-sysenter_do_call
>             init-1     [000]    65.317504: vfs_write <-sys_write
>             init-1     [000]    65.317617: sys_write <-sysenter_do_call
>             init-1     [000]    65.317619: vfs_write <-sys_write
> 
> Is there option I am missing while compiling kernel or some part of
> kernel parameters is missing? Is there way to explicitly specify
> iter_ctrl on kernel boot cmdline?

Currently there is no way to enable an option from the kernel command line. I could
write something up though.

-- Steve


      reply	other threads:[~2009-11-30 15:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-30  2:20 ftrace not showing stack trace data during boot processes Subodh Nijsure
2009-11-30 15:11 ` Steven Rostedt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091130151151.GA1716@goodmis.org \
    --to=rostedt@goodmis.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=nijsure.subodh@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox