perf evlist: Move evlist methods to evlist.c
commitf8a9530939ed87b9a1b1a038b90e355098b679a2
authorArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 30 Jan 2011 12:46:46 +0000 (30 10:46 -0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 30 Jan 2011 13:41:13 +0000 (30 11:41 -0200)
treea24954b748120ae6f83f30c00af747c22acfb89e
parent877108e42b1b9ba64857c4030cf356ecc120fd18
perf evlist: Move evlist methods to evlist.c

They were on evsel.c because they came from refactoring existing evsel
methods, so, to make reviewing the changes easier, I kept it there, now
its a plain move.

Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Tom Zanussi <tzanussi@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evlist.c
tools/perf/util/evlist.h
tools/perf/util/evsel.c
tools/perf/util/evsel.h