Home
last modified time | relevance | path

Searched refs:streaming (Results 1 – 6 of 6) sorted by relevance

/art/test/2246-trace-v2/src/
DMain.java51 public static void testTracing(boolean streaming, int flags, int expected_version) in testTracing() argument
59 file.getPath(), out_file.getFD(), 0, flags, false, 0, streaming); in testTracing()
88 file.getPath(), main_out_file.getFD(), 0, flags, false, 0, streaming); in testTracing() local
163 int flags, boolean samplingEnabled, int intervalUs, boolean streaming) in startMethodTracingV2() argument
166 flags | TRACE_OUTPUT_V2_FLAG, samplingEnabled, intervalUs, streaming); in startMethodTracingV2()
/art/test/2246-trace-stream/src/
DMain.java62 public static void testTracing(boolean streaming, int flags, BaseTraceParser parser, in testTracing() argument
70 file.getPath(), out_file.getFD(), 0, flags, false, 0, streaming); in testTracing()
99 file.getPath(), main_out_file.getFD(), 0, flags, false, 0, streaming); in testTracing() local
174 int flags, boolean samplingEnabled, int intervalUs, boolean streaming) in startMethodTracing() argument
177 null, filename, fd, bufferSize, flags, samplingEnabled, intervalUs, streaming); in startMethodTracing()
/art/test/2246-trace-stream/
Dinfo.txt1 Tests streaming method tracing. It verifies the format of the generated file is
Dexpected-stdout.txt2 ***** streaming test - dual clock *******
382 ***** streaming test - wall clock *******
762 ***** non streaming test - dual clock *******
1142 ***** non streaming test - wall clock *******
/art/test/2246-trace-v2/
Dinfo.txt1 Tests streaming method tracing. It verifies the format of the generated file is
Dexpected-stdout.txt2 ***** streaming test - dual clock *******
388 ***** streaming test - wall clock *******