SConscript (10996:d48fda705f4d) | SConscript (11803:4f04a6593119) |
---|---|
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 --- 31 unchanged lines hidden (view full) --- 40Import('*') 41 42SimObject('BaseMemProbe.py') 43Source('base.cc') 44 45SimObject('StackDistProbe.py') 46Source('stack_dist.cc') 47 | 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 --- 31 unchanged lines hidden (view full) --- 40Import('*') 41 42SimObject('BaseMemProbe.py') 43Source('base.cc') 44 45SimObject('StackDistProbe.py') 46Source('stack_dist.cc') 47 |
48SimObject('MemFootprintProbe.py') 49Source('mem_footprint.cc') 50 |
|
48# Packet tracing requires protobuf support 49if env['HAVE_PROTOBUF']: 50 SimObject('MemTraceProbe.py') 51 Source('mem_trace.cc') | 51# Packet tracing requires protobuf support 52if env['HAVE_PROTOBUF']: 53 SimObject('MemTraceProbe.py') 54 Source('mem_trace.cc') |