aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorAndi Kleen <[email protected]>2013-10-01 07:22:15 -0700
committerIngo Molnar <[email protected]>2013-10-04 10:06:06 +0200
commit354cc40e3b0981c38ba2ce2964954480e6c03c37 (patch)
tree49324485861fbf124babc19942a47d04bac35e10 /tools/perf/util/scripting-engines/trace-event-python.c
parentfafd883f671dfc1c2f62009179920f27abc784a1 (diff)
tools/perf: Fix sorting for 64bit entries
Some of the node comparisons in hist.c dropped the upper 32bit by using an int variable to store the compare result. This broke various 64bit fields, causing incorrect collapsing (found for the TSX transaction field) Just use int64_t always. Acked-by: Namhyung Kim <[email protected]> Signed-off-by: Andi Kleen <[email protected]> Signed-off-by: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions