Home
last modified time | relevance | path

Searched defs:tracingSession (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DFrameTracerTest.cpp76 auto tracingSession = perfetto::Tracing::NewTrace(perfetto::kInProcessBackend); in getTracingSessionForTest() local
82 perfetto::TracingSession* tracingSession) { in readGraphicsFramePacketsBlocking()
112 auto tracingSession = getTracingSessionForTest(); in TEST_F() local
130 auto tracingSession = getTracingSessionForTest(); in TEST_F() local
159 auto tracingSession = getTracingSessionForTest(); in TEST_F() local
172 auto tracingSession = getTracingSessionForTest(); in TEST_F() local
224 auto tracingSession = getTracingSessionForTest(); in TEST_F() local
250 auto tracingSession = getTracingSessionForTest(); in TEST_F() local
321 auto tracingSession = getTracingSessionForTest(); in TEST_F() local
383 auto tracingSession = getTracingSessionForTest(); in TEST_F() local
[all …]
H A DFrameTimelineTest.cpp111 auto tracingSession = perfetto::Tracing::NewTrace(perfetto::kInProcessBackend); in getTracingSessionForTest() local
117 perfetto::TracingSession* tracingSession) { in readFrameTimelinePacketsBlocking()
944 auto tracingSession = getTracingSessionForTest(); in TEST_F() local
969 auto tracingSession = getTracingSessionForTest(); in TEST_F() local
1002 auto tracingSession = getTracingSessionForTest(); in TEST_F() local
1021 auto tracingSession = getTracingSessionForTest(); in TEST_F() local
1211 auto tracingSession = getTracingSessionForTest(); in TEST_F() local
1281 auto tracingSession = getTracingSessionForTest(); in TEST_F() local
1366 auto tracingSession = getTracingSessionForTest(); in TEST_F() local
1447 auto tracingSession = getTracingSessionForTest(); in TEST_F() local
[all …]
/aosp_15_r20/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingServiceTests.java372 TracingSession tracingSession = new TracingSession( in testAreAnyTracesRunning_True() local
382 (new UUID(KEY_MOST_SIG_BITS, KEY_LEAST_SIG_BITS)).toString(), tracingSession); in testAreAnyTracesRunning_True() local
395 TracingSession tracingSession = new TracingSession( in testAreAnyTracesRunning_False() local
399 (new UUID(KEY_MOST_SIG_BITS, KEY_LEAST_SIG_BITS)).toString(), tracingSession); in testAreAnyTracesRunning_False() local
412 TracingSession tracingSession = new TracingSession( in testActiveTracesCleanup() local
416 (new UUID(KEY_MOST_SIG_BITS, KEY_LEAST_SIG_BITS)).toString(), tracingSession); in testActiveTracesCleanup() local
/aosp_15_r20/frameworks/native/services/gpuservice/tests/unittests/
H A DGpuMemTracerTest.cpp77 perfetto::TracingSession* tracingSession) { in readGpuMemTotalPacketsBlocking()
131 auto tracingSession = mGpuMemTracer->getTracingSessionForTest(); in TEST_F() local
182 auto tracingSession = mGpuMemTracer->getTracingSessionForTest(); in TEST_F() local
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/recordingV2/targets/
H A Dchrome_target.ts52 const tracingSession = new ChromeTracedTracingSession( constant
73 const tracingSession = await this.createTracingSession( constant
H A Dhost_os_target.ts85 const tracingSession = new TracedTracingSession( constant
103 const tracingSession = await this.createTracingSession( constant
H A Dandroid_target.ts57 const tracingSession = await this.createTracingSession(listener); constant
100 const tracingSession = new TracedTracingSession( constant
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DInputTraceSession.cpp70 std::unique_ptr<perfetto::TracingSession> tracingSession(perfetto::Tracing::NewTrace()); in startTrace() local
76 std::string stopTrace(std::unique_ptr<perfetto::TracingSession> tracingSession) { in stopTrace()
/aosp_15_r20/external/skia/tools/trace/
H A DSkPerfettoTrace.h50 std::unique_ptr<perfetto::TracingSession> tracingSession; variable
/aosp_15_r20/frameworks/native/services/gpuservice/tracing/
H A DGpuMemTracer.cpp73 auto tracingSession = perfetto::Tracing::NewTrace(perfetto::kInProcessBackend); in getTracingSessionForTest() local