Re: [PATCH v2] tracing/function-graph-tracer: prevent from hrtimer interrupt infinite loop

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ingo Molnar
Date: Sunday, December 21, 2008 - 3:12 am

* Ingo Molnar <mingo@elte.hu> wrote:


another thing. I turned off all the options that come ahead of the 'meat' 
of the trace data:

# cat /debug/tracing/trace_options 
print-parent nosym-offset nosym-addr noverbose noraw nohex nobin noblock 
nostacktrace nosched-tree ftrace_printk noftrace_preempt nobranch annotate 
nouserstacktrace nosym-userobj printk-msg-only nofuncgraph-overrun 
nofuncgraph-cpu nofuncgraph-overhead nofuncgraph-proc 

but i still got the 'duration' field printed:

# tracer: function_graph
#
# DURATION            FUNCTION CALLS
#     |               |   |   |   |

0.865 us    |    }
            |    alloc_page_vma() {
0.295 us    |      get_vma_policy();
0.268 us    |      policy_zonelist();
            |      __alloc_pages_internal() {
0.257 us    |        __might_sleep();
            |        get_page_from_freelist() {


i'd have expected to only see the flow of execution as it happens.

	Ingo
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH v2] tracing/function-graph-tracer: prevent from hrt ..., Frederic Weisbecker, (Wed Dec 17, 6:09 pm)
Re: [PATCH v2] tracing/function-graph-tracer: prevent from ..., =?ISO-8859-1?Q?Fr=E9 ..., (Thu Dec 18, 3:51 am)
Re: [PATCH v2] tracing/function-graph-tracer: prevent from ..., =?ISO-8859-1?Q?Fr=E9 ..., (Thu Dec 18, 3:56 am)
Re: [PATCH v2] tracing/function-graph-tracer: prevent from ..., =?ISO-8859-1?Q?Fr=E9 ..., (Thu Dec 18, 2:07 pm)
Re: [PATCH v2] tracing/function-graph-tracer: prevent from ..., =?ISO-8859-1?Q?Fr=E9 ..., (Thu Dec 18, 2:36 pm)
Re: [PATCH v2] tracing/function-graph-tracer: prevent from ..., =?ISO-8859-1?Q?Fr=E9 ..., (Thu Dec 18, 3:00 pm)
Re: [PATCH v2] tracing/function-graph-tracer: prevent from ..., Ingo Molnar, (Sun Dec 21, 3:12 am)
Re: [PATCH v2] tracing/function-graph-tracer: prevent from ..., =?ISO-8859-1?Q?Fr=E9 ..., (Sun Dec 21, 5:21 am)
Re: [PATCH v2] tracing/function-graph-tracer: prevent from ..., =?ISO-8859-1?Q?Fr=E9 ..., (Mon Dec 22, 3:46 am)