Home
last modified time | relevance | path

Searched refs:TraceProlongedContext (Results 1 – 4 of 4) sorted by relevance

/system/ulib/trace-engine/include/trace-engine/
A Dinstrumentation.h326 class TraceProlongedContext final {
328 TraceProlongedContext() in TraceProlongedContext() function
331 TraceProlongedContext(trace_prolonged_context_t* context) in TraceProlongedContext() function
334 TraceProlongedContext(TraceProlongedContext&& other) in TraceProlongedContext() function
339 ~TraceProlongedContext() { in ~TraceProlongedContext()
350 static TraceProlongedContext Acquire() { in Acquire()
351 return TraceProlongedContext(trace_acquire_prolonged_context()); in Acquire()
362 TraceProlongedContext& operator=(TraceProlongedContext&& other) {
372 DISALLOW_COPY_AND_ASSIGN_ALLOW_MOVE(TraceProlongedContext);
/system/uapp/trace-benchmark/
A Dhandler.h63 auto context = trace::TraceProlongedContext::Acquire(); in Stop()
/system/utest/trace/
A Dengine_tests.cpp692 auto context = trace::TraceProlongedContext::Acquire(); in TestStreamingMode()
701 auto context = trace::TraceProlongedContext::Acquire(); in TestStreamingMode()
719 auto context = trace::TraceProlongedContext::Acquire(); in TestStreamingMode()
816 auto context = trace::TraceProlongedContext::Acquire(); in TestShutdownWhenFull()
A Dfixture.cpp326 auto context = trace::TraceProlongedContext::Acquire(); in fixture_snapshot_buffer_header()

Completed in 10 milliseconds