Re: [ANNOUNCE] pahole and other DWARF2 utilities

From: Thiago Galesi
Date: Tue Oct 31 2006 - 11:05:40 EST


> Further ideas on how to use the DWARF2 information include tools
> that will show where inlines are being used, how much code is added by
> inline functions,

It would be quite useful to be able to identify inlined functions which are
good candidates for uninlining.

-

Arnaldo, can't we get a call count for functions? (yes, it is not a
run-time call count, but rather, how many times the function if called
in the code) I guess this would help for this purpose of finding
candidates for inlining, uninlining.

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