mem_trace.hh (11168:f98eb2da15a4) mem_trace.hh (11437:210624864179)
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

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

59 * we were calling the destructor it could be done there.
60 */
61 void closeStreams();
62
63 protected:
64
65 /** Trace output stream */
66 ProtoOutputStream *traceStream;
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

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

59 * we were calling the destructor it could be done there.
60 */
61 void closeStreams();
62
63 protected:
64
65 /** Trace output stream */
66 ProtoOutputStream *traceStream;
67
68 private:
69
70 /** Include the Program Counter in the memory trace */
71 const bool withPC;
67};
68
69#endif //__MEM_PROBES_MEM_TRACE_HH__
72};
73
74#endif //__MEM_PROBES_MEM_TRACE_HH__