summaryrefslogtreecommitdiff
path: root/python/m5/objects/AlphaFullCPU.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/m5/objects/AlphaFullCPU.py')
-rw-r--r--python/m5/objects/AlphaFullCPU.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/m5/objects/AlphaFullCPU.py b/python/m5/objects/AlphaFullCPU.py
index 015e9d872..5b6fa1063 100644
--- a/python/m5/objects/AlphaFullCPU.py
+++ b/python/m5/objects/AlphaFullCPU.py
@@ -10,6 +10,8 @@ class DerivAlphaFullCPU(BaseCPU):
mem = Param.FunctionalMemory(NULL, "memory")
checker = Param.BaseCPU(NULL, "checker")
+ if build_env['FULL_SYSTEM']:
+ profile = Param.Latency('0ns', "trace the kernel stack")
cachePorts = Param.Unsigned("Cache Ports")