Deleted Added
sdiff udiff text old ( 11266:452e10b868ea ) new ( 12129:879f7ad9e246 )
full compact
1/*
2 * Copyright (c) 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

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

113 void clearStats() {}
114 void printConfig(std::ostream& out) const {}
115
116 void print(std::ostream& out) const;
117 bool getCheckFlush() { return m_check_flush; }
118
119 MasterID masterId() { return _masterId; }
120 protected:
121 EventFunctionWrapper checkStartEvent;
122
123 MasterID _masterId;
124
125 private:
126 void hitCallback(NodeID proc, SubBlock* data);
127
128 void checkForDeadlock();
129
130 // Private copy constructor and assignment operator

--- 29 unchanged lines hidden ---