On 28 June 2016 at 16:24, Ayaz Akram <aaq...@gmail.com> wrote: > Thanks for your replies. > > I am bit confused about -d exec logging. If I am not mistaken it logs the > starting addresses of translation blocks that get executed. How will > translation block chaining effect this? I mean if one tb is chained to many > other tb's, by counting instructions in each tb (by -d out_asm logging) and > -d exec logging, how will the total count of instructions include effect of > tb chaining ?
You probably want -d nochain to turn off the tb chaining. thanks -- PMM