MemTraceProbe.py (11437:210624864179) MemTraceProbe.py (12191:402368e3ca19)
1# Copyright (c) 2014-2015 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 38 unchanged lines hidden (view full) ---

47 trace_compress = Param.Bool(True, "Enable trace compression")
48
49 # For requests with a valid PC, include the PC in the trace
50 with_pc = Param.Bool(False, "Include PC info in the trace")
51
52 # packet trace output file, disabled by default
53 trace_file = Param.String("", "Packet trace output file")
54
1# Copyright (c) 2014-2015 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 38 unchanged lines hidden (view full) ---

47 trace_compress = Param.Bool(True, "Enable trace compression")
48
49 # For requests with a valid PC, include the PC in the trace
50 with_pc = Param.Bool(False, "Include PC info in the trace")
51
52 # packet trace output file, disabled by default
53 trace_file = Param.String("", "Packet trace output file")
54
55 # System object to look up the name associated with a master ID
56 system = Param.System(Parent.any, "System the probe belongs to")