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
/
trace_event
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert of [tracing] Dump child processes' memory metrics in browser (patchset...
huangs
2016-01-14
8
-0
/
+627
*
[tracing] Dump child processes' memory metrics in browser
ssid
2016-01-14
8
-627
/
+0
*
tracing: Fix AddMetadataEvent race in presence of Convertable arguments
primiano
2016-01-14
1
-1
/
+1
*
[Tracing] Add lookup support to AllocationRegister
ruuda
2016-01-11
3
-11
/
+77
*
[tracing] Allow asynchronous unregistration of unbound dump providers
primiano
2016-01-05
4
-37
/
+171
*
Switch to standard integer types in base/trace_event/.
avi
2015-12-24
58
-102
/
+224
*
Reland of [tracing] Simplify logic of MemoryDumpManager
primiano
2015-12-22
3
-188
/
+226
*
Move base GN subprojects into base.
brettw
2015-12-21
2
-149
/
+1
*
[Tracing Clock Sync] Implement clock sync in Chrome
zhenw
2015-12-21
2
-2
/
+14
*
Revert of [tracing] Simplify logic of MemoryDumpManager (patchset #9 id:16000...
primiano
2015-12-21
3
-226
/
+188
*
[tracing] Simplify logic of MemoryDumpManager
primiano
2015-12-21
3
-188
/
+226
*
[tracing]Fix resident size of malloc for mac and ios.
ssid
2015-12-21
1
-7
/
+24
*
[Tracing] Remove context_id in favor of traits
fmeawad
2015-12-18
5
-89
/
+47
*
Reland of [Tracing] Adjust allocation register size for low-end devices
ruuda
2015-12-18
3
-11
/
+24
*
Revert of Make base a static ibrary (patchset #3 id:40001 of https://coderevi...
phoglund
2015-12-18
1
-2
/
+1
*
Revert of [Tracing] Adjust allocation register size for low-end devices (patc...
phoglund
2015-12-18
3
-25
/
+11
*
Make base a static ibrary
brettw
2015-12-18
1
-1
/
+2
*
[Tracing] Adjust allocation register size for low-end devices
seantopping
2015-12-17
3
-11
/
+25
*
Disable etw_manifest in the GN Windows build.
brettw
2015-12-16
1
-0
/
+5
*
[Tracing Clock Sync] Add TracingAgent interface in Chrome
zhenw
2015-12-15
4
-0
/
+120
*
[Tracing] Fix --trace-to-console
zhenw
2015-12-11
1
-22
/
+0
*
[Tracing] Enable heap dumps with both type info and backtraces
ruuda
2015-12-10
4
-264
/
+446
*
clang/win: Let some chromium_code targets build with -Wextra.
thakis
2015-12-10
1
-2
/
+2
*
[Tracing] Make StackFrameDeduplicator take a range
ruuda
2015-12-07
5
-30
/
+51
*
Cleanup: Use ContainsValue() instead of std::find() in base/
thestig
2015-12-07
2
-27
/
+17
*
Remove allocator_extension_thunks since this layer is not required
primiano
2015-12-07
2
-24
/
+19
*
Kill ScopedPtrMap and friends
limasdf
2015-12-02
2
-5
/
+5
*
Fix buffer overflow in trace_event_android.cc
wangxianzhu
2015-12-02
4
-1
/
+32
*
Add base to "gn check".
brettw
2015-11-27
1
-11
/
+11
*
Remove ScopedVector from memory_dump_manager_unittest
olli.raula
2015-11-27
1
-9
/
+8
*
Remove ScopedVector from trace_log
olli.raula
2015-11-27
2
-2
/
+2
*
Remove ScopedVector from trace_buffer
olli.raula
2015-11-27
1
-10
/
+11
*
Remove memory category from chrome://tracing
ruuda
2015-11-26
7
-869
/
+3
*
Revert of Fix regression in memory-infra bots due to change in dump order (pa...
ssid
2015-11-26
2
-7
/
+3
*
Add TRACE_COUNTER_WITH_TIMESTAMPx macros.
fdoray
2015-11-26
3
-0
/
+69
*
Fixed an issue where tracing events got incorrectly enabled.
oysteine
2015-11-25
2
-3
/
+13
*
[Tracing] Make heap profiler type info a string
ruuda
2015-11-25
16
-90
/
+319
*
base: Use std::move() instead of Pass() for real movable types.
danakj
2015-11-25
7
-26
/
+39
*
[StyleGuide] Allow begin and end non-member functions
ruuda
2015-11-23
2
-20
/
+9
*
Fix regression in memory-infra bots due to change in dump order
ssid
2015-11-23
2
-3
/
+7
*
Make vector_as_array use std::vector::data and switch a few directories.
davidben
2015-11-19
1
-3
/
+2
*
Implements AddStartupEventsForTelemetry() in startup_metric_utils.cc for in-c...
gabadie
2015-11-19
1
-0
/
+6
*
Use std::default_delete as the default deleter for scoped_ptr.
dcheng
2015-11-19
1
-1
/
+2
*
Make base::trace_event::TracedValue use StringPiece where possible.
jbroman
2015-11-18
2
-29
/
+30
*
Make operators on scoped_ptr match the ones defined for std::unique_ptr
danakj
2015-11-17
1
-1
/
+1
*
[Tracing] Preallocate vector in HeapDumpWriter
ruuda
2015-11-16
1
-0
/
+1
*
[Tracing] Add tests for HeapDumpWriter
ruuda
2015-11-16
3
-0
/
+233
*
[Tracing] Make AllocationContext constructor private
ruuda
2015-11-16
3
-9
/
+35
*
[Tracing] Clean up heap profiler files
ruuda
2015-11-16
22
-629
/
+708
*
[tracing] add oysteine to base/trace_event/OWNERS
primiano
2015-11-13
1
-1
/
+2
[next]