| commit | f968bf78e41d3ee23fc185c3b12f9990c840641f | [log] [tgz] |
|---|---|---|
| author | Steven Rostedt <srostedt@redhat.com> | Thu Dec 17 21:24:09 2009 -0500 |
| committer | Steven Rostedt <rostedt@goodmis.org> | Thu Dec 17 22:55:48 2009 -0500 |
| tree | fc064184c0726c7ba20c90bb9ed4d7cb10a83f04 | |
| parent | 0e861e7f795e33abb4d20e191ba97c36525ed0b3 [diff] |
trace-graph: Add new cmdlines via sched_switch The cmdline cache used by ftrace only saves 100 cmdlines. But if there's more tasks than cmdlines, then we will end up with a lot with <...>. This looks at sched_switch and will add comms if they are found. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>