Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h66 struct InstrumentationListener { struct
67 InstrumentationListener() {} in InstrumentationListener() function
68 virtual ~InstrumentationListener() {} in ~InstrumentationListener() argument
206 void AddListener(InstrumentationListener* listener, uint32_t events)
210 void RemoveListener(InstrumentationListener* listener, uint32_t events)
687 std::list<InstrumentationListener*> method_entry_listeners_ GUARDED_BY(Locks::mutator_lock_);
688 std::list<InstrumentationListener*> method_exit_listeners_ GUARDED_BY(Locks::mutator_lock_);
689 std::list<InstrumentationListener*> method_unwind_listeners_ GUARDED_BY(Locks::mutator_lock_);
690 std::list<InstrumentationListener*> branch_listeners_ GUARDED_BY(Locks::mutator_lock_);
691 std::list<InstrumentationListener*> dex_pc_listeners_ GUARDED_BY(Locks::mutator_lock_);
[all …]
Dtrace.h107 class Trace final : public instrumentation::InstrumentationListener {
Dinstrumentation_test.cc39 class TestInstrumentationListener final : public instrumentation::InstrumentationListener {
Ddebugger.cc145 class DebugInstrumentationListener final : public instrumentation::InstrumentationListener {
/art/tools/tracefast-plugin/
Dtracefast.cc41 class Tracer final : public art::instrumentation::InstrumentationListener {
/art/openjdkjvmti/
Devents.cc572 class JvmtiMethodTraceListener final : public art::instrumentation::InstrumentationListener {