|
From: Aayush P. <aay...@gm...> - 2010-12-21 20:01:19
|
Hi, The lackey tool identifies the "superblocks" and prints the address of first instruction of each block. I want to output all the assembly level instructions, alongwith addresses of each "superblock"(which is like a basic block of control flow graph). I also want to compute the execution time of each block assuming predictable execution time of each instruction. Can anyone please help me, how to do these in Valgrind ? What tools have to modified or what API's can be used ? Please help as I am beginner to profiling and has limited knowledge of the field. My input is an arm binary. Thanking you, Aayush |