/external/chromium_org/third_party/cld/base/ |
vlog_is_on.h | 22 // --vmodule=<str> Gives the per-module maximal V-logging levels to override 32 // V-logging by overriding the per-module settings given via --vmodule flag. 34 // CAVEAT: --vmodule functionality is not available in non gcc compilers. 58 // mutations to the --vmodule flag. New log sites are initialized 68 // GNU extensions not available, so we do not support --vmodule. 71 // TODO(llansing): Investigate supporting --vmodule on other platforms. 77 // This lets us dynamically control what is normally set by the --vmodule flag. 81 // one needs to supply the exact --vmodule pattern that applied to them. 82 // (If no --vmodule pattern applied to them 92 // vmodule configuration changes (ex: SetVLOGLevel is called), th [all...] |
logging.h | 104 // --vmodule=recordio=2,file=1,gfs*=3 --v=0 [all...] |
/external/chromium_org/sync/engine/ |
traffic_logger.h | 7 // --vmodule=traffic_logger=1.
|
/external/oprofile/daemon/ |
opd_printf.h | 24 extern int vmodule;
|
oprofiled.c | 60 int vmodule; variable 359 vmodule = 1; 369 vmodule = 1;
|
opd_kernel.c | 190 verbprintf(vmodule, "module %s start %llx end %llx\n",
|
opd_trans.c | 226 verbprintf(vmodule, "MODULE_LOADED_CODE\n");
|
/external/oprofile/daemon/liblegacy/ |
opd_kernel.c | 119 verbprintf(vmodule, "Removing module list\n"); 167 verbprintf(vmodule, "Read module info.\n"); 285 verbprintf(vmodule, "query_module failed: %s\n", strerror(errno)); 299 verbprintf(vmodule, "Sample from unprofilable module %s\n", name); 372 verbprintf(vmodule, "No image for sampled module %s\n", 450 verbprintf(vmodule, "unable to get path name for module %s\n", 456 verbprintf(vmodule, "Can't create image for %s %s\n",
|
/external/chromium_org/base/ |
base_switches.cc | 40 const char kVModule[] = "vmodule";
|
vlog.cc | 66 DLOG(WARNING) << "Could not fully parse vmodule switch \""
|
logging.h | 83 // --vmodule=profile=2,icon_loader=1,browser_*=3,*/chromeos/*=4 --v=0 347 // that using the v-logging functions in conjunction with --vmodule [all...] |
/external/chromium_org/content/common/gpu/media/ |
vaapi_h264_decoder_unittest.cc | 354 // Needed to enable DVLOG through --vmodule. 379 if (it->first == "v" || it->first == "vmodule")
|
video_encode_accelerator_unittest.cc | [all...] |
video_decode_accelerator_unittest.cc | [all...] |
/external/chromium_org/jingle/glue/ |
logging_unittest.cc | 57 command_line->AppendSwitchASCII("vmodule", value);
|
/external/chromium_org/chrome/test/chromedriver/ |
logging.cc | 226 cmd_line->AppendSwitchASCII("vmodule", "*/chrome/test/chromedriver/*=3");
|
/external/chromium_org/third_party/libjingle/overrides/talk/base/ |
logging.h | 16 // --vmodule or --v please see base/logging.h for details on how to use them.
|
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/ |
logging.h | 22 // --vmodule or --v please see base/logging.h for details on how to use them.
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
cros_browser_backend.py | 89 '--vmodule=*/chromeos/net/*=2,*/chromeos/login/*=2'])
|
/external/chromium_org/base/i18n/ |
build_utf8_validator_tables.cc | 262 // --vmodule=build_utf8_validator_tables=1 to see this output.
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
debugging.rst | 178 --vmodule=ppb*=4 --enable-logging=stderr 181 The ``vmodule`` flag tells Chrome to log all calls to C Pepper interfaces that
|
/external/chromium_org/native_client_sdk/doc_generated/devguide/devcycle/ |
debugging.html | 187 --vmodule=ppb*=4 --enable-logging=stderr 189 <p>The <code>vmodule</code> flag tells Chrome to log all calls to C Pepper interfaces that [all...] |
/external/chromium_org/components/autofill/core/browser/ |
form_structure.cc | 465 // To enable this logging, run with the flag --vmodule="form_structure=2". [all...] |