]> Git Repo - linux.git/commit - tools/perf/builtin-trace.c
perf tools: Don't cast RIP to pointers
authorArnaldo Carvalho de Melo <[email protected]>
Thu, 14 Jan 2010 14:23:09 +0000 (12:23 -0200)
committerIngo Molnar <[email protected]>
Sat, 16 Jan 2010 09:58:45 +0000 (10:58 +0100)
commit0d755034dbd01e240eadf2d31f4f75d3088ccd21
tree922b509d4bf2964ea369c8586f9f2931065e0191
parent66aeb6d5cb701aedd508187e08612bfd1e108e2e
perf tools: Don't cast RIP to pointers

Since they can come from another architecture with bigger
pointers, i.e. processing a 64-bit perf.data on a 32-bit arch.

Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Cc: Frédéric Weisbecker <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Paul Mackerras <[email protected]>
LKML-Reference: <1263478990[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
tools/perf/builtin-annotate.c
tools/perf/builtin-diff.c
tools/perf/builtin-kmem.c
tools/perf/builtin-report.c
tools/perf/builtin-sched.c
tools/perf/builtin-trace.c
tools/perf/util/event.c
tools/perf/util/session.c
This page took 0.055074 seconds and 4 git commands to generate.