aboutsummaryrefslogtreecommitdiff
path: root/libc/bionic/bionic_systrace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix recursive deadlock inside bionic_systraceDaniele Di Proietto2022-01-251-2/+34
* bionic: fix broken end atrace eventsLalit Maganti2021-09-291-1/+15
* Revert "Adding system property tracing"Bowgo Tsai2021-07-211-27/+16
* Revert "bionic_systrace: moving global static variables"Bowgo Tsai2021-07-211-11/+15
* bionic_systrace: moving global static variablesBowgo Tsai2020-08-251-15/+11
* Adding system property tracingBowgo Tsai2020-08-191-16/+27
* bionic: Check /sys/kernel/tracing for tracefsHridya Valsaraju2020-02-071-1/+4
* Avoid calling snprintf in bionic_trace_begin.Josh Gao2019-07-111-1/+2
* Make trace end conform with other trace end printsPhilip Cuadra2019-01-281-1/+1
* Move static variable out of should_trace().Wei Li2018-01-261-3/+2
* Move libc_log code into libasync_safe.Christopher Ferris2017-05-031-1/+0
* Move bionic_systrace.cpp over to CachedProperty.Elliott Hughes2017-04-171-38/+8
* Add end() method to bionic's ScopedTrace classDimitry Ivanov2017-03-201-7/+24
* Do not set properties in bionic_systraceTom Cherry2015-12-101-16/+14
* Don't abort when failed to write tracing message.Yabin Cui2015-07-221-38/+47
* Add missing includes.Elliott Hughes2015-01-281-0/+1
* Remove bogus transitive includes.Elliott Hughes2014-12-291-0/+1
* More cases where libc should use O_CLOEXEC.Elliott Hughes2014-08-261-1/+1
* Added a bionic systrace class and tracing to pthread_mutex.cpp.Brigid Smith2014-07-281-0/+107