We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3574b62 commit 3d9839bCopy full SHA for 3d9839b
src/tracing/trace_event_common.h
@@ -2,6 +2,9 @@
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
+#ifndef SRC_TRACE_EVENT_COMMON_H
6
+#define SRC_TRACE_EVENT_COMMON_H
7
+
8
// This header file defines the set of trace_event macros without specifying
9
// how the events actually get collected and stored. If you need to expose trace
10
// events to some other universe, you can copy-and-paste this file as well as
@@ -1102,3 +1105,5 @@
1102
1105
#define TRACE_EVENT_SCOPE_NAME_GLOBAL ('g')
1103
1106
#define TRACE_EVENT_SCOPE_NAME_PROCESS ('p')
1104
1107
#define TRACE_EVENT_SCOPE_NAME_THREAD ('t')
1108
1109
+#endif // SRC_TRACE_EVENT_COMMON_H
0 commit comments