Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/test/
Dapi_test_support.cc87 BackendType backend_type) { in SetBatchCommitsDuration() argument
91 backend_type); in SetBatchCommitsDuration()
101 bool EnableDirectSMBPatching(BackendType backend_type) { in EnableDirectSMBPatching() argument
104 return muxer->EnableDirectSMBPatchingForTesting(backend_type); in EnableDirectSMBPatching()
Dapi_test_support.h40 BackendType backend_type);
42 bool EnableDirectSMBPatching(BackendType backend_type);
Dapi_integrationtest.cc338 EXPECT_NE(args.backend_type, perfetto::BackendType::kUnspecifiedBackend); in ShouldAllowConsumerSession()
418 perfetto::BackendType backend_type, in NewTrace() argument
422 handle->session = perfetto::Tracing::NewTrace(backend_type); in NewTrace()
/external/autotest/client/common_lib/
Dsoftware_manager.py119 backend_type = inspector.get_package_management()
120 if backend_type == 'yum':
122 elif backend_type == 'zypper':
124 elif backend_type == 'apt-get':
128 'system: %s.' % backend_type)
/external/perfetto/include/perfetto/tracing/
Dtracing_policy.h41 BackendType backend_type; member
DBUILD.gn30 "backend_type.h",
/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc254 BackendType backend_type, in ConsumerImpl() argument
258 backend_type_(backend_type), in ConsumerImpl()
491 BackendType backend_type) in TracingSessionImpl() argument
492 : muxer_(muxer), session_id_(session_id), backend_type_(backend_type) {} in TracingSessionImpl()
1391 BackendType backend_type) { in SetBatchCommitsDurationForTesting() argument
1394 backend.type == backend_type) { in SetBatchCommitsDurationForTesting()
1402 BackendType backend_type) { in EnableDirectSMBPatchingForTesting() argument
1405 backend.type == backend_type && in EnableDirectSMBPatchingForTesting()
1585 args.backend_type = backend.type; in CreateTracingSession()
Dtracing_muxer_impl.h152 BackendType backend_type);
158 bool EnableDirectSMBPatchingForTesting(BackendType backend_type);
/external/perfetto/
DBUILD516 "include/perfetto/tracing/backend_type.h",