public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ftrace not showing stack trace data during boot processes
@ 2009-11-30  2:20 Subodh Nijsure
  2009-11-30 15:11 ` Steven Rostedt
  0 siblings, 1 reply; 2+ messages in thread
From: Subodh Nijsure @ 2009-11-30  2:20 UTC (permalink / raw)
  To: linux-kernel

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
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?

/Subodh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-30 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-30  2:20 ftrace not showing stack trace data during boot processes Subodh Nijsure
2009-11-30 15:11 ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox