trace: Change struct trace_event callbacks parameter list
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 2 Feb 2009 22:30:12 +0000 (20:30 -0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 3 Feb 2009 13:03:52 +0000 (14:03 +0100)
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>

No differences found