commit | 1fe7a30028eeccd92e6fccfbeb8c5c3811b11b64 | [log] [tgz] |
---|---|---|
author | Jiri Olsa <[email protected]> | Fri Oct 16 12:41:15 2015 +0200 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Mon Oct 19 18:04:01 2015 -0300 |
tree | 8e2a4a120cd27dfb35084e9514bacec97bc2351a | |
parent | f1cbb8f35719e36803f226d1bbf08ac12cedcd76 [diff] |
perf cpu_map: Add data arg to cpu_map__build_map callback Adding data arg to cpu_map__build_map callback, so we could pass data along to the callback. It'll be needed in following patches to retrieve topology info from perf.data. Signed-off-by: Jiri Olsa <[email protected]> Tested-by: Kan Liang <[email protected]> Cc: David Ahern <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>