Determining the source of Qemu guest instructions when using in_asm
I’m trying to gather statistics about the percentage of library code that is used vs executed. To do this I’m invoking Qemu-user with the -d in_asm flag. I log this to a file and get a sizeable file …