OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:systrace_lock_logging
(Results
1 - 5
of
5
) sorted by null
/art/libartbase/base/
logging.h
58
bool
systrace_lock_logging
; // Enabled with "-verbose:sys-locks".
member in struct:art::LogVerbosity
/art/runtime/entrypoints/quick/
quick_default_init_entrypoints.h
84
if (UNLIKELY(VLOG_IS_ON(
systrace_lock_logging
))) {
/art/cmdline/
cmdline_types.h
586
log_verbosity.
systrace_lock_logging
= true;
/art/runtime/arch/mips/
entrypoints_init_mips.cc
290
if (UNLIKELY(VLOG_IS_ON(
systrace_lock_logging
))) {
/art/runtime/
monitor.cc
310
if (UNLIKELY(VLOG_IS_ON(
systrace_lock_logging
) && ATRACE_ENABLED())) {
344
if (UNLIKELY(VLOG_IS_ON(
systrace_lock_logging
))) {
[
all
...]
Completed in 179 milliseconds