Home
last modified time | relevance | path

Searched refs:ATRACE_INT64 (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/
H A DTracedOrdinal.h82 ATRACE_INT64(mName.c_str(), to_int64(mData)); in trace()
84 ATRACE_INT64(mNameNegative.c_str(), 0); in trace()
87 ATRACE_INT64(mNameNegative.c_str(), -to_int64(mData)); in trace()
88 ATRACE_INT64(mName.c_str(), 0); in trace()
H A DSurfaceFlinger.cpp2454 ATRACE_INT64("Total Buffer Size", GraphicBufferAllocator::get().getTotalSize()); in postComposition()
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DATraceMemoryDump.cpp124 ATRACE_INT64(it.first.c_str(), it.second.memory); in logTraces()
126 ATRACE_INT64((std::string("Purgeable ") + it.first).c_str(), it.second.purgeableMemory); in logTraces()
129 ATRACE_INT64("HWUI All Memory", hwui_all_frame_memory); in logTraces()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
H A Dvsyncworker.cpp75 ATRACE_INT64(hwVsyncPeriodTag, 0); in VSyncControl()
214 ATRACE_INT64(hwVsyncPeriodTag, period); in Routine()
/aosp12/system/extras/simpleperf/
H A Devent_fd.cpp144 ATRACE_INT64( in ReadCounter()
148 ATRACE_INT64(android::base::StringPrintf("%s_cpu%d", event_name_.c_str(), cpu_).c_str(), in ReadCounter()
/aosp12/system/core/libcutils/include/cutils/
H A Dtrace.h227 #define ATRACE_INT64(name, value) atrace_int64(ATRACE_TAG, name, value) macro
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dtrace.h227 #define ATRACE_INT64(name, value) atrace_int64(ATRACE_TAG, name, value) macro
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncReactor.cpp130 ATRACE_INT64("VSR-setPeriod", period); in startPeriodTransition()
H A DVSyncPredictor.cpp57 ATRACE_INT64(name, value); in traceInt64If()
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp887 ATRACE_INT64("sleep_time_ns", sleep_time_ns); in PostThread()
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dcamera_device_session.cc298 ATRACE_INT64("sensor_timestamp_diff", timestamp_ns_diff); in Notify()