Deleted Added
sdiff udiff text old ( 10461:afeb5cdb3907 ) new ( 10465:a42b8d98fddc )
full compact
1# -*- mode:python -*-
2# Copyright (c) 2009-2014 ARM Limited
3# All rights reserved.
4#
5# The license below extends only to copyright in the software and shall
6# not be construed as granting a license to any other intellectual
7# property including but not limited to intellectual property relating
8# to a hardware implementation of the functionality of the software

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

73 """Add a probe-based event to the PMU if obj is not None."""
74
75 if obj is None:
76 return
77
78 for name in args:
79 self._deferred_event_types.append((event_id, obj, name))
80
81 platform = Param.Platform(Parent.any, "Platform this device is part of.")
82 eventCounters = Param.Int(31, "Number of supported PMU counters")
83 pmuInterrupt = Param.Int(68, "PMU GIC interrupt number")