commit | 097d036a2f25eecc42435c57e010aaf4a2eed2d9 | [log] [tgz] |
---|---|---|
author | Frederic Weisbecker <fweisbec@gmail.com> | Fri Oct 03 15:39:21 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:39:17 2008 +0200 |
tree | ee5e40b940475e8a047e02093688072ff3e330d3 | |
parent | 6450c1d3213e27b0dcbf34cce7ad1ae74244c520 [diff] |
tracing/fastboot: only trace non-module initcalls At this time, only built-in initcalls interest us. We can't really produce a relevant graph if we include the modules initcall too. I had good results after this patch (see svg in attachment). Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>