[PATCH 06/27] perf tools: Propagate thread maps through the evlist

2015-06-22 Thread Jiri Olsa
Propagate evlist's thread_map object through all the evsel objects. It'll be handy to access evsel's threads directly in following patches. The reason is there's no link from evsel to evlist which hold threads map now and evlist is not always available. Link:

[PATCH 06/27] perf tools: Propagate thread maps through the evlist

2015-06-22 Thread Jiri Olsa
Propagate evlist's thread_map object through all the evsel objects. It'll be handy to access evsel's threads directly in following patches. The reason is there's no link from evsel to evlist which hold threads map now and evlist is not always available. Link: