SConscript (10994:51ff41f6a4a5) | SConscript (10995:a114e2712642) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2015 ARM Limited 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 27 unchanged lines hidden (view full) --- 36# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 37# 38# Authors: Andreas Sandberg 39 40Import('*') 41 42SimObject('BaseMemProbe.py') 43Source('base.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2015 ARM Limited 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 27 unchanged lines hidden (view full) --- 36# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 37# 38# Authors: Andreas Sandberg 39 40Import('*') 41 42SimObject('BaseMemProbe.py') 43Source('base.cc') |
44 45SimObject('StackDistProbe.py') 46Source('stack_dist.cc') |
|