Deleted Added
sdiff udiff text old ( 11538:55014a40512c ) new ( 12090:11d69759b378 )
full compact
1/*
2 * Copyright (c) 2010-2013 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

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

127class DumpStatsPCEvent : public PCEvent
128{
129 public:
130 DumpStatsPCEvent(PCEventQueue *q, const std::string &desc, Addr addr)
131 : PCEvent(q, desc, addr)
132 {}
133
134 virtual void process(ThreadContext* tc);
135};
136
137
138#endif // __ARCH_ARM_LINUX_SYSTEM_HH__
139