summaryrefslogtreecommitdiffstats
path: root/base/process
Commit message (Expand)AuthorAgeFilesLines
* Revert 238913 "Make gtest always use simple internal regex engine."hashimoto@chromium.org2013-12-051-3/+5
* Make gtest always use simple internal regex engine.mithro@mithis.com2013-12-051-5/+3
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-032-10/+10
* Extract unit tests from the mixed bag process_util_unittest.cc into proper fi...maruel@chromium.org2013-12-023-125/+130
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-282-10/+19
* Move Posix file utils to the base namespace.brettw@chromium.org2013-11-271-1/+1
* Revert of https://codereview.chromium.org/71013004/hashimoto@chromium.org2013-11-272-19/+10
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-272-10/+19
* Support use_glib==0 on Linux in basespang@chromium.org2013-11-202-8/+6
* Include <unistd.h> in base/process/internal_linux.h.earthdok@chromium.org2013-11-131-0/+2
* Fixes for -Wunused-function on Linux, Android and ChromeOShans@chromium.org2013-11-121-0/+2
* Android: remove ContentViewCore from the renderer crash codepath.ppi@chromium.org2013-11-081-0/+7
* Fix parsing of vmstat, improve meminfo parsing, and add unittestssonnyrao@chromium.org2013-11-052-80/+311
* Refactor parsing of /proc files into separate functionsdavemoore@chromium.org2013-11-022-22/+54
* PerformanceMonitor: Add a new UMA histograms to track average CPU utilization...oysteine@chromium.org2013-10-242-6/+19
* Add sk_calloc and sk_calloc_throw to SkMemory_new_handler.cpp.mtklein@google.com2013-10-082-3/+15
* Update OOM killer to patch out CFAllocator on 10.9.avi@chromium.org2013-10-031-2/+4
* Update OS version functions.avi@chromium.org2013-10-021-1/+1
* Disable ProcessUtilTest.GetAppOutputRestrictedNoZombies under ASan on 64-bit ...glider@chromium.org2013-09-261-1/+10
* Clean up a few unused globals.thakis@chromium.org2013-09-251-7/+1
* Fix a bug where killing pages doesn't yield a sad-tabccameron@chromium.org2013-09-172-8/+24
* GTTF: launch test processes using job objects on Windows.phajdan.jr@chromium.org2013-09-132-9/+5
* Implement ToValue() for SystemMetrics, SystemMemoryInfoKB, DiskInfo, and Swap...jwmak@chromium.org2013-09-063-0/+95
* Update Mali memory attribute sysfs locationdbehr@chromium.org2013-09-041-1/+1
* Add more member data to SystemMemoryInfoKB and SystemMetrics. Upgrade functio...jwmak@chromium.org2013-09-033-22/+93
* Add the DiskInfo struct and associated functions to collect and hold system d...nduca@chromium.org2013-08-303-0/+261
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-304-14/+14
* Move AlterEnvironment to base/environment.h, implement on Windows. This re-im...brettw@chromium.org2013-08-304-221/+59
* Move the SwapData class to base/process (where other system metrics data resi...nduca@chromium.org2013-08-292-0/+64
* Move some platform-specific functions up in the code to make it cleaner. This...jwmak@chromium.org2013-08-222-24/+23
* process_metrics.h provides a variety of platform specific functions for getti...jwmak@chromium.org2013-08-222-0/+38
* Add CurrentProcessInfo::CreationTime() for Linuxsimonjam@chromium.org2013-08-087-54/+108
* Block signals while forking so they aren't run in the child process.mdempsky@google.com2013-08-061-0/+31
* Update include paths in base for base/process changes.rsesek@chromium.org2013-07-2513-18/+20
* roll clang 184830:186332thakis@chromium.org2013-07-221-1/+1
* Move the remaning base/process* files into base/process/.rsesek@chromium.org2013-07-199-0/+1449
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-182-2/+2
* Finish splitting base/process_util.h by moving the remaining routines to base...rsesek@chromium.org2013-07-175-0/+1310
* Record swap sizes on ChromeOSdavemoore@chromium.org2013-07-162-13/+41
* Remove USE_LINUX_BREAKPAD ifdef since we don't need it for chromium anymore.jam@chromium.org2013-07-162-8/+2
* Split ProcessHandle and its related routines into base/process/process_handle.h.rsesek@chromium.org2013-07-1512-0/+495
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-2/+2
* Split out process killing functions from base/process_util.h into base/proces...rsesek@chromium.org2013-07-105-0/+1092
* Split memory-related routines out of base/process_util.h into base/process/me...rsesek@chromium.org2013-06-288-0/+1532
* Use a direct include of time headers in base/, part 2.avi@chromium.org2013-06-281-1/+1
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-106-6/+6
* Split ProcessIterator and friends out of base/process_util.h into base/proces...rsesek@chromium.org2013-05-317-0/+813
* Revert 202639 "Use totmaps if available on chromeos"davemoore@chromium.org2013-05-292-37/+105
* Revert 202639 "Use totmaps if available on chromeos"davemoore@chromium.org2013-05-282-106/+37