index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
trace_profile.cc
Age
Commit message (
Expand
)
Author
2025-03-18
Fix iterating over long running method buffers when flushing
Mythri Alle
2025-03-18
Revert^4 "Use nanoseconds for v2 method tracing"
Mythri Alle
2025-03-07
Revert^3 "Use nanoseconds for v2 method tracing"
Mythri Alle
2025-03-06
Dump the event time in nanoseconds instead of timestamps
Mythri Alle
2025-03-04
Don't include thread information in long running method traces
Mythri Alle
2025-02-27
Change the thread / method info format for low overhead traces
Mythri Alle
2025-02-26
A few fixes when dumping long running traces
Mythri Alle
2025-02-20
Use a more concise binary format when dumping long running methods
Mythri Alle
2025-02-18
Fix lock level violations when dumping low overhead traces
Mythri Alle
2025-02-18
Don't use suspend all scope when dumping low overhead traces
Mythri Alle
2025-02-18
Update the implementation of lowoverhead tracing start
Mythri Alle
2025-02-14
Initialize the buffer for longrunning method traces
Mythri Alle
2025-02-11
Revert^2 "Use nanoseconds for v2 method tracing"
Mythri Alle
2025-01-24
Revert "Use nanoseconds for v2 method tracing"
Mythri Alle
2025-01-24
Use nanoseconds for v2 method tracing
Mythri Alle
2025-01-23
Avoid using trace_data_lock_ in TraceStartCheckpoint
Mythri Alle
2025-01-23
Don't use SuspendAllScope for starting and dumping low overhead trace
Mythri Alle
2025-01-21
Add support for collecting long running methods
Mythri Alle
2024-10-17
Add method and thread infos when dumping low-overhead traces
Mythri Alle
2024-10-14
Few fixes for low overhead method tracing
Mythri Alle
2024-09-26
Release trace buffer allocated by lowoverhead tracing on thread exit
Mythri Alle
2024-09-11
Adds an interface to collect on demand art traces
Mythri Alle