]> Git Repo - linux.git/commit - tools/perf/builtin-script.c
perf session: Ditch register_perf_file_handler
authorArnaldo Carvalho de Melo <[email protected]>
Sun, 13 Dec 2009 21:50:25 +0000 (19:50 -0200)
committerIngo Molnar <[email protected]>
Mon, 14 Dec 2009 15:57:15 +0000 (16:57 +0100)
commit301a0b020210360c6e441c7765521248bc87d58e
tree5321a8ab67584d0aac0e3df9a749df1b4206460b
parentd8f66248d6f25f7c935cc5307c43bf394db07272
perf session: Ditch register_perf_file_handler

Pass the event_ops to perf_session__process_events instead.

Also move the event_ops definition to session.h, starting to
move things around to their right place, trimming the many
unneeded headers we have.

Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Cc: Frédéric Weisbecker <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Paul Mackerras <[email protected]>
LKML-Reference: <1260741029[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
13 files changed:
tools/perf/Makefile
tools/perf/builtin-annotate.c
tools/perf/builtin-buildid-list.c
tools/perf/builtin-kmem.c
tools/perf/builtin-report.c
tools/perf/builtin-sched.c
tools/perf/builtin-timechart.c
tools/perf/builtin-trace.c
tools/perf/util/data_map.c
tools/perf/util/data_map.h [deleted file]
tools/perf/util/header.c
tools/perf/util/session.c
tools/perf/util/session.h
This page took 0.055842 seconds and 4 git commands to generate.