HomeSort by relevance Sort by last modified time
    Searched refs:EtwEventType (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/debug/
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;
trace_event_win.cc 14 using base::win::EtwEventType;
54 EtwEventType etw_type = 0;
trace_event_win_unittest.cc 31 using base::win::EtwEventType;
69 EtwEventType event_type,
161 EtwEventType type,
  /external/chromium/base/win/
event_trace_provider.h 22 typedef UCHAR EtwEventType;
42 EtwMofEvent(const EtwEventClass& event_class, EtwEventType type,
52 EtwMofEvent(const EtwEventClass& event_class, EtwEventType type,
125 ULONG Log(const EtwEventClass& event_class, EtwEventType type,
127 ULONG Log(const EtwEventClass& event_class, EtwEventType type,
event_trace_provider.cc 99 EtwEventType type, EtwEventLevel level, const char *message) {
113 EtwEventType type, EtwEventLevel level, const wchar_t *message) {

Completed in 234 milliseconds