Now I write a tool about what instruction are excuted at each clock cycle in order to analysis which instruction stalls the pipeline.
My program's input are uops.
I anlysis the dependency (include port. data, ROB, retired buffer),and give excute serial of a segment of uop code. I check it with simple instruction, which is decoded into 1uop.
I want to make my tool more general , So I can anaysis any assmebly code I want .but I donot waht uop the instruction are decoded into.
Does Intel provide such data I want (such decoded uops and some detail about instruction )?


