Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-10 | misc: Update #!env calls for python to explicit version | Jason Lowe-Power | |
In some newer Linux distributions, env python default to Python 3.0. This patch explicitly uses "python2" instead of just "python" for all scripts that use #! Reported-by: Sanchayan Maity <maitysanchayan@gmail.com> Signed-off-by: Jason Lowe-Power <jason@lowepower.com> | |||
2015-02-16 | cpu: add support for outputing a protobuf formatted CPU trace | Ali Saidi | |
Doesn't support x86 due to static instruction representation. --HG-- rename : src/cpu/CPUTracers.py => src/cpu/InstPBTrace.py |