ENABLE_SAMPLING 1356 base/debug/trace_event_impl.cc if (options & ENABLE_SAMPLING) { ENABLE_SAMPLING 1486 base/debug/trace_event_impl.cc else if ((options & ENABLE_SAMPLING) && mode_ == MONITORING_MODE) ENABLE_SAMPLING 1778 base/debug/trace_event_unittest.cc TraceLog::ENABLE_SAMPLING)); ENABLE_SAMPLING 1797 base/debug/trace_event_unittest.cc TraceLog::ENABLE_SAMPLING)); ENABLE_SAMPLING 1831 base/debug/trace_event_unittest.cc TraceLog::Options(TraceLog::ENABLE_SAMPLING)); ENABLE_SAMPLING 124 content/browser/devtools/devtools_tracing_handler.cc ret |= TracingController::ENABLE_SAMPLING; ENABLE_SAMPLING 97 content/browser/media/webrtc_getusermedia_browsertest.cc base::debug::TraceLog::ENABLE_SAMPLING); ENABLE_SAMPLING 161 content/browser/tracing/tracing_controller_browsertest.cc EXPECT_FALSE(options & TracingController::ENABLE_SAMPLING); ENABLE_SAMPLING 171 content/browser/tracing/tracing_controller_browsertest.cc "*", TracingController::ENABLE_SAMPLING, callback); ENABLE_SAMPLING 188 content/browser/tracing/tracing_controller_browsertest.cc EXPECT_TRUE(options & TracingController::ENABLE_SAMPLING); ENABLE_SAMPLING 227 content/browser/tracing/tracing_controller_browsertest.cc EXPECT_FALSE(options & TracingController::ENABLE_SAMPLING); ENABLE_SAMPLING 302 content/browser/tracing/tracing_controller_browsertest.cc "*", TracingController::ENABLE_SAMPLING, ENABLE_SAMPLING 245 content/browser/tracing/tracing_controller_impl.cc if (options & ENABLE_SAMPLING) { ENABLE_SAMPLING 246 content/browser/tracing/tracing_controller_impl.cc trace_options |= TraceLog::ENABLE_SAMPLING; ENABLE_SAMPLING 369 content/browser/tracing/tracing_controller_impl.cc if (options & ENABLE_SAMPLING) ENABLE_SAMPLING 370 content/browser/tracing/tracing_controller_impl.cc trace_options |= TraceLog::ENABLE_SAMPLING; ENABLE_SAMPLING 84 content/browser/tracing/tracing_ui.cc *tracing_options |= TracingController::ENABLE_SAMPLING; ENABLE_SAMPLING 174 content/browser/tracing/tracing_ui.cc (options & TracingController::ENABLE_SAMPLING) != 0);