Re: [m5-users] ExecTrace: add file name and line number?

2008-07-19 Thread Ali Saidi
The information is in the symbol table, so you could use the libelf  
code to load that data somewhere. Generally I don't need all that  
information so just typing in the symbol name into lxr.linux.no does  
the job.

Ali

On Jul 18, 2008, at 3:01 PM, richard strong wrote:

 Hi,

 I was wondering if it would be easy (or already exists) to get the  
 file
 name and line number of a particular machine instruction that executed
 during full system in the kernel while doing an Exec trace?

 -Rick

 ___
 m5-users mailing list
 m5-users@m5sim.org
 http://m5sim.org/cgi-bin/mailman/listinfo/m5-users


___
m5-users mailing list
m5-users@m5sim.org
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users


[m5-users] Running M5 in Condor

2008-07-19 Thread Joel Hestness
Hi,
  Has anyone tried to run M5 under Condor?  I am getting very basic errors
like ImportError: No module named m5.main when running a test try.  I am
wondering if there are conflicts with the Python interpretter embedded in
the simulator since Condor doesn't support running Python scripts directly.
  Any help is greatly appreciated.
  Thanks,
  Joel
___
m5-users mailing list
m5-users@m5sim.org
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users