Hi,
I am not able to get symbolic information from the dumps after i create instrumentation optimized with fdprpro.
I tend to get stack trace as
dump> stack 154
pc: 0x0000000100733d10 fdprpro_symbol_fixer_558__fdpr_20+0xf0()
pc: 0x000000010030f8fc fdprpro_symbol_fixer_1663__fdpr_4+0xc()
pc: 0x000000010072ba54 fdprpro_symbol_fixer_704__fdpr_9+0x34()
pc: 0x000000010072bdf4 fdprpro_symbol_fixer_705__fdpr_8+0x18()
when i intend to get function names.
I am using 5.2.2.16e version
$/lib/perf/aopt --version
FDPR-Pro 5.2.2.16e
I compile the file with -qfdpr option and provide the following options while optimizing with fdprpro
aopt_option=-a opt -RC -nop -bp -bf -hr -pto -tlo -dp -lro -las -vro -btcar -lu 9 -rt 0
$AOPT -p server -o server.fdpr -f $FEEDBACK_FILE $aopt_option
Is there something i am doing wrong ? Should i eliminate any flag ?
Please help me out in this.
Thanks in advance.
John