| commit | cd2f1b765353b0ab6843fd41462511f5ea9ecf85 | [log] [tgz] |
|---|---|---|
| author | Namhyung Kim <namhyung@kernel.org> | Thu Jul 31 15:29:49 2014 +0900 |
| committer | Namhyung Kim <namhyung@kernel.org> | Tue Aug 12 14:31:31 2014 +0900 |
| tree | b115f846755c12e032b33b0db8af5fa0ec14e8a9 | |
| parent | 9117c051e9b369471e8b31e383a28abc9905fe16 [diff] |
perf trace: Move call to symbol__init() after creating session This is a preparation of fixing dso__load_kernel_sym(). It needs a session info before calling symbol__init(). Signed-off-by: Namhyung Kim <namhyung@kernel.org>