Home
last modified time | relevance | path

Searched refs:EtwEventType (Results 1 – 10 of 10) sorted by relevance

/external/chromium/base/win/
Devent_trace_provider.h22 typedef UCHAR EtwEventType; typedef
42 EtwMofEvent(const EtwEventClass& event_class, EtwEventType type, in EtwMofEvent()
52 EtwMofEvent(const EtwEventClass& event_class, EtwEventType type, in EtwMofEvent()
125 ULONG Log(const EtwEventClass& event_class, EtwEventType type,
127 ULONG Log(const EtwEventClass& event_class, EtwEventType type,
Devent_trace_provider.cc99 EtwEventType type, EtwEventLevel level, const char *message) { in Log()
113 EtwEventType type, EtwEventLevel level, const wchar_t *message) { in Log()
/external/chromium_org/base/win/
Devent_trace_provider.h21 typedef UCHAR EtwEventType; typedef
46 EtwMofEvent(const EtwEventClass& event_class, EtwEventType type, in EtwMofEvent()
56 EtwMofEvent(const EtwEventClass& event_class, EtwEventType type, in EtwMofEvent()
129 ULONG Log(const EtwEventClass& event_class, EtwEventType type,
131 ULONG Log(const EtwEventClass& event_class, EtwEventType type,
Devent_trace_provider.cc99 EtwEventType type, EtwEventLevel level, const char *message) { in Log()
113 EtwEventType type, EtwEventLevel level, const wchar_t *message) { in Log()
/external/chromium_org/base/debug/
Dtrace_event_win.h104 const base::win::EtwEventType kTraceEventTypeBegin = 0x10;
105 const base::win::EtwEventType kTraceEventTypeEnd = 0x11;
106 const base::win::EtwEventType kTraceEventTypeInstant = 0x12;
Dtrace_event_win.cc13 using base::win::EtwEventType;
55 EtwEventType etw_type = 0; in TraceEvent()
Dtrace_event_win_unittest.cc34 using base::win::EtwEventType;
72 EtwEventType event_type,
167 EtwEventType type, in ExpectEvent()
/external/chromium/base/debug/
Dtrace_event_win.h131 const base::win::EtwEventType kTraceEventTypeBegin = 0x10;
132 const base::win::EtwEventType kTraceEventTypeEnd = 0x11;
133 const base::win::EtwEventType kTraceEventTypeInstant = 0x12;
Dtrace_event_win.cc14 using base::win::EtwEventType;
54 EtwEventType etw_type = 0; in TraceEvent()
Dtrace_event_win_unittest.cc31 using base::win::EtwEventType;
69 EtwEventType event_type,
161 EtwEventType type, in ExpectEvent()