mem_trace.hh (10996:d48fda705f4d) mem_trace.hh (11001:80f018934c3a)
1/*
2 * Copyright (c) 2015 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

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

32 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 *
37 * Authors: Andreas Sandberg
38 */
39
1/*
2 * Copyright (c) 2015 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

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

32 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 *
37 * Authors: Andreas Sandberg
38 */
39
40#ifndef __MEM_PROBES_STACK_DIST_HH__
41#define __MEM_PROBES_STACK_DIST_HH__
40#ifndef __MEM_PROBES_MEM_TRACE_HH__
41#define __MEM_PROBES_MEM_TRACE_HH__
42
43#include "mem/packet.hh"
44#include "mem/probes/base.hh"
45#include "proto/protoio.hh"
46
47struct MemTraceProbeParams;
48
49class MemTraceProbe : public BaseMemProbe

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

61 void closeStreams();
62
63 protected:
64
65 /** Trace output stream */
66 ProtoOutputStream *traceStream;
67};
68
42
43#include "mem/packet.hh"
44#include "mem/probes/base.hh"
45#include "proto/protoio.hh"
46
47struct MemTraceProbeParams;
48
49class MemTraceProbe : public BaseMemProbe

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

61 void closeStreams();
62
63 protected:
64
65 /** Trace output stream */
66 ProtoOutputStream *traceStream;
67};
68
69#endif //__MEM_PROBES_STACK_DIST_HH__
69#endif //__MEM_PROBES_MEM_TRACE_HH__