Hi Ali,
I have dig into the source code checked every appearance of "enable_context_switch_stats_dump" and "enableContextSwitchStatsDump" and found the only place where i could toggle it was:
enable_context_switch_stats_dump = Param.Bool(True, "enable stats/task info dumping at context switch boundaries") in ArmSystem.py.
After doing this as shown above, in the config.ini file I still get this as : enable_context_switch_stats_dump=false.
Can you please guide me about this?
2ndly, It would be so nice of you, If you kindly give me the steps of applying the given patch to my disk image "linux-arm-ael.img" file?
lastly, will the output of my interest be in system.tasks.txt in the output directory? as it say here: http://gem5.org/Streamline ??? do i need to use any trace/debug flag for it?
Thank you Ali for your response. It was really useful.
Best regards,