v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
etw-provider-win.h File Reference
#include <windows.h>
#include <TraceLoggingProvider.h>
#include <evntprov.h>
#include <evntrace.h>
#include <cstdint>
#include <string>
#include <unordered_set>
#include <utility>
Include dependency graph for etw-provider-win.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VOID   void
 
#define V8_ETW_GUID    0x57277741, 0x3638, 0x4A4B, 0xBD, 0xBA, 0x0A, 0xC6, 0xE4, 0x5D, 0xA5, 0x6C
 
#define V8_DECLARE_TRACELOGGING_PROVIDER(v8Provider)
 
#define V8_DEFINE_TRACELOGGING_PROVIDER(v8Provider)
 

Macro Definition Documentation

◆ V8_DECLARE_TRACELOGGING_PROVIDER

#define V8_DECLARE_TRACELOGGING_PROVIDER ( v8Provider)
Value:
TRACELOGGING_DECLARE_PROVIDER(v8Provider);

Definition at line 31 of file etw-provider-win.h.

◆ V8_DEFINE_TRACELOGGING_PROVIDER

#define V8_DEFINE_TRACELOGGING_PROVIDER ( v8Provider)
Value:
TRACELOGGING_DEFINE_PROVIDER(v8Provider, "V8.js", (V8_ETW_GUID));
#define V8_ETW_GUID

Definition at line 34 of file etw-provider-win.h.

◆ V8_ETW_GUID

#define V8_ETW_GUID    0x57277741, 0x3638, 0x4A4B, 0xBD, 0xBA, 0x0A, 0xC6, 0xE4, 0x5D, 0xA5, 0x6C

Definition at line 27 of file etw-provider-win.h.

◆ VOID

#define VOID   void

Definition at line 11 of file etw-provider-win.h.