andikleen / pmu-tools

Intel PMU profiling tools
GNU General Public License v2.0
1.99k stars 332 forks source link

Fix not subscriptable map error #389

Closed stefanocarna closed 3 years ago

stefanocarna commented 3 years ago

map(...) returns an iterable object that must be converted to a tuple when using python 3.

Tested on:

andikleen commented 3 years ago

Thanks!