Home
last modified time | relevance | path

Searched refs:ScopeTracer (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/display/msm8909w_3100/sdm/include/core/
Ddebug_interface.h149 class ScopeTracer {
151 ScopeTracer(const char *class_name, const char *function_name) { in ScopeTracer() function
155 ~ScopeTracer() { T::Get()->EndTrace(); } in ~ScopeTracer()
/hardware/qcom/display/msm8996/sdm/include/core/
Ddebug_interface.h149 class ScopeTracer {
151 ScopeTracer(const char *class_name, const char *function_name) { in ScopeTracer() function
155 ~ScopeTracer() { T::Get()->EndTrace(); } in ~ScopeTracer()
/hardware/qcom/display/msm8909/sdm/include/core/
Ddebug_interface.h151 class ScopeTracer {
153 ScopeTracer(const char *class_name, const char *function_name) { in ScopeTracer() function
157 ~ScopeTracer() { T::Get()->EndTrace(); } in ~ScopeTracer()
/hardware/qcom/display/msm8998/sdm/include/core/
Ddebug_interface.h150 class ScopeTracer {
152 ScopeTracer(const char *class_name, const char *function_name) { in ScopeTracer() function
156 ~ScopeTracer() { T::Get()->EndTrace(); } in ~ScopeTracer()
/hardware/qcom/sdm845/display/libdebug/
Ddebug_handler.h58 #define DTRACE_SCOPED() display::ScopeTracer <display::DebugHandler> \
90 class ScopeTracer {
92 ScopeTracer(const char *class_name, const char *function_name) { in ScopeTracer() function
96 ~ScopeTracer() { T::Get()->EndTrace(); } in ~ScopeTracer()
/hardware/qcom/display/msm8996/sdm/include/utils/
Ddebug.h55 #define DTRACE_SCOPED() ScopeTracer <Debug> scope_tracer(__CLASS__, __FUNCTION__)
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Ddebug.h55 #define DTRACE_SCOPED() ScopeTracer <Debug> scope_tracer(__CLASS__, __FUNCTION__)
/hardware/qcom/display/msm8998/sdm/include/utils/
Ddebug.h55 #define DTRACE_SCOPED() ScopeTracer <Debug> scope_tracer(__CLASS__, __FUNCTION__)
/hardware/qcom/display/msm8909/sdm/include/utils/
Ddebug.h56 #define DTRACE_SCOPED() ScopeTracer <Debug> scope_tracer(__CLASS__, __FUNCTION__)