I generated traces for the hello-world program, but am unable to decode it. Following is the output in (<< >>):<< ~/temp/gem5$ ./build/X86/gem5.fast util/decode_inst_dep_trace.py hello_world/system.cpu.traceListener.datatrc.helloworld hello_world/system.cpu.traceListener.datatrc.helloworld.out gem5 Simulator System. https://www.gem5.org gem5 is copyrighted software; use the --copyright option for details.
gem5 version 23.0.1.0 gem5 compiled Nov 4 2023 19:03:51 gem5 started Nov 5 2023 11:43:03 gem5 executing on lab315, pid 112200 command line: ./build/X86/gem5.fast util/decode_inst_dep_trace.py hello_world/system.cpu.traceListener.datatrc.helloworld hello_world/system.cpu.traceListener.datatrc.helloworld.out Did not find proto definition, attempting to generate Generated proto definitions for instruction dependency record~/temp/gem5$ ls -l hello_world total 444 -rw-rw-r-- 1 rajarshi rajarshi 24641 Nov 5 08:02 config.ini -rw-rw-r-- 1 rajarshi rajarshi 74085 Nov 5 08:02 config.json drwxrwxr-x 5 rajarshi rajarshi 4096 Nov 5 08:02 fs -rw-rw-r-- 1 rajarshi rajarshi 115654 Nov 5 08:02 stats.txt -rw-rw-r-- 1 rajarshi rajarshi 211603 Nov 5 08:02 system.cpu.traceListener.datatrc.helloworld -rw-rw-r-- 1 rajarshi rajarshi 11787 Nov 5 08:02 system.cpu.traceListener.insttrace.helloworld.gz >> Though there is no error message generated, I am unable to find the hello_world/system.cpu.traceListener.datatrc.helloworld.out file. Please suggest if I am missing any step here. ThanksRajarshi
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org