diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2021-07-29 01:06:03 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2021-07-29 01:06:03 +0000 |
commit | 09a5b6cd6159496e323beba99a89f403a4f48ac1 (patch) | |
tree | 93d699e33848416768e81412a3b42677c161c6d4 /libc/private/bionic_systrace.h | |
parent | 876cdbaea6446f1a68788612ee23749f82851deb (diff) | |
parent | ab5c8dbdfe310554b96e0261d148166a9726d2f9 (diff) |
Snap for 7592414 from ab5c8dbdfe310554b96e0261d148166a9726d2f9 to sc-v2-release
Change-Id: I4d75a6257aadef2bc14610be7cd50f7982393873
Diffstat (limited to 'libc/private/bionic_systrace.h')
-rw-r--r-- | libc/private/bionic_systrace.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libc/private/bionic_systrace.h b/libc/private/bionic_systrace.h index 6b11812bd..dbe173919 100644 --- a/libc/private/bionic_systrace.h +++ b/libc/private/bionic_systrace.h @@ -16,12 +16,8 @@ #pragma once -#include <cutils/trace.h> // For ATRACE_TAG_BIONIC. - #include "platform/bionic/macros.h" -static constexpr char kTraceTagsProp[] = "debug.atrace.tags.enableflags"; - // Tracing class for bionic. To begin a trace at a specified point: // ScopedTrace("Trace message"); // The trace will end when the contructor goes out of scope. @@ -37,9 +33,5 @@ class __LIBC_HIDDEN__ ScopedTrace { BIONIC_DISALLOW_COPY_AND_ASSIGN(ScopedTrace); }; -int get_trace_marker_fd(); -bool should_trace(const uint64_t enable_tags = ATRACE_TAG_BIONIC); -void output_trace(const char* message, const char event = 'B'); - void bionic_trace_begin(const char* message); void bionic_trace_end(); |