commit | 2c9b238eb325895d3312dad64e2685783575e474 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Mon Feb 02 20:30:12 2009 -0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Feb 03 14:03:52 2009 +0100 |
tree | 1c64910c6084c53b9d9a458a34568ccb083419e8 | |
parent | c4a8e8be2d43cc22b371e8e9c05c253409759d94 [diff] |
trace: Change struct trace_event callbacks parameter list Impact: API change The trace_seq and trace_entry are in trace_iterator, where there are more fields that may be needed by tracers, so just pass the tracer_iterator as is already the case for struct tracer->print_line. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>