I use qemu compile the linux kernel. To output the return address of interrupt I find out the function do_interrupt64() from the file Seg_helper.c can do it. This function push the address before interrupt, so I output the address which I make sure it is the return address of interrupt. But when I use qemu compile the linux kernel the output of the address is more then 10000. And it dosen't make sence because the linux kernel only have a few output of address.Anyone knows why it outputs so many output?
thanks,
snowfly