summaryrefslogtreecommitdiffstats
path: root/base/process_util_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Split memory-related routines out of base/process_util.h into base/process/me...rsesek@chromium.org2013-06-281-166/+0
* Don't override system malloc when built with LeakSanitizer.earthdok@chromium.org2013-06-251-1/+1
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Split ProcessIterator and friends out of base/process_util.h into base/proces...rsesek@chromium.org2013-05-311-123/+0
* Split ProcessMetrics out of base/process_util.h and into base/process/process...rsesek@chromium.org2013-05-231-572/+18
* add a macro that really identifies glibcmostynb@opera.com2013-05-231-3/+11
* Update ProcessIterator::CheckForNextProcess to get exe name from /proc/pid/exe.tonyg@chromium.org2013-04-301-4/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Don't override system malloc when built with MemorySanitizer.eugenis@chromium.org2013-03-201-5/+4
* cros: Use /var/run/debugfs_gpu for graphics memory infojamescook@chromium.org2013-02-181-5/+6
* Move string_split to base/strings.tfarina@chromium.org2013-02-071-1/+1
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-071-1/+1
* base: add GetNumberOfThreads() to Linux and Android.jln@chromium.org2013-02-061-0/+5
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-38/+38
* cros: Add UMA stats for graphics driver memoryjamescook@chromium.org2012-12-111-11/+21
* Add GPU memory to memory monitordavemoore@chromium.org2012-11-211-1/+10
* Create ash memory monitordavemoore@chromium.org2012-11-051-0/+18
* Revert 165244 - Create ash memory monitorbrettw@chromium.org2012-10-311-18/+0
* Create ash memory monitordavemoore@chromium.org2012-10-311-0/+18
* Linux: Parse some /proc fields as size_t values instead of ints.thestig@chromium.org2012-09-291-10/+29
* Rearrange GetProcStatsFieldAsInt so it doesn't hit a NOTREACHEDjyasskin@chromium.org2012-09-281-10/+5
* Cleanup: Add a const variable for /proc/self/exe.thestig@chromium.org2012-09-151-0/+2
* Linux: Better detect a race in /proc/pid/stats reading code.thestig@chromium.org2012-08-311-0/+5
* Do not wrap memory allocation routines when building Chromium with compiler-b...glider@chromium.org2012-07-101-1/+1
* Linux: Return a failure in ReadProcStats() if the stat file is empty.thestig@chromium.org2012-06-211-2/+3
* Linux: Fix an issue in ProcessIterator where /proc/pid/stat and /proc/pid+1/s...thestig@chromium.org2012-06-041-0/+1
* Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places.tedvessenes@gmail.com2012-05-171-0/+1
* cros: Record UMA stats for tab discards in low memory conditionsjamescook@chromium.org2012-04-181-0/+19
* Fix some grammatical errors in base/gavinp@chromium.org2012-04-021-1/+1
* Linux: Report the failed memory allocation size on OOM crashes.thestig@chromium.org2012-03-231-0/+8
* Overhaul base/process_util_linux.cc.thestig@chromium.org2012-03-091-142/+215
* Revert r124839 "Overhaul base/process_util_linux.cc."oshima@chromium.org2012-03-031-214/+141
* Overhaul base/process_util_linux.cc.thestig@chromium.org2012-03-031-141/+214
* Linux: Stop using /proc/pid/smaps to calculate memory usage. It's too slow.thestig@chromium.org2012-03-021-101/+47
* Linux: Try to minimize copying of string information when reading /proc data.erg@chromium.org2012-01-041-12/+12
* 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