perf tools: Move dso_* related functions into dso object
authorJiri Olsa <[email protected]>
Sat, 27 Oct 2012 21:18:32 +0000 (23:18 +0200)
committerArnaldo Carvalho de Melo <[email protected]>
Mon, 29 Oct 2012 13:37:25 +0000 (11:37 -0200)
commitcdd059d731eeb466f51a404ee6cbfafb0fc7c20b
tree36346ccb768ee0b8642b79bef6c7ad723a203a12
parentea36c46be69c6e49c877971c4b3b3876b24b6082
perf tools: Move dso_* related functions into dso object

Moving dso_* related functions into dso object.

Keeping symbol loading related functions still in the symbol object as
it seems more convenient.

Signed-off-by: Jiri Olsa <[email protected]>
Reviewed-by: Namhyung Kim <[email protected]>
Tested-by: Namhyung Kim <[email protected]>
Cc: Corey Ashford <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
[ committer note: Use "symbol.h" instead of <symbol.h> to make it build with O= ]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/Makefile
tools/perf/util/dso.c [new file with mode: 0644]
tools/perf/util/dso.h [new file with mode: 0644]
tools/perf/util/symbol.c
tools/perf/util/symbol.h