commit | cdd059d731eeb466f51a404ee6cbfafb0fc7c20b | [log] [tgz] |
---|---|---|
author | Jiri Olsa <[email protected]> | Sat Oct 27 23:18:32 2012 +0200 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Mon Oct 29 11:37:25 2012 -0200 |
tree | 36346ccb768ee0b8642b79bef6c7ad723a203a12 | |
parent | ea36c46be69c6e49c877971c4b3b3876b24b6082 [diff] |
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]>