From cc2a06c9d91f0a38a8774623efaa99a2406d3a17 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Thu, 26 Jan 2012 11:16:16 -0600 Subject: TracePP: Optional macro to add filename to trace. Change-Id: Id0ba703e0f386a0d6021b870809cae01fd45b8c3 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/627 Reviewed-by: MIKE J. JONES Tested-by: Jenkins Server Reviewed-by: CAMVAN T. NGUYEN --- src/include/usr/trace/interface.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/usr/trace') diff --git a/src/include/usr/trace/interface.H b/src/include/usr/trace/interface.H index 9e04c5afb..7b610931e 100644 --- a/src/include/usr/trace/interface.H +++ b/src/include/usr/trace/interface.H @@ -55,6 +55,8 @@ #define INFO_MRK "I>" #define ARG_MRK "A>" +#define TRACE_FILENAME "TRACEPP_INSERT_FILENAME" + const uint32_t TRACE_DEBUG = 1; //Indicates trace is debug const uint32_t TRACE_FIELD = 0; //Indicates trace is field -- cgit v1.2.3