Home
last modified time | relevance | path

Searched refs:EtwEventType (Results 1 – 5 of 5) 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/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()