Lines Matching refs:EtwTraceController
45 EtwTraceController::EtwTraceController() : session_(NULL) { in EtwTraceController() function in base::win::EtwTraceController
48 EtwTraceController::~EtwTraceController() { in ~EtwTraceController()
52 HRESULT EtwTraceController::Start(const wchar_t* session_name, in Start()
66 HRESULT EtwTraceController::StartFileSession(const wchar_t* session_name, in StartFileSession()
83 HRESULT EtwTraceController::StartRealtimeSession(const wchar_t* session_name, in StartRealtimeSession()
95 HRESULT EtwTraceController::EnableProvider(REFGUID provider, UCHAR level, in EnableProvider()
101 HRESULT EtwTraceController::DisableProvider(REFGUID provider) { in DisableProvider()
106 HRESULT EtwTraceController::Stop(EtwTraceProperties* properties) { in Stop()
121 HRESULT EtwTraceController::Flush(EtwTraceProperties* properties) { in Flush()
134 HRESULT EtwTraceController::Start(const wchar_t* session_name, in Start()
141 HRESULT EtwTraceController::Query(const wchar_t* session_name, in Query()
148 HRESULT EtwTraceController::Update(const wchar_t* session_name, in Update()
156 HRESULT EtwTraceController::Stop(const wchar_t* session_name, in Stop()
164 HRESULT EtwTraceController::Flush(const wchar_t* session_name, in Flush()