HomeSort by relevance Sort by last modified time
    Searched refs:TestEvent (Results 1 - 4 of 4) sorted by null

  /external/perfetto/protos/perfetto/trace/
test_event.proto 23 message TestEvent {
trace_packet.proto 100 TestEvent for_testing = 900;
  /art/runtime/
instrumentation_test.cc 211 void TestEvent(uint32_t instrumentation_event) {
212 TestEvent(instrumentation_event, nullptr, nullptr, false);
215 void TestEvent(uint32_t instrumentation_event,
511 TestEvent(instrumentation::Instrumentation::kMethodEntered,
531 TestEvent(instrumentation::Instrumentation::kMethodExited,
550 TestEvent(instrumentation::Instrumentation::kMethodExited,
557 TestEvent(instrumentation::Instrumentation::kMethodUnwind);
561 TestEvent(instrumentation::Instrumentation::kDexPcMoved);
565 TestEvent(instrumentation::Instrumentation::kFieldRead);
569 TestEvent(instrumentation::Instrumentation::kWatchedFramePop)
    [all...]
  /external/perfetto/src/tracing/core/
tracing_service_impl_unittest.cc     [all...]

Completed in 2904 milliseconds