trace.hh (4167:ce5d0f62f13b) trace.hh (5543:3af77710f397)
1/*
2 * Copyright (c) 2001-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

119#define DTRACE(x) (false)
120#define DDUMP(x, data, count) do {} while (0)
121#define DPRINTF(x, ...) do {} while (0)
122#define DPRINTFR(...) do {} while (0)
123#define DDUMPN(data, count) do {} while (0)
124#define DPRINTFN(...) do {} while (0)
125#define DPRINTFNR(...) do {} while (0)
126
1/*
2 * Copyright (c) 2001-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

119#define DTRACE(x) (false)
120#define DDUMP(x, data, count) do {} while (0)
121#define DPRINTF(x, ...) do {} while (0)
122#define DPRINTFR(...) do {} while (0)
123#define DDUMPN(data, count) do {} while (0)
124#define DPRINTFN(...) do {} while (0)
125#define DPRINTFNR(...) do {} while (0)
126
127#endif // TRACING_ON
127#endif // TRACING_ON
128
129#endif // __BASE_TRACE_HH__
128
129#endif // __BASE_TRACE_HH__