Searched refs:systrace_lock_logging (Results 1 - 5 of 5) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_default_init_entrypoints.h84 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) {
/art/runtime/base/
H A Dlogging.h59 bool systrace_lock_logging; // Enabled with "-verbose:sys-locks". member in struct:art::LogVerbosity
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc173 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) {
/art/runtime/
H A Dmonitor.cc258 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging) && ATRACE_ENABLED())) {
292 if (UNLIKELY(VLOG_IS_ON(systrace_lock_logging))) {
/art/cmdline/
H A Dcmdline_types.h624 log_verbosity.systrace_lock_logging = true;

Completed in 103 milliseconds