diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2013-04-12 15:48:38 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-04-22 17:08:58 -0500 |
| commit | 3e99599f66ac6e9037a1e7de66a15096bbc477b8 (patch) | |
| tree | 2a7ca51a909fe915371b5304b823fcf90731bce0 /src/include/usr/hwpf | |
| parent | 0245ff11fe0e32f8c72159afa7ddfd10c4ee528d (diff) | |
| download | blackbird-hostboot-3e99599f66ac6e9037a1e7de66a15096bbc477b8.tar.gz blackbird-hostboot-3e99599f66ac6e9037a1e7de66a15096bbc477b8.zip | |
HWPF: Change FAPI_INF traces from TRACS to TRACF
As TRACS traces, we only get FAPI_INF traces by turning them on (which can be
done dynamically). My original intent was that FAPI_INF traces be flight
recorder type traces that may be needed to debug a problem. I suspect that we
will be seeing defects which need FAPI_INF traces to debug and we do not want
to have to recreate and turn on the traces. Patrick agrees to this change.
Change-Id: I29514ef07ab122a8584efb3bb7485f11c81d5bbd
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4047
Reviewed-by: KUMAR V. CHALLA <kvchalla@us.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf')
| -rw-r--r-- | src/include/usr/hwpf/plat/fapiPlatTrace.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/usr/hwpf/plat/fapiPlatTrace.H b/src/include/usr/hwpf/plat/fapiPlatTrace.H index d2005b315..db630fac6 100644 --- a/src/include/usr/hwpf/plat/fapiPlatTrace.H +++ b/src/include/usr/hwpf/plat/fapiPlatTrace.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2012 */ +/* COPYRIGHT International Business Machines Corp. 2011,2013 */ /* */ /* p1 */ /* */ @@ -52,7 +52,7 @@ extern trace_desc_t* g_fapiImpTd; extern trace_desc_t* g_fapiScanTd; // Information traces (go into fast trace buffer that can wrap often) -#define FAPI_INF(_fmt_, _args_...) TRACSCOMP(g_fapiTd, TRACE_FILENAME _fmt_, ##_args_ ) +#define FAPI_INF(_fmt_, _args_...) TRACFCOMP(g_fapiTd, TRACE_FILENAME _fmt_, ##_args_ ) // Important traces (go into slow trace buffer that should not wrap often) #define FAPI_IMP(_fmt_, _args_...) TRACFCOMP(g_fapiImpTd, TRACE_FILENAME _fmt_, ##_args_ ) |

