event_trace_controller.h | 94 HRESULT Start(const wchar_t* session_name, EtwTraceProperties* prop); 97 HRESULT StartFileSession(const wchar_t* session_name, 102 HRESULT StartRealtimeSession(const wchar_t* session_name, 123 static HRESULT Start(const wchar_t* session_name, 127 static HRESULT Query(const wchar_t* session_name, 130 static HRESULT Update(const wchar_t* session_name, 133 static HRESULT Stop(const wchar_t* session_name, 135 static HRESULT Flush(const wchar_t* session_name, 140 const wchar_t* session_name() const { return session_name_.c_str(); } function in class:base::win::EtwTraceController
|