index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
perfetto_hprof
Age
Commit message (
Expand
)
Author
2023-09-13
Handle record flag in object-refvisitor.
Nicolas Geoffray
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
2023-03-17
Remove prettify calls when checking ignored types
Kevin Jeon
2023-03-16
Make art modules apex_available to test_broken_com.android.art
Cole Faust
2023-03-14
Improve prettified-text performance in heap dumps
Kevin Jeon
2023-02-20
Enable OOME heap dumps outside of debug builds
Ioannis Ilkos
2023-02-17
Handle multiple tracing sessions collecting OOME heap dumps
Ioannis Ilkos
2023-02-14
Short-circuit when the process is not profiled based on the config
Ioannis Ilkos
2023-02-03
Fix android-cloexec-fopen clang-tidy issues
Stefano Cianciulli
2023-01-27
Enable process allowlisting for the OOME heap dumps
Ioannis Ilkos
2023-01-17
Remove the IsSuspended check.
Nicolas Geoffray
2023-01-16
Fix suspension assumptions in perfetto plugin.
Nicolas Geoffray
2023-01-11
Fix performance-unnecessary-value-param clang-tidy issues
Stefano Cianciulli
2022-12-01
Grab perfetto heap dump on OOME
Ioannis Ilkos
2022-08-18
Turn off LTO for libperfetto_hprof as a workaround
Yi Kong
2022-01-12
Fix perfetto debug library.
Nicolas Geoffray
2021-11-05
Treat PhantomReferences like normal object
Daniele Di Proietto
2021-11-05
Dump NativeAllocationRegistry size
Daniele Di Proietto
2021-11-01
Refactor JavaHprofDataSource::Trace() callback lambda
Daniele Di Proietto
2021-05-27
Introduce `art::FastExit` to replace all uses of `quick_exit` in ART.
Roland Levillain
2021-05-20
Do not double check trace config targetting.
Florian Mayer
2021-05-11
Do not try to connect to heapprofd.
Florian Mayer
2021-05-07
Use `quick_exit` instead of `_exit` (except for error handling).
Roland Levillain
2021-03-24
Delta encode object id.
Florian Mayer
2021-03-20
Timeout waiting for child.
Florian Mayer
2021-03-17
perfetto_hprof: Unsuspend parent process before waitpid.
Florian Mayer
2021-03-02
[LSC] Add LOCAL_LICENSE_KINDS to art
Bob Badour
2021-02-23
Write interned field last.
Florian Mayer
2021-02-18
Clean up unnecessary Perfetto dependencies.
Martin Stjernholm
2020-12-01
Use tracing session ID received via signal.
Florian Mayer
2020-11-30
Unregister profiling signal handler in children.
Florian Mayer
2020-10-23
Rename ART release APEX to com.android.art.
Martin Stjernholm
2020-10-21
Store classloader information in heap dumps.
Florian Mayer
2020-10-09
Remove base pointer from object references.
Florian Mayer
2020-10-01
Use NotifyDatasourceStopped for perfetto_hprof.
Florian Mayer
2020-09-25
Allow to exclude objects from heap graph.
Florian Mayer
2020-08-17
Do not repeat field names in all instances.
Florian Mayer
2020-08-04
Log super class in HeapGraphType.
Florian Mayer
2020-07-31
Report object size of classes.
Florian Mayer
2020-06-11
Clean up generated operator<<(os, enum).
Vladimir Marko
2020-06-05
Remove unused bits for object ids.
Florian Mayer
2020-06-05
Intern class IDs. This way they compress better.
Florian Mayer
2020-05-18
perfetto_hprof: do not wait for listener
Florian Mayer
2020-04-15
Only allow extra_guardrails for domains that can connect to heapprofd.
Florian Mayer
2020-04-13
Remove dependency on protobuf.
Florian Mayer
2020-04-07
Read /proc/self/smaps in perfetto_hprof.
Florian Mayer
2020-03-23
Get jar / apk / dexfile location for classes.
Florian Mayer
2020-02-25
perfetto_hprof: be smarter about splitting packets
Florian Mayer
2020-02-07
Include type in field names.
Florian Mayer
2020-02-03
perfetto_hprof.cc: fix leaky file descriptors
Nick Kralevich
[next]