commit | 268ccda0cb4d1292029d07ee3dbd07117baf6ecb | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Wed Feb 04 20:16:39 2009 -0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Feb 05 14:35:46 2009 +0100 |
tree | 7683e02758d3f768ad21414abf39b00773e87940 | |
parent | 43769f10b4826376cbf4ce17af74a5b4e8dc4fcd [diff] |
trace: assign defaults at register_ftrace_event Impact: simplification of tracers As all tracers are doing this we might as well do it in register_ftrace_event and save one branch each time we call these callbacks. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Acked-by: Frederic Weisbecker <fweisbec@gmail.com> Acked-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>