aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorVincent StehlĂ© <[email protected]>2016-05-24 14:53:49 +0000
committerThomas Gleixner <[email protected]>2016-05-25 08:56:43 +0000
commit275ae411e56f8f900fa364da29c4706f9af4e1f3 (patch)
tree48f0835278f71d4830b7a05654f5f30a384a30c3 /tools/perf/scripts/python/check-perf-trace.py
parentMerge tag 'perf-core-for-mingo-20160523' of git://git.kernel.org/pub/scm/linu... (diff)
downloadkernel-275ae411e56f8f900fa364da29c4706f9af4e1f3.tar.gz
kernel-275ae411e56f8f900fa364da29c4706f9af4e1f3.zip
perf/x86/intel/rapl: Fix pmus free during cleanup
On rapl cleanup path, kfree() is given by mistake the address of the pointer of the structure to free (rapl_pmus->pmus + i). Pass the pointer instead (rapl_pmus->pmus[i]). Fixes: 9de8d686955b "perf/x86/intel/rapl: Convert it to a per package facility" Signed-off-by: Vincent StehlĂ© <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions