on PPC I do:
# > perf record -a /root/a.out
then
#> perf report -v
...
50.36% a.out /root/a.out
0x2c4 d [.] main
compare the address 0x2c4 with
#> nm -a a.out | grep main
U __libc_start_main@@GLIBC_2.0
100002c0 T main
The perf reported address is lacking 0x10000000.
How do I list the absolut symbol address?
Jocke--
To unsubscribe from this list: send the line "unsubscribe linux-perf-users" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html