- 6c46059f4 [RELAND] Hooking up buffer_size in EtwTraceController::StartRealtimeSession by Joe Downing · 4 years, 10 months ago
- 0c8b544 Switch to 1-param version of base::DeleteFile() in base/ and chromeos/. by Lei Zhang · 5 years ago
- 526b7ef Run clang-tidy modernize-use-nullptr on //base/win by Robert Liao · 6 years ago
- d8b73eb Run clang-format on //base/win by Robert Liao · 6 years ago
- 4974013 Prepare base/win/event_trace_* for clang-format by Robert Liao · 6 years ago
- b630aca [base] Use std::wstring for native strings on Win by Jan Wilken Dörrie · 6 years ago
- aed9bea Change enum Version to enum class Version by Bruce Dawson · 6 years ago
- bacc196 [base] Add as_u16cstr() utility function by jdoerrie · 7 years ago
- af60528 [base] Prepare base/win for base::string16 switch by jdoerrie · 7 years ago
- 75a7cdf Move the base/sys_info* files to base/system/ by Sebastien Marchand · 7 years ago
- 411f4fc //base: Make ScopedTempDir::path() a GetPath() with a DCHECK by vabr · 9 years ago
- 3131ce82 Switch to standard integer types in base/win/. by avi · 10 years ago
- 9230c1d clang/win: Let some chromium_code targets build with -Wextra. by thakis · 10 years ago
- 5077e71 Disable ETW EnableDisable test by brucedawson · 10 years ago
- a1e13db8 Don't wait for ETW controller.Stop() on Windows 7 by brucedawson · 10 years ago
- 1a82941 Disable EtwTraceControllerTest.EnableDisable again by brucedawson · 10 years ago
- 7f84747 Disable EtwTraceControllerTest.EnableDisable by brucedawson · 10 years ago
- a628d65a Fix possibly flakiness of EtwTraceControllerTest.EnableDisable by wangxianzhu · 10 years ago
- fbce126 Apply automated fixits for Chrome clang plugin to base_unittests. by dcheng · 10 years ago
- 079d184 Enforce handle ownership in base::Process. by rvargas · 11 years ago
- e3177dd5 Move file_util to base/files/ directory. by [email protected] · 11 years ago
- 03d9afc0 Move temp file functions to base namespace. by [email protected] · 12 years ago
- dd4b5126 Update include paths in base for base/process changes. by [email protected] · 12 years ago
- dd3aa79 Rename base::Delete to base::DeleteFile by [email protected] · 12 years ago
- 918efbf Move file_util::Delete to the base namespace by [email protected] · 12 years ago
- c851cfd Use a direct include of strings headers in base/. by [email protected] · 12 years ago
- 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
- 631a547 Fix more remaining FilePath -> base::FilePath. by [email protected] · 13 years ago
- ea1a3f6 Move scoped_temp_dir from base to base/files by [email protected] · 13 years ago
- b1b3e6a Revert 136990 - Make sure the thread calling CoCreateGuid is CoInitialized. by [email protected] · 13 years ago
- 363297b Make sure the thread calling CoCreateGuid is CoInitialized. by [email protected] · 13 years ago
- e467ca3a Make ETW unittests shardable to quench flakyness on trybots. by [email protected] · 14 years ago
- 565758b5 Fix file leaks in a ETW test and a ScopedTempDir test. by [email protected] · 14 years ago
- b90d7e80 Reland "Remove base/scoped_handle_win.h." by [email protected] · 15 years ago
- 15d9694 Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use the new location and namespace." by [email protected] · 15 years ago
- 7d340403 Remove base/scoped_handle_win.h stub and fix up all callers to use the new location and namespace. by [email protected] · 15 years ago
- ba50d192 Move Windows-specific Event Tracing for Windows implementation to base/win. by [email protected] · 15 years ago[Renamed (96%) from base/event_trace_controller_win_unittest.cc]
- b026e35d Reland r62959 without the changes to histogram.cc, in hopes it won't break tab_switching_test, and without the changes to tools_sanity_unittest.cc, which have already been relanded separately. by [email protected] · 15 years ago
- 89fb65a ** Think this may have caused TabSwitchingTest to fail, as it is parsing log files. ** by [email protected] · 15 years ago
- 7f8d21b Convert LOG(INFO) to VLOG(1) - base/. by [email protected] · 15 years ago
- 691881b Fix event tracing for windows test flakyness. by [email protected] · 15 years ago
- d166d83 Revert 62766 - Fix event tracing for windows test flakyness. by [email protected] · 15 years ago
- 310a5b4 Fix event tracing for windows test flakyness. by [email protected] · 15 years ago
- 817b6121 Mark EtwTraceControllerTest.EnableDisable as flaky. by [email protected] · 15 years ago
- f55bd486 Enable warning 4389 as an error on windows builds. This will make by [email protected] · 15 years ago
- 2fbc339 Revert "Another dependency the bbot missed!!!" by [email protected] · 15 years ago
- bd635c0 Enable warning 4389 as an error on windows builds. This will make by [email protected] · 15 years ago
- 2b07b841 Integrate the base logging with Event Tracing for Windows. This allows ETW to control the log level and log feature flags from outside the process, and all log messages can be transported into ETW trace sessions.As is this provides an event trace provider class thatmanages the log level on control callbacks and shunts the formatted log messages to ETW when warranted.The provider observes one feature flag, which when turned on causes it to capture and log a stack trace at the log site, which can be helpful when diagnosing errors from logs.This CL also initializes ETW logging for chrome.dll, but only if the environment variable "CHROME_ETW_LOGGING" is set. The ETW machinery may create a thread in every process registering a trace provider, and the environment variable makes this overhead optional. by [email protected] · 16 years ago