andikleen / pmu-tools

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

Fix Issue #408: Tuple unpacking in event download #411

Closed dhschall closed 2 years ago

dhschall commented 2 years ago

The tuple contain to may values. Use '*_' to drop the values that are to much.

andikleen commented 2 years ago

Fixed