index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
process_util_linux.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux: Parse some /proc fields as size_t values instead of ints.
thestig@chromium.org
2012-09-29
1
-10
/
+29
*
Rearrange GetProcStatsFieldAsInt so it doesn't hit a NOTREACHED
jyasskin@chromium.org
2012-09-28
1
-10
/
+5
*
Cleanup: Add a const variable for /proc/self/exe.
thestig@chromium.org
2012-09-15
1
-0
/
+2
*
Linux: Better detect a race in /proc/pid/stats reading code.
thestig@chromium.org
2012-08-31
1
-0
/
+5
*
Do not wrap memory allocation routines when building Chromium with compiler-b...
glider@chromium.org
2012-07-10
1
-1
/
+1
*
Linux: Return a failure in ReadProcStats() if the stat file is empty.
thestig@chromium.org
2012-06-21
1
-2
/
+3
*
Linux: Fix an issue in ProcessIterator where /proc/pid/stat and /proc/pid+1/s...
thestig@chromium.org
2012-06-04
1
-0
/
+1
*
Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places.
tedvessenes@gmail.com
2012-05-17
1
-0
/
+1
*
cros: Record UMA stats for tab discards in low memory conditions
jamescook@chromium.org
2012-04-18
1
-0
/
+19
*
Fix some grammatical errors in base/
gavinp@chromium.org
2012-04-02
1
-1
/
+1
*
Linux: Report the failed memory allocation size on OOM crashes.
thestig@chromium.org
2012-03-23
1
-0
/
+8
*
Overhaul base/process_util_linux.cc.
thestig@chromium.org
2012-03-09
1
-142
/
+215
*
Revert r124839 "Overhaul base/process_util_linux.cc."
oshima@chromium.org
2012-03-03
1
-214
/
+141
*
Overhaul base/process_util_linux.cc.
thestig@chromium.org
2012-03-03
1
-141
/
+214
*
Linux: Stop using /proc/pid/smaps to calculate memory usage. It's too slow.
thestig@chromium.org
2012-03-02
1
-101
/
+47
*
Linux: Try to minimize copying of string information when reading /proc data.
erg@chromium.org
2012-01-04
1
-12
/
+12
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-26
1
-9
/
+10
*
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...
brettw@chromium.org
2011-10-25
1
-10
/
+9
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-25
1
-9
/
+10
*
Trying again to land OOM priority manager changes.
gspencer@google.com
2011-08-23
1
-9
/
+34
*
Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm.
mattm@chromium.org
2011-08-22
1
-34
/
+9
*
Changing OOM range to 0, 1000 and tweaking OOM algorithm.
gspencer@google.com
2011-08-22
1
-9
/
+34
*
[Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...
rsesek@chromium.org
2011-08-18
1
-0
/
+4
*
Revert "[Mac] Implement base::EnableTerminationOnHeapCorruption() by overridi...
rsesek@chromium.org
2011-08-18
1
-4
/
+0
*
[Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...
rsesek@chromium.org
2011-08-18
1
-0
/
+4
*
CrOS - Memory debug widget shows anonymous memory and renderer kills.
jamescook@chromium.org
2011-08-11
1
-15
/
+21
*
CrOS - Add memory consumption status bar widget behind flag
jamescook@chromium.org
2011-08-02
1
-9
/
+27
*
Revert 94999 - CrOS - Add memory consumption status bar widget behind flag
jamescook@chromium.org
2011-08-01
1
-27
/
+9
*
CrOS - Add memory consumption status bar widget behind flag
jamescook@chromium.org
2011-08-01
1
-9
/
+27
*
Upstream process and thread related code.
michaelbai@google.com
2011-06-29
1
-1
/
+7
*
Do not redefine malloc&co when ADDRESS_SANITIZER macro is defined.
timurrrr@chromium.org
2011-05-11
1
-2
/
+5
*
iwyu: Include stringprintf.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
1
-1
/
+2
*
Fix bug in ProcessIterator::CheckForNextProcess(). Under load it's
sky@chromium.org
2011-01-28
1
-4
/
+4
*
Properly order the cc files based off the h files in base/.
erg@google.com
2011-01-25
1
-84
/
+84
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Update file version info/memory details/process utils to use string16.
avi@chromium.org
2010-12-23
1
-2
/
+1
*
Linux: Allow IO in ProcessMetrics::GetWorkingSetKBytes().
thestig@chromium.org
2010-12-15
1
-6
/
+17
*
Start using file_util symlink code, now that it's available.
gspencer@chromium.org
2010-12-03
1
-4
/
+3
*
process_util_linux: mark functions that use /proc as safe for disk IO
evan@chromium.org
2010-11-01
1
-0
/
+22
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-3
/
+3
*
Clean up orphaned testserver processes before launching a new one in net::Tes...
rsimha@chromium.org
2010-10-05
1
-7
/
+39
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-0
/
+1
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-32
/
+56
*
40% speed up in parsing the /proc/<pid>/smaps file by changing StringTokenize...
erg@chromium.org
2010-05-12
1
-4
/
+6
*
Speed up the Task Manager on linux.
erg@chromium.org
2010-05-11
1
-3
/
+12
*
Replace CHECK(false) by LOG(FATAL) where appropriate.
evan@chromium.org
2010-05-05
1
-2
/
+2
*
Move common code into process_util.cc.
maruel@chromium.org
2010-04-29
1
-30
/
+28
*
Merge the LINUX_TC_MALLOC #define with the existing TC_MALLOC #define.
thestig@chromium.org
2010-02-26
1
-4
/
+3
*
Mac: UI tweaks for task manager.
thakis@chromium.org
2010-01-13
1
-1
/
+1
*
Linux: reenable malloc overrides.
agl@chromium.org
2010-01-08
1
-66
/
+49
[next]