commit | 6f736735e30f51805f6be31d20a4bf5b0ae91bae | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Thu Apr 14 17:45:51 2016 -0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Thu Apr 14 19:46:56 2016 -0300 |
tree | bc26c54ba215e4891ee6fa60e881074aa543d744 | |
parent | bfbba189b681c86b9ae380358e5f50ce1e33d240 [diff] |
perf evsel: Require that callchains be resolved before calling fprintf_{sym,callchain} This way the print routine merely does printing, not requiring access to the resolving machinery, which helps disentangling the object files and easing creating subsets with a limited functionality set. Cc: Adrian Hunter <[email protected]> Cc: David Ahern <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Wang Nan <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>