summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Make ValueDeserializer::Deserialize return scoped_ptrolli.raula2015-10-168-38/+39
* Stack sampling profiler: work around invalid BoringSSL assemblywittman2015-10-151-1/+7
* Handle EAGAIN error for the mincore syscall usedssid2015-10-151-4/+20
* Add CHECK to PostTaskAndReply to detect null closures earliertzik2015-10-151-0/+3
* Implement ThreadTicks::Now on Windows.fdoray2015-10-157-25/+192
* Extend base::Reversed to support iterating arraysmdempsky2015-10-152-2/+37
* StackSamplingProfiler: sanity check RUNTIME_FUNCTION contentswittman2015-10-143-51/+211
* base: Bump default android version to 6.0.99boliu2015-10-141-2/+2
* [Android] remove dots from log tagsdgn2015-10-143-3/+3
* Add pre instrumentation test hooksdgn2015-10-143-11/+61
* Use permissions 0666 on POSIX platformshashimoto2015-10-141-1/+1
* Make base::IsUnicodeWhitespace('\0') return false.eroman2015-10-133-3/+30
* Reland of [tracing] Display the locked size of discardable memory segment. (p...ssid2015-10-133-1/+22
* Fix uninit memory errors in ProcessMemoryDump::CountResidentBytes().thestig2015-10-131-9/+11
* Use #if DCHECK_IS_ON() in base/strings/string_piece.*olli.raula2015-10-122-3/+4
* [NaCl] Define GetPageSize symbol for Gyp buildruuda2015-10-121-0/+1
* Update glog URL.bungeman2015-10-121-1/+2
* [tracing] Display the resident size of the discardable memory segmentsssid2015-10-123-1/+86
* [Tracing] Introduce --enable-heap-profiling switchruuda2015-10-125-2/+24
* Enforce WARN_UNUSED_RESULT attribute on Windowsdcheng2015-10-101-1/+3
* base: Don't leave msgh_id field uninitialized.erikchen2015-10-091-0/+1
* Disable TimeTicks.WinRollover under ASanrnk2015-10-091-1/+8
* mac: Make base_unittests build with the 10.11 SDK.thakis2015-10-092-2/+4
* Remove the TRACE_EVENT_*_ETW macros.fdoray2015-10-098-683/+0
* Revert of [tracing] Display the locked size of discardable memory segment. (p...ssid2015-10-093-22/+1
* Remove iOS code paths since this file is no longer used nor built there.lpromero2015-10-091-9/+0
* Stop using the TRACE_EVENT_*_ETW macros.fdoray2015-10-081-1/+2
* Fix -Wunused-function error in native_stack_sampler_win.ccHans Wennborg2015-10-081-0/+2
* Restrict memory maps dump provider to only android and linuxssid2015-10-085-27/+19
* StackSamplingProfiler: walk a copy of the stackwittman2015-10-085-156/+465
* Emphasizes that TimeTicks::UnixEpoch() is only an estimatecharliea2015-10-071-6/+8
* StackSamplingProfiler: test fixeswittman2015-10-072-12/+18
* Reland of [Tracing] Add allocation register for heap profilingruuda2015-10-077-0/+684
* [NaCl] Define GetPageSize symbolruuda2015-10-073-0/+20
* Disable ETW EnableDisable testbrucedawson2015-10-071-1/+2
* Remove use of JSONReader::DeprecatedRead andolli.raula2015-10-079-135/+92
* Revert of [Tracing] Add allocation register for heap profiling (patchset #7 i...kuan2015-10-067-684/+0
* [tracing] Smaps provider uses fscanf instead of istreamssid2015-10-063-83/+75
* [Tracing] Add allocation register for heap profilingruuda2015-10-067-0/+684
* Detecting and fixing stringprintf.h format bugsbrucedawson2015-10-063-14/+38
* Remove cpu.has_avx_hardware()fbarchard2015-10-062-11/+1
* Enable CPU.RunExtendedInstructions test for win64 with clangclfbarchard2015-10-061-3/+4
* Copy the register context before calling StackWalk64rnk2015-10-062-5/+13
* [tracing] Implement trace_event::AllocationContextruuda2015-10-063-94/+178
* win: Remove uses of UNREFERENCED_PARAMETER.thakis2015-10-063-62/+42
* [tracing] Expose a GetOrCreateAllocatorDump for memory tracingprimiano2015-10-052-0/+11
* Clarify WeakPtr threading characteristic.scheib2015-10-051-2/+7
* Move ChromeCommandLineInitUtil to base/dtrainor2015-10-051-0/+107
* Fix AllocationContextTracker TLS initializationruuda2015-10-052-11/+20
* Remove the debug_message.exe helper.brettw2015-10-033-61/+2