lkml.org 
[lkml]   [2008]   [Nov]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/2] tracing/function-return-tracer: Call prepare_ftrace_return by registers
Ingo Molnar a écrit :
> * Frédéric Weisbecker <fweisbec@gmail.com> wrote:
>
>> 2008/11/13 Ingo Molnar <mingo@elte.hu>:
>>> hm, function-exit is a quite bad name i think that tells nothing to
>>> the user. I like "function-cost tracer" because that tells the user
>>> what it's all about in the end.
>>>
>>> Or perhaps we could name it the "callgraph" tracer? (as opposed to the
>>> simpler function tracer which traces function entries) Note that we
>>> could use the output to build function call coverage graphs.
>> But you can build a call graph with the function tracer, that what
>> does the script draw_trace.py in a bit loosely way for example.
>
> yes, but not reliably so - there's no guaranteed callgraph structure.
> With entry tracing we have entry+parent events, but especially across
> longer callchains there's no truly guaranteed way to preserve the full
> graph.


That's right, with the depth, we could have a more safe result for the call graph.

>> IMHO, function cost measurement or call graphs are particular uses
>> that can be made of this engine. You can also use it to trace
>> function return values for example.
>
> yes. The mockup output has place for that.


The problem with this is that we don't know in advance if the return value fits in 32
or 64 bits...

>> So perhaps naming it by thinking on the purpose it could be use at
>> most would be better that its "general" or "potential" purpose. I
>> don't know...
>
> i suggested "full-function" tracer name before, but that sounds a bit
> quirky too.
>
> Perhaps this should be the function-tracer, and the entry tracer would
> be the function-entry tracer?
>
> Ingo

I still wonder about the name we should choose...
Renaming function to function_entry seems to me a bit wrong because usual function
tracing happens in entry...

Why not two-pass function tracer?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2008-11-17 20:01    [W:0.076 / U:0.356 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site