summaryrefslogtreecommitdiffstats
path: root/base/process_util_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-9/+10
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-10/+9
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-9/+10
* Trying again to land OOM priority manager changes.gspencer@google.com2011-08-231-9/+34
* Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm.mattm@chromium.org2011-08-221-34/+9
* Changing OOM range to 0, 1000 and tweaking OOM algorithm.gspencer@google.com2011-08-221-9/+34
* [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...rsesek@chromium.org2011-08-181-0/+4
* Revert "[Mac] Implement base::EnableTerminationOnHeapCorruption() by overridi...rsesek@chromium.org2011-08-181-4/+0
* [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...rsesek@chromium.org2011-08-181-0/+4
* CrOS - Memory debug widget shows anonymous memory and renderer kills.jamescook@chromium.org2011-08-111-15/+21
* CrOS - Add memory consumption status bar widget behind flagjamescook@chromium.org2011-08-021-9/+27
* Revert 94999 - CrOS - Add memory consumption status bar widget behind flagjamescook@chromium.org2011-08-011-27/+9
* CrOS - Add memory consumption status bar widget behind flagjamescook@chromium.org2011-08-011-9/+27
* Upstream process and thread related code.michaelbai@google.com2011-06-291-1/+7
* Do not redefine malloc&co when ADDRESS_SANITIZER macro is defined.timurrrr@chromium.org2011-05-111-2/+5
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+2
* Fix bug in ProcessIterator::CheckForNextProcess(). Under load it'ssky@chromium.org2011-01-281-4/+4
* Properly order the cc files based off the h files in base/.erg@google.com2011-01-251-84/+84
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-231-2/+1
* Linux: Allow IO in ProcessMetrics::GetWorkingSetKBytes().thestig@chromium.org2010-12-151-6/+17
* Start using file_util symlink code, now that it's available.gspencer@chromium.org2010-12-031-4/+3
* process_util_linux: mark functions that use /proc as safe for disk IOevan@chromium.org2010-11-011-0/+22
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-3/+3
* Clean up orphaned testserver processes before launching a new one in net::Tes...rsimha@chromium.org2010-10-051-7/+39
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-32/+56
* 40% speed up in parsing the /proc/<pid>/smaps file by changing StringTokenize...erg@chromium.org2010-05-121-4/+6
* Speed up the Task Manager on linux.erg@chromium.org2010-05-111-3/+12
* Replace CHECK(false) by LOG(FATAL) where appropriate.evan@chromium.org2010-05-051-2/+2
* Move common code into process_util.cc.maruel@chromium.org2010-04-291-30/+28
* Merge the LINUX_TC_MALLOC #define with the existing TC_MALLOC #define.thestig@chromium.org2010-02-261-4/+3
* Mac: UI tweaks for task manager.thakis@chromium.org2010-01-131-1/+1
* Linux: reenable malloc overrides.agl@chromium.org2010-01-081-66/+49
* Also disable tests for code removed in r35804.agl@chromium.org2010-01-081-0/+2
* Linux: disable malloc tricks to unbreak Ubuntu build.agl@chromium.org2010-01-081-0/+7
* Linux: Adjust /proc/pid/oom_adj to sacrifice plugin and renderer processes to...thestig@chromium.org2009-12-101-2/+16
* Enable TCMalloc on Linux by default.willchan@chromium.org2009-11-251-10/+2
* Make calloc return NULL while initializing.vandebo@chromium.org2009-11-241-18/+37
* For Linux, override malloc and friends so that we can detect and then stop on...vandebo@chromium.org2009-11-181-1/+99
* linux: Remove NOTIMPL cluttering test outputevan@chromium.org2009-11-161-1/+0
* Log warnings, not errors, if we can't fetch memory status forsgk@google.com2009-11-131-3/+4
* Ensure OOM is a killer on the Mac.avi@chromium.org2009-11-121-0/+5
* More memory stats code cleanup:sgk@chromium.org2009-11-091-0/+46
* Linux: use /proc/pid/statm to get memory stats when /proc/pid/smaps is unavai...thestig@chromium.org2009-11-041-30/+48
* Make the memory resource functions return bools so that we know when the info...vandebo@chromium.org2009-10-271-1/+1
* Eliminate all uses of strerror() in code that uses src/base. strerror() is in...tschmelcher@chromium.org2009-10-131-1/+1
* Linux: remove the concept of physical memory from the task manager.agl@chromium.org2009-10-071-6/+4
* linux: implement GetCPUUsage() so the task manager shows CPUevan@chromium.org2009-09-191-0/+96
* Remove code doing a no-op due to float -> int rounding.phajdan.jr@chromium.org2009-09-141-6/+5