You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Internal Change
PiperOrigin-RevId: 514417320
* Internal Code Change
PiperOrigin-RevId: 515270706
* Add missing proto build steps to Makefile builds
PiperOrigin-RevId: 518057341
* Internal Code Change
PiperOrigin-RevId: 520552498
* Internal Code Change
PiperOrigin-RevId: 520600713
* Internal Code Change
PiperOrigin-RevId: 520853442
* Prevent segfaults due to race conditions when Java Heap sampler is enabled.
PiperOrigin-RevId: 521492609
* Prevent other segfaults due to race conditions when Java Heap sampler is enabled.
PiperOrigin-RevId: 522395875
* Prevent memory leak due to race conditions when Java Heap sampler is enabled.
PiperOrigin-RevId: 523535577
* Internal testing logs
PiperOrigin-RevId: 533466682
* Internal testing logs
PiperOrigin-RevId: 534069370
* Split out ThreadProfile code to a separate target in order to add unit tests.
PiperOrigin-RevId: 548381574
* Internal Code Change
PiperOrigin-RevId: 555494681
* Remove uses of the deprecated DISALLOW_IMPLICIT_CONSTRUCTORS in favor of explicitly deleted constructors and assignment operators..
PiperOrigin-RevId: 556161979
* Internal Code Change
PiperOrigin-RevId: 557667699
* Change `T const&&` to `T`.
const r-value vector reference always results in a copy.
PiperOrigin-RevId: 572682185
* Fix SIGSEGV in `HeapMonitor` during shutdown
PiperOrigin-RevId: 576185633
* Update roots.pem to align with the current public set
PiperOrigin-RevId: 576940801
* Fix potential crash in shutdown due to null jvmti_ pointer.
PiperOrigin-RevId: 578310101
* Update profile.proto to match pprof's original.
PiperOrigin-RevId: 578657868
* Fix ClangTidy warnings and format code.
PiperOrigin-RevId: 580609161
* Make HeapMonitor::Enable()'s use_jvm_trace parameter default to false.
We plan to delete code path for use_jvm_trace == true in the future.
PiperOrigin-RevId: 588853678
* Allow users to configure the max number of garbage traces via a parameter to HeapMonitor::Enable().
PiperOrigin-RevId: 589244025
* Fix overflow in heap_sampler when a single object's size is greater than 2147483647.
Changed type for sample size from jint (int32_t) to jlong (int64_t).
PiperOrigin-RevId: 591017093
* Internal Code Change
PiperOrigin-RevId: 594103049
* Unconditionally define `DISALLOW_COPY_AND_ASSIGN`
PiperOrigin-RevId: 595165882
* Automated Code Change
PiperOrigin-RevId: 598691690
* Sync changes to profile.proto.
PiperOrigin-RevId: 599222268
* chore: update gRPC to v1.36.4
PiperOrigin-RevId: 607338479
---------
Co-authored-by: cloud-profiler-team <cloud-profiler-team@google.com>
Co-authored-by: aalexand <aalexand@google.com>
0 commit comments