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