Searched refs:EtwEventType (Results 1 – 10 of 10) sorted by relevance
/external/chromium/base/win/ |
D | event_trace_provider.h | 22 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,
|
D | event_trace_provider.cc | 99 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/ |
D | event_trace_provider.h | 21 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,
|
D | event_trace_provider.cc | 99 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/ |
D | trace_event_win.h | 104 const base::win::EtwEventType kTraceEventTypeBegin = 0x10; 105 const base::win::EtwEventType kTraceEventTypeEnd = 0x11; 106 const base::win::EtwEventType kTraceEventTypeInstant = 0x12;
|
D | trace_event_win.cc | 13 using base::win::EtwEventType; 55 EtwEventType etw_type = 0; in TraceEvent()
|
D | trace_event_win_unittest.cc | 34 using base::win::EtwEventType; 72 EtwEventType event_type, 167 EtwEventType type, in ExpectEvent()
|
/external/chromium/base/debug/ |
D | trace_event_win.h | 131 const base::win::EtwEventType kTraceEventTypeBegin = 0x10; 132 const base::win::EtwEventType kTraceEventTypeEnd = 0x11; 133 const base::win::EtwEventType kTraceEventTypeInstant = 0x12;
|
D | trace_event_win.cc | 14 using base::win::EtwEventType; 54 EtwEventType etw_type = 0; in TraceEvent()
|
D | trace_event_win_unittest.cc | 31 using base::win::EtwEventType; 69 EtwEventType event_type, 161 EtwEventType type, in ExpectEvent()
|