Home
last modified time | relevance | path

Searched refs:StartFileSession (Results 1 – 4 of 4) sorted by relevance

/external/chromium/base/win/
Devent_trace_controller_unittest.cc141 TEST(EtwTraceControllerTest, StartFileSession) { in TEST() argument
147 HRESULT hr = controller.StartFileSession(kTestSessionName, in TEST()
Devent_trace_controller.h97 HRESULT StartFileSession(const wchar_t* session_name,
Devent_trace_controller.cc66 HRESULT EtwTraceController::StartFileSession(const wchar_t* session_name, in StartFileSession() function in base::win::EtwTraceController
Devent_trace_consumer_unittest.cc273 HRESULT hr = controller.StartFileSession(kTestSessionName, in LogEventToTempSession()